Module Name: src
Committed By: abhinav
Date: Wed Oct 25 17:58:04 UTC 2017
Modified Files:
src/lib/libc/sys: nanosleep.2
Log Message:
Correct the standard version for clock_nanosleep (based on the FreeBSD man page)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/lib/libc/sys/nanosleep.2:1.25
--- src/lib/libc/sys/nanosleep.2:1.24 Wed Oct 25 17:53:11 2017
+++ src/lib/libc/sys/nanosleep.2 Wed Oct 25 17:58:04 2017
@@ -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 @@ function conforms to
The
.Fn clock_nanosleep
function conforms to
-.St -p1003.1j-2000 .
+.St -p1003.1-2008 .
.Sh BUGS
The
.Nx