summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2015-12-30 16:51:31 +0000
committerwiz <wiz@NetBSD.org>2015-12-30 16:51:31 +0000
commit00da6942d627c808d2cfb8e045ca879e1d84b07c (patch)
treee889dcf972f67daca6400873f8f6f6823ca92641 /lib/libc/sys
parent0a2a245543cc3a48ae70646e2babd08cd88ada42 (diff)
Fix xrefs.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/nanosleep.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/nanosleep.2 b/lib/libc/sys/nanosleep.2
index ee4c4629aa7..e8cc02349bd 100644
--- a/lib/libc/sys/nanosleep.2
+++ b/lib/libc/sys/nanosleep.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: nanosleep.2,v 1.18 2015/12/30 16:47:24 plunky Exp $
+.\" $NetBSD: nanosleep.2,v 1.19 2015/12/30 16:51:31 wiz Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -99,7 +99,7 @@ is described in
The
.Fa clock_id
specified is the time source, which is described in
-.Xr clock_gettime 3 .
+.Xr clock_gettime 2 .
.Sh RETURN VALUES
If the
.Fn clock_nanosleep
@@ -158,7 +158,7 @@ the clock specified in the
argument is not supported.
.El
.Sh SEE ALSO
-.Xr clock_gettime 3 ,
+.Xr clock_gettime 2 ,
.Xr sleep 3 ,
.Xr timespec 3
.Sh STANDARDS