Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Boring whitespace or punctuation fixes.



details:   https://anonhg.NetBSD.org/src/rev/caa20bcc3f9b
branches:  trunk
changeset: 516122:caa20bcc3f9b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Oct 16 16:08:55 2001 +0000

description:
Boring whitespace or punctuation fixes.

diffstat:

 lib/libc/sys/adjtime.2       |   4 ++--
 lib/libc/sys/clock_settime.2 |   4 ++--
 lib/libc/sys/gettimeofday.2  |  12 ++++++------
 lib/libc/sys/pipe.2          |   4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (83 lines):

diff -r 00c54bb60863 -r caa20bcc3f9b lib/libc/sys/adjtime.2
--- a/lib/libc/sys/adjtime.2    Tue Oct 16 16:03:35 2001 +0000
+++ b/lib/libc/sys/adjtime.2    Tue Oct 16 16:08:55 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: adjtime.2,v 1.11 2001/09/16 07:41:57 manu Exp $
+.\"    $NetBSD: adjtime.2,v 1.12 2001/10/16 16:08:55 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -110,7 +110,7 @@
 .Sh SEE ALSO
 .Xr date 1 ,
 .Xr gettimeofday 2 ,
-.Xr clockctl 4 , 
+.Xr clockctl 4 ,
 .Xr timed 8 ,
 .Xr timedc 8
 .Rs
diff -r 00c54bb60863 -r caa20bcc3f9b lib/libc/sys/clock_settime.2
--- a/lib/libc/sys/clock_settime.2      Tue Oct 16 16:03:35 2001 +0000
+++ b/lib/libc/sys/clock_settime.2      Tue Oct 16 16:08:55 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: clock_settime.2,v 1.8 2001/09/16 07:41:57 manu Exp $
+.\" $NetBSD: clock_settime.2,v 1.9 2001/10/16 16:08:55 wiz Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -162,7 +162,7 @@
 .Xr ctime 3 ,
 .Xr time 3 ,
 .\" .Xr timer_gettime 3 ,
-.Xr clockctl 4 .
+.Xr clockctl 4
 .Sh STANDARDS
 The
 .Fn clock_settime ,
diff -r 00c54bb60863 -r caa20bcc3f9b lib/libc/sys/gettimeofday.2
--- a/lib/libc/sys/gettimeofday.2       Tue Oct 16 16:03:35 2001 +0000
+++ b/lib/libc/sys/gettimeofday.2       Tue Oct 16 16:08:55 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: gettimeofday.2,v 1.15 2001/09/16 07:41:58 manu Exp $
+.\"    $NetBSD: gettimeofday.2,v 1.16 2001/10/16 16:08:55 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -97,14 +97,14 @@
 .Pp
 If the calling user is not the syper-user, then the
 .Fn settimeofday
-function in the standard C library will try to use the 
+function in the standard C library will try to use the
 .Xr clockctl 4
 device if present, thus making possible for non privileged users to
-set the system time. If 
+set the system time. If
 .Xr clockctl 4
-is not present or not accessible, then 
-.Fn settimeofday 
-reverts to the 
+is not present or not accessible, then
+.Fn settimeofday
+reverts to the
 .Fn settimeofday
 system call, which is restricted to the super user.
 .\" XXX uncomment when/if this is put into place!
diff -r 00c54bb60863 -r caa20bcc3f9b lib/libc/sys/pipe.2
--- a/lib/libc/sys/pipe.2       Tue Oct 16 16:03:35 2001 +0000
+++ b/lib/libc/sys/pipe.2       Tue Oct 16 16:08:55 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pipe.2,v 1.14 2001/10/02 02:55:41 sommerfeld Exp $
+.\"    $NetBSD: pipe.2,v 1.15 2001/10/16 16:08:55 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -100,7 +100,7 @@
 .It Bq Er EFAULT
 The
 .Fa fildes
-buffer is in an invalid area of the process's address space.  
+buffer is in an invalid area of the process's address space.
 The reliable detection of this error cannot be guaranteed and when not
 detected may result in the generation of a signal, indicating an
 address violation, which is sent to the process.



Home | Main Index | Thread Index | Old Index