Module Name: src
Committed By: njoly
Date: Mon Oct 8 18:08:41 UTC 2012
Modified Files:
src/lib/libc/sys: nanosleep.2
Log Message:
Function argument Fa macro expects its name on the same line.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/lib/libc/sys/nanosleep.2:1.13
--- src/lib/libc/sys/nanosleep.2:1.12 Tue Oct 2 01:46:40 2012
+++ src/lib/libc/sys/nanosleep.2 Mon Oct 8 18:08:40 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: nanosleep.2,v 1.12 2012/10/02 01:46:40 christos Exp $
+.\" $NetBSD: nanosleep.2,v 1.13 2012/10/08 18:08:40 njoly Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -148,8 +148,7 @@ is not supported by this implementation.
for
.Fn clock_nanosleep ,
the clock specified in the
-.Fa
-clock_id
+.Fa clock_id
argument is not supported.
.El
.Sh SEE ALSO