Module Name:    src
Committed By:   wiz
Date:           Fri Mar 28 15:35:55 UTC 2014

Modified Files:
        src/lib/libc/sys: clock_settime.2

Log Message:
Remove trailing whitespace. Merge EINVAL entries.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/sys/clock_settime.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/clock_settime.2
diff -u src/lib/libc/sys/clock_settime.2:1.21 src/lib/libc/sys/clock_settime.2:1.22
--- src/lib/libc/sys/clock_settime.2:1.21	Fri Mar 28 15:03:41 2014
+++ src/lib/libc/sys/clock_settime.2	Fri Mar 28 15:35:55 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: clock_settime.2,v 1.21 2014/03/28 15:03:41 degroote Exp $
+.\" $NetBSD: clock_settime.2,v 1.22 2014/03/28 15:35:55 wiz Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -116,7 +116,7 @@ A
 .Fa clock_id
 of
 .Dv CLOCK_PROF
-identifies a clock that increments when the CPU is running in user 
+identifies a clock that increments when the CPU is running in user
 or kernel mode on behalf of the calling process.
 .Pp
 If the calling user is not the super-user, then the
@@ -161,14 +161,12 @@ function will fail if:
 The
 .Fa tp
 argument is outside the range for the specified clock,
-.Fa clock_id .
-.It Bq Er EINVAL
-The
+.Fa clock_id ;
+or the
 .Fa tp
 argument specified a nanosecond value less than zero of greater than or equal
-1000 million.
-.It Bq Er EINVAL
-The
+1000 million;
+or the
 .Fa clock_id
 argument is a clock that can not be adjusted.
 .It Bq Er EPERM

Reply via email to