Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys point to more information about clock_id



details:   https://anonhg.NetBSD.org/src/rev/13440259ed19
branches:  trunk
changeset: 342587:13440259ed19
user:      plunky <plunky%NetBSD.org@localhost>
date:      Wed Dec 30 16:47:24 2015 +0000

description:
point to more information about clock_id

diffstat:

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

diffs (36 lines):

diff -r 18716c1b7abf -r 13440259ed19 lib/libc/sys/nanosleep.2
--- a/lib/libc/sys/nanosleep.2  Wed Dec 30 16:42:48 2015 +0000
+++ b/lib/libc/sys/nanosleep.2  Wed Dec 30 16:47:24 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nanosleep.2,v 1.17 2015/10/02 19:52:49 christos Exp $
+.\"    $NetBSD: nanosleep.2,v 1.18 2015/12/30 16:47:24 plunky Exp $
 .\"
 .\" Copyright (c) 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)sleep.3    8.1 (Berkeley) 6/4/93
 .\"
-.Dd October 2, 2015
+.Dd December 30, 2015
 .Dt NANOSLEEP 2
 .Os
 .Sh NAME
@@ -98,7 +98,8 @@
 .Xr timespec 3 .
 The
 .Fa clock_id
-specified is the time source.
+specified is the time source, which is described in
+.Xr clock_gettime 3 .
 .Sh RETURN VALUES
 If the
 .Fn clock_nanosleep
@@ -157,6 +158,7 @@
 argument is not supported.
 .El
 .Sh SEE ALSO
+.Xr clock_gettime 3 ,
 .Xr sleep 3 ,
 .Xr timespec 3
 .Sh STANDARDS



Home | Main Index | Thread Index | Old Index