Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Boring whitespace fixes.
details: https://anonhg.NetBSD.org/src/rev/fe715a95ff0c
branches: trunk
changeset: 515045:fe715a95ff0c
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Sep 16 02:30:23 2001 +0000
description:
Boring whitespace fixes.
diffstat:
lib/libc/gen/alarm.3 | 14 +++++++-------
lib/libc/gen/basename.3 | 6 +++---
lib/libc/gen/confstr.3 | 4 ++--
lib/libc/gen/daemon.3 | 6 +++---
lib/libc/gen/directory.3 | 4 ++--
lib/libc/gen/dirname.3 | 6 +++---
lib/libc/gen/err.3 | 6 +++---
lib/libc/gen/fnmatch.3 | 4 ++--
lib/libc/gen/fpgetmask.3 | 4 ++--
lib/libc/gen/frexp.3 | 6 +++---
lib/libc/gen/fts.3 | 8 ++++----
lib/libc/gen/getcwd.3 | 4 ++--
lib/libc/gen/getdiskbyname.3 | 6 +++---
lib/libc/gen/getdomainname.3 | 4 ++--
lib/libc/gen/getfsent.3 | 6 +++---
lib/libc/gen/getgrent.3 | 4 ++--
lib/libc/gen/getgrouplist.3 | 4 ++--
lib/libc/gen/gethostname.3 | 4 ++--
lib/libc/gen/getpagesize.3 | 8 ++++----
lib/libc/gen/getprogname.3 | 10 +++++-----
lib/libc/gen/getpwent.3 | 6 +++---
lib/libc/gen/getusershell.3 | 4 ++--
lib/libc/gen/glob.3 | 6 +++---
lib/libc/gen/initgroups.3 | 4 ++--
lib/libc/gen/isalnum.3 | 4 ++--
lib/libc/gen/isalpha.3 | 6 +++---
lib/libc/gen/isblank.3 | 4 ++--
lib/libc/gen/isinf.3 | 6 +++---
lib/libc/gen/islower.3 | 4 ++--
lib/libc/gen/isspace.3 | 4 ++--
lib/libc/gen/modf.3 | 4 ++--
lib/libc/gen/nice.3 | 4 ++--
lib/libc/gen/pause.3 | 4 ++--
lib/libc/gen/psignal.3 | 4 ++--
lib/libc/gen/pwcache.3 | 4 ++--
lib/libc/gen/realpath.3 | 4 ++--
lib/libc/gen/scandir.3 | 4 ++--
lib/libc/gen/setmode.3 | 4 ++--
lib/libc/gen/setproctitle.3 | 10 +++++-----
lib/libc/gen/shquote.3 | 8 ++++----
lib/libc/gen/siginterrupt.3 | 6 +++---
lib/libc/gen/signal.3 | 4 ++--
lib/libc/gen/sigsetops.3 | 6 +++---
lib/libc/gen/sleep.3 | 12 ++++++------
lib/libc/gen/stringlist.3 | 4 ++--
lib/libc/gen/sysconf.3 | 4 ++--
lib/libc/gen/sysctl.3 | 12 ++++++------
lib/libc/gen/times.3 | 6 +++---
lib/libc/gen/tolower.3 | 4 ++--
lib/libc/gen/toupper.3 | 6 +++---
lib/libc/gen/ttyname.3 | 6 +++---
lib/libc/gen/ualarm.3 | 4 ++--
lib/libc/gen/unvis.3 | 4 ++--
lib/libc/gen/usleep.3 | 6 +++---
lib/libc/gen/valloc.3 | 4 ++--
55 files changed, 152 insertions(+), 152 deletions(-)
diffs (truncated from 1257 to 300 lines):
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/alarm.3
--- a/lib/libc/gen/alarm.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/alarm.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: alarm.3,v 1.15 1999/03/22 19:44:38 garbled Exp $
+.\" $NetBSD: alarm.3,v 1.16 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -54,13 +54,13 @@
The
.Fn alarm
function sets a timer to deliver the signal
-.Dv SIGALRM
+.Dv SIGALRM
to the calling proccess
.Ar seconds
-after the call to
+after the call to
.Fn alarm .
If an alarm has already been set with
-.Fn alarm
+.Fn alarm
but has not been delivered, another call to
.Fn alarm
will supersede the prior call.
@@ -72,7 +72,7 @@
allowed
is 2147483647.
.Pp
-The return value of
+The return value of
.Fn alarm
is the amount of time left on the timer from a previous call to
.Fn alarm .
@@ -92,10 +92,10 @@
.Sh STANDARDS
The
.Fn alarm
-function conforms to
+function conforms to
.St -p1003.1-90 .
.Sh HISTORY
An
.Fn alarm
-function appeared in
+function appeared in
.At v7 .
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/basename.3
--- a/lib/libc/gen/basename.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/basename.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: basename.3,v 1.4 1999/09/12 18:47:10 kleink Exp $
+.\" $NetBSD: basename.3,v 1.5 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -75,9 +75,9 @@
.Xr dirname 3
.Sh STANDARDS
.Bl -bullet -compact
-.It
+.It
.St -xpg4.2
-.El
+.El
.Sh BUGS
The
.Fn basename
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/confstr.3
--- a/lib/libc/gen/confstr.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/confstr.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: confstr.3,v 1.11 1999/03/22 19:44:39 garbled Exp $
+.\" $NetBSD: confstr.3,v 1.12 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -74,7 +74,7 @@
.Fa name
has a value, up to
.Fa len
-\- 1 bytes of the value are copied into the buffer
+\- 1 bytes of the value are copied into the buffer
.Fa buf .
The copied value is always null terminated.
.Pp
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/daemon.3
--- a/lib/libc/gen/daemon.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/daemon.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: daemon.3,v 1.8 1999/09/12 18:47:11 kleink Exp $
+.\" $NetBSD: daemon.3,v 1.9 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -74,7 +74,7 @@
.Va errno
for any of the errors specified for the library functions
.Xr fork 2
-and
+and
.Xr setsid 2 .
.Sh SEE ALSO
.Xr fork 2 ,
@@ -86,7 +86,7 @@
.Bx 4.4 .
.Sh BUGS
.Fn daemon
-uses
+uses
.Fn fork
as part of its tty detachment mechanism. Consequently the process id changes
when
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/directory.3
--- a/lib/libc/gen/directory.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/directory.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: directory.3,v 1.10 1999/03/22 19:44:39 garbled Exp $
+.\" $NetBSD: directory.3,v 1.11 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -117,7 +117,7 @@
pointer,
.Fa dirp ,
from which they are derived.
-If the directory is closed and then reopened, the
+If the directory is closed and then reopened, the
.Fn telldir
value may be invalidated due to undetected directory compaction.
It is safe to use a previous
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/dirname.3
--- a/lib/libc/gen/dirname.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/dirname.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dirname.3,v 1.4 1999/09/12 18:47:11 kleink Exp $
+.\" $NetBSD: dirname.3,v 1.5 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -78,9 +78,9 @@
.Xr basename 3
.Sh STANDARDS
.Bl -bullet -compact
-.It
+.It
.St -xpg4.2
-.El
+.El
.Sh BUGS
The
.Fn dirname
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/err.3
--- a/lib/libc/gen/err.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/err.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: err.3,v 1.12 2001/03/22 01:47:17 cgd Exp $
+.\" $NetBSD: err.3,v 1.13 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -86,7 +86,7 @@
.Fn vwarn
functions, the error message string affiliated with the current value of
the global variable
-.Va errno
+.Va errno
is output next, preceded by a colon character and a space if
.Fa fmt
is not NULL.
@@ -143,5 +143,5 @@
.Fn err
and
.Fn warn
-functions first appeared in
+functions first appeared in
.Bx 4.4 .
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/fnmatch.3
--- a/lib/libc/gen/fnmatch.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/fnmatch.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fnmatch.3,v 1.14 2000/06/28 01:13:36 thorpej Exp $
+.\" $NetBSD: fnmatch.3,v 1.15 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -127,7 +127,7 @@
.Sh HISTORY
The
.Fn fnmatch
-function first appeared in
+function first appeared in
.Bx 4.4 .
.Sh BUGS
The pattern
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/fpgetmask.3
--- a/lib/libc/gen/fpgetmask.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/fpgetmask.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fpgetmask.3,v 1.1 1999/04/30 00:58:31 ross Exp $
+.\" $NetBSD: fpgetmask.3,v 1.2 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -70,7 +70,7 @@
.Pq Em Minus infinity
down, rounding to
.Em nearest ,
-and rounding
+and rounding
.Pq Em Plus infinity
up.
The default mode is
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/frexp.3
--- a/lib/libc/gen/frexp.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/frexp.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: frexp.3,v 1.5 2001/05/23 01:08:50 kleink Exp $
+.\" $NetBSD: frexp.3,v 1.6 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -65,7 +65,7 @@
.Em x ,
such that
.Em x
-is a
+is a
.Em double
with magnitude in the interval
.Bo 1/2 , 1 Pc
@@ -77,7 +77,7 @@
.Fa *exp .
If
.Fa value
-is zero, both parts of the result are zero.
+is zero, both parts of the result are zero.
.Sh SEE ALSO
.Xr ldexp 3 ,
.Xr modf 3 ,
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/fts.3
--- a/lib/libc/gen/fts.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/fts.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fts.3,v 1.18 1999/09/26 21:18:53 jdolecek Exp $
+.\" $NetBSD: fts.3,v 1.19 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@
.Nm fts_read ,
.Nm fts_children ,
.Nm fts_set ,
-.Nm fts_close
+.Nm fts_close
.Nd traverse a file hierarchy
.Sh LIBRARY
.Lb libc
@@ -246,7 +246,7 @@
.Fn fts_read
functions, with its
.Fa fts_info
-field set to
+field set to
.Dv FTS_DNR ,
.Dv FTS_ERR
or
@@ -478,7 +478,7 @@
structures may
.Em never
be used in this comparison.
-If the
+If the
.Fa fts_info
field is set to
.Dv FTS_NS
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/getcwd.3
--- a/lib/libc/gen/getcwd.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/getcwd.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getcwd.3,v 1.11 1999/03/22 19:44:40 garbled Exp $
+.\" $NetBSD: getcwd.3,v 1.12 2001/09/16 02:30:23 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -148,7 +148,7 @@
.Sh HISTORY
The
.Fn getwd
-function appeared in
+function appeared in
.Bx 4.0 .
.Sh SECURITY CONSIDERATIONS
As
diff -r 7beaf2c4b259 -r fe715a95ff0c lib/libc/gen/getdiskbyname.3
--- a/lib/libc/gen/getdiskbyname.3 Sun Sep 16 02:29:00 2001 +0000
+++ b/lib/libc/gen/getdiskbyname.3 Sun Sep 16 02:30:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getdiskbyname.3,v 1.6 1999/03/22 19:44:41 garbled Exp $
Home |
Main Index |
Thread Index |
Old Index