Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Remove trailing whitespace. Merge EINVAL entries.



details:   https://anonhg.NetBSD.org/src/rev/1f67228f6cac
branches:  trunk
changeset: 328163:1f67228f6cac
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Mar 28 15:35:55 2014 +0000

description:
Remove trailing whitespace. Merge EINVAL entries.

diffstat:

 lib/libc/sys/clock_settime.2 |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 460e6bda8fe5 -r 1f67228f6cac lib/libc/sys/clock_settime.2
--- a/lib/libc/sys/clock_settime.2      Fri Mar 28 15:03:41 2014 +0000
+++ b/lib/libc/sys/clock_settime.2      Fri Mar 28 15:35:55 2014 +0000
@@ -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 @@
 .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 @@
 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



Home | Main Index | Thread Index | Old Index