Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Fix xrefs.



details:   https://anonhg.NetBSD.org/src/rev/437011b761e3
branches:  trunk
changeset: 342588:437011b761e3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Dec 30 16:51:31 2015 +0000

description:
Fix xrefs.

diffstat:

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

diffs (27 lines):

diff -r 13440259ed19 -r 437011b761e3 lib/libc/sys/nanosleep.2
--- a/lib/libc/sys/nanosleep.2  Wed Dec 30 16:47:24 2015 +0000
+++ b/lib/libc/sys/nanosleep.2  Wed Dec 30 16:51:31 2015 +0000
@@ -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 @@
 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 @@
 argument is not supported.
 .El
 .Sh SEE ALSO
-.Xr clock_gettime 3 ,
+.Xr clock_gettime 2 ,
 .Xr sleep 3 ,
 .Xr timespec 3
 .Sh STANDARDS



Home | Main Index | Thread Index | Old Index