Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Use more markup for `struct timespec`



details:   https://anonhg.NetBSD.org/src/rev/eb89a59254bf
branches:  trunk
changeset: 352829:eb89a59254bf
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Apr 11 17:59:23 2017 +0000

description:
Use more markup for `struct timespec`
Use Xr to refer to timespec(3)
Add timespec(3) to SEE ALSO

diffstat:

 lib/libc/sys/kqueue.2 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 1b2e12944a0a -r eb89a59254bf lib/libc/sys/kqueue.2
--- a/lib/libc/sys/kqueue.2     Tue Apr 11 17:30:17 2017 +0000
+++ b/lib/libc/sys/kqueue.2     Tue Apr 11 17:59:23 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kqueue.2,v 1.39 2017/04/11 11:06:39 abhinav Exp $
+.\"    $NetBSD: kqueue.2,v 1.40 2017/04/11 17:59:23 abhinav Exp $
 .\"
 .\" Copyright (c) 2000 Jonathan Lemon
 .\" All rights reserved.
@@ -133,7 +133,8 @@
 is a
 .No non- Ns Dv NULL
 pointer, it specifies a maximum interval to wait
-for an event, which will be interpreted as a struct timespec.
+for an event, which will be interpreted as a
+.Li struct timespec .
 If
 .Fa timeout
 is a
@@ -146,7 +147,7 @@
 argument should be
 .No non- Ns Dv NULL ,
 pointing to a zero-valued
-.Va timespec
+.Xr timespec 3
 structure.
 The same array may be used for the
 .Fa changelist
@@ -644,6 +645,7 @@
 .Xr unlink 2 ,
 .Xr write 2 ,
 .Xr signal 3 ,
+.Xr timespec 3 ,
 .Xr kfilter_register 9 ,
 .Xr knote 9
 .Rs



Home | Main Index | Thread Index | Old Index