Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Correct the standard version for clock_nanoslee...



details:   https://anonhg.NetBSD.org/src/rev/84601a38b0b3
branches:  trunk
changeset: 357088:84601a38b0b3
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Oct 25 17:58:04 2017 +0000

description:
Correct the standard version for clock_nanosleep (based on the FreeBSD man page)

diffstat:

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

diffs (18 lines):

diff -r a36457b90f31 -r 84601a38b0b3 lib/libc/sys/nanosleep.2
--- a/lib/libc/sys/nanosleep.2  Wed Oct 25 17:53:11 2017 +0000
+++ b/lib/libc/sys/nanosleep.2  Wed Oct 25 17:58:04 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nanosleep.2,v 1.24 2017/10/25 17:53:11 abhinav Exp $
+.\"    $NetBSD: nanosleep.2,v 1.25 2017/10/25 17:58:04 abhinav Exp $
 .\"
 .\" Copyright (c) 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -179,7 +179,7 @@
 The
 .Fn clock_nanosleep
 function conforms to
-.St -p1003.1j-2000 .
+.St -p1003.1-2008 .
 .Sh BUGS
 The
 .Nx



Home | Main Index | Thread Index | Old Index