Module Name: src
Committed By: plunky
Date: Wed Dec 30 16:47:24 UTC 2015
Modified Files:
src/lib/libc/sys: nanosleep.2
Log Message:
point to more information about clock_id
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/sys/nanosleep.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/nanosleep.2
diff -u src/lib/libc/sys/nanosleep.2:1.17 src/lib/libc/sys/nanosleep.2:1.18
--- src/lib/libc/sys/nanosleep.2:1.17 Fri Oct 2 19:52:49 2015
+++ src/lib/libc/sys/nanosleep.2 Wed Dec 30 16:47:24 2015
@@ -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 @@ is described in
.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 @@ the clock specified in the
argument is not supported.
.El
.Sh SEE ALSO
+.Xr clock_gettime 3 ,
.Xr sleep 3 ,
.Xr timespec 3
.Sh STANDARDS