summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-14 21:31:47 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-14 21:31:47 +0000
commit6cded4a3fdac7f3bf862d8b64ad4c758b3e691eb (patch)
tree37f96844351314fcf72a22d1983488b1640677e9 /lib/libc
parentcda8ef6eceac8f14e649f7944e79a7fa5105d00b (diff)
Suffix "i.e." and "e.g." with a comma. Just another really picky man page
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/crypt/blowfish.34
-rw-r--r--lib/libc/db/man/btree.36
-rw-r--r--lib/libc/db/man/dbopen.34
-rw-r--r--lib/libc/db/man/recno.34
-rw-r--r--lib/libc/gen/ualarm.34
-rw-r--r--lib/libc/regex/re_format.710
-rw-r--r--lib/libc/regex/regex.34
-rw-r--r--lib/libc/sys/brk.24
-rw-r--r--lib/libc/sys/ioctl.24
-rw-r--r--lib/libc/sys/mlock.24
-rw-r--r--lib/libc/sys/send.24
-rw-r--r--lib/libc/sys/socket.24
-rw-r--r--lib/libc/yp/ypclnt.34
13 files changed, 30 insertions, 30 deletions
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3
index b73d727c91f..41dfb59bc9b 100644
--- a/lib/libc/crypt/blowfish.3
+++ b/lib/libc/crypt/blowfish.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: blowfish.3,v 1.6 1999/09/23 04:12:00 alex Exp $
+.\" $OpenBSD: blowfish.3,v 1.7 2000/03/14 21:31:44 aaron Exp $
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -95,7 +95,7 @@ and
.Fn Blowfish_decipher
are used for customization of the
.Pa Blowfish
-cipher, e.g. for the blowfish password hashing function.
+cipher, e.g., for the blowfish password hashing function.
.Sh SEE ALSO
.Xr passwd 1 ,
.Xr crypt 3 ,
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3
index 298f1b0e66f..097f529ebf3 100644
--- a/lib/libc/db/man/btree.3
+++ b/lib/libc/db/man/btree.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: btree.3,v 1.12 1999/07/09 13:35:15 aaron Exp $
+.\" $OpenBSD: btree.3,v 1.13 2000/03/14 21:31:39 aaron Exp $
.\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -96,7 +96,7 @@ The flag value is specified by
any of the following values:
.Bl -tag -width XXXXX
.It Dv R_DUP
-Permit duplicate keys in the tree, i.e. permit insertion if the key to be
+Permit duplicate keys in the tree, i.e., permit insertion if the key to be
inserted already exists in the tree.
The default behavior, as described in
.Xr dbopen 3 ,
@@ -143,7 +143,7 @@ Not currently implemented.
.It minkeypage
The minimum number of keys which will be stored on any single page.
This value is used to determine which keys will be stored on overflow
-pages, i.e. if a key or data item is longer than the pagesize divided
+pages, i.e., if a key or data item is longer than the pagesize divided
by the minkeypage value, it will be stored on overflow pages instead
of in the page itself. If
.Fa minkeypage
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index dd029dc6861..8f0f5c46ffb 100644
--- a/lib/libc/db/man/dbopen.3
+++ b/lib/libc/db/man/dbopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dbopen.3,v 1.13 1999/07/07 14:22:24 aaron Exp $
+.\" $OpenBSD: dbopen.3,v 1.14 2000/03/14 21:31:39 aaron Exp $
.\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -315,7 +315,7 @@ or
.Fa sync
routines.
Modifications to the database during a sequential scan will be reflected
-in the scan, i.e. records inserted behind the cursor will not be returned
+in the scan, i.e., records inserted behind the cursor will not be returned
while records inserted in front of the cursor will be returned.
.Pp
The flag value
diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3
index 03dd057416c..871e3c7b7e9 100644
--- a/lib/libc/db/man/recno.3
+++ b/lib/libc/db/man/recno.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: recno.3,v 1.8 1999/07/09 13:35:15 aaron Exp $
+.\" $OpenBSD: recno.3,v 1.9 2000/03/14 21:31:39 aaron Exp $
.\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -183,7 +183,7 @@ field of the key should be the size of that type.
.Pp
Because there can be no meta-data associated with the underlying
recno access method files, any changes made to the default values
-(e.g. fixed record length or byte separator value) must be explicitly
+(e.g., fixed record length or byte separator value) must be explicitly
specified each time the file is opened.
.Pp
In the interface specified by
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index b89f065fe17..f802b55d260 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ualarm.3,v 1.11 1999/07/09 13:35:19 aaron Exp $
+.\" $OpenBSD: ualarm.3,v 1.12 2000/03/14 21:31:45 aaron Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -64,7 +64,7 @@ argument is non-zero, the
signal will be sent
to the process every
.Fa interval
-microseconds after the timer expires (e.g. after
+microseconds after the timer expires (e.g., after
.Fa microseconds
number of microseconds have passed).
.Sh RETURN VALUES
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7
index 3f2ff55ab09..baf243d7cfa 100644
--- a/lib/libc/regex/re_format.7
+++ b/lib/libc/regex/re_format.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: re_format.7,v 1.7 1999/07/09 13:35:22 aaron Exp $
+.\" $OpenBSD: re_format.7,v 1.8 2000/03/14 21:31:45 aaron Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -130,9 +130,9 @@ for the full
.Em range
of characters between those two (inclusive) in the
collating sequence,
-e.g. `[0-9]' in ASCII matches any decimal digit.
+e.g., `[0-9]' in ASCII matches any decimal digit.
It is illegal\(dg for two ranges to share an
-endpoint, e.g. `a-c-e'.
+endpoint, e.g., `a-c-e'.
Ranges are very collating-sequence-dependent,
and portable programs should avoid relying on them.
.Pp
@@ -154,7 +154,7 @@ sequence of characters of that collating element.
The sequence is a single element of the bracket expression's list.
A bracket expression containing a multi-character collating element
can thus match more than one character,
-e.g. if the collating sequence includes a `ch' collating element,
+e.g., if the collating sequence includes a `ch' collating element,
then the RE `[[.ch.]]*c' matches the first five characters
of `chchcc'.
.Pp
@@ -236,7 +236,7 @@ alphabet.
When an alphabetic that exists in multiple cases appears as an
ordinary character outside a bracket expression, it is effectively
transformed into a bracket expression containing both cases,
-e.g. `x' becomes `[xX]'.
+e.g., `x' becomes `[xX]'.
When it appears inside a bracket expression, all case counterparts
of it are added to the bracket expression, so that (e.g.) `[x]'
becomes `[xX]' and `[^x]' becomes `[^xX]'.
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index 589f970102f..f4917464776 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: regex.3,v 1.12 2000/03/06 21:46:56 aaron Exp $
+.\" $OpenBSD: regex.3,v 1.13 2000/03/14 21:31:45 aaron Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -593,7 +593,7 @@ empty (sub)expression
.Dq can't happen
\(emyou found a bug
.It Er REG_INVARG
-invalid argument, e.g. negative-length string
+invalid argument, e.g., negative-length string
.El
.Sh HISTORY
Originally written by Henry Spencer.
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2
index d94beef6100..6967e52a960 100644
--- a/lib/libc/sys/brk.2
+++ b/lib/libc/sys/brk.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: brk.2,v 1.9 1999/06/29 14:09:50 aaron Exp $
+.\" $OpenBSD: brk.2,v 1.10 2000/03/14 21:31:40 aaron Exp $
.\" $NetBSD: brk.2,v 1.7 1995/02/27 12:31:57 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -102,7 +102,7 @@ beyond the
.Em rlim_max
value returned from a call to
.Xr getrlimit ,
-e.g.
+e.g.,
.Dq etext + rlp\(->rlim_max.
(see
.Xr end 3
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2
index b9de49dce3d..d90d61eeb63 100644
--- a/lib/libc/sys/ioctl.2
+++ b/lib/libc/sys/ioctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ioctl.2,v 1.9 1999/06/29 14:23:29 aaron Exp $
+.\" $OpenBSD: ioctl.2,v 1.10 2000/03/14 21:31:40 aaron Exp $
.\" $NetBSD: ioctl.2,v 1.5 1995/02/27 12:33:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -49,7 +49,7 @@ The
.Fn ioctl
function manipulates the underlying device parameters of special files.
In particular, many operating
-characteristics of character special files (e.g. terminals)
+characteristics of character special files (e.g., terminals)
may be controlled with
.Fn ioctl
requests.
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2
index 04c87195bc4..7cc34aa3091 100644
--- a/lib/libc/sys/mlock.2
+++ b/lib/libc/sys/mlock.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mlock.2,v 1.9 1999/06/29 14:10:07 aaron Exp $
+.\" $OpenBSD: mlock.2,v 1.10 2000/03/14 21:31:39 aaron Exp $
.\" $NetBSD: mlock.2,v 1.3 1995/06/24 10:42:03 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -146,7 +146,7 @@ Unlike The Sun implementation, multiple
.Nm mlock
calls on the same address range require the corresponding number of
.Nm munlock
-calls to actually unlock the pages, i.e.
+calls to actually unlock the pages, i.e.,
.Nm mlock
nests.
This should be considered a consequence of the implementation
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 3ee0184af87..e5cb99fd318 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: send.2,v 1.17 1999/08/15 13:14:12 deraadt Exp $
+.\" $OpenBSD: send.2,v 1.18 2000/03/14 21:31:40 aaron Exp $
.\" $NetBSD: send.2,v 1.6 1996/01/15 01:17:18 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -107,7 +107,7 @@ The flag
.Dv MSG_OOB
is used to send
.Dq out-of-band
-data on sockets that support this notion (e.g.
+data on sockets that support this notion (e.g.,
.Dv SOCK_STREAM ) ;
the underlying protocol must also support
.Dq out-of-band
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index 850ac578ba6..f63fb31b685 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socket.2,v 1.13 2000/01/22 12:05:49 aaron Exp $
+.\" $OpenBSD: socket.2,v 1.14 2000/03/14 21:31:40 aaron Exp $
.\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -165,7 +165,7 @@ by forcing transmissions
roughly every minute in the absence of other activity.
An error is then indicated if no response can be
elicited on an otherwise
-idle connection for a extended period (e.g. 5 minutes).
+idle connection for a extended period (e.g., 5 minutes).
A
.Dv SIGPIPE
signal is raised if a process sends
diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3
index bc55adc8876..d0a1470cf23 100644
--- a/lib/libc/yp/ypclnt.3
+++ b/lib/libc/yp/ypclnt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypclnt.3,v 1.10 1999/11/30 00:46:19 deraadt Exp $
+.\" $OpenBSD: ypclnt.3,v 1.11 2000/03/14 21:31:45 aaron Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -137,7 +137,7 @@ to a YP server process. The client process need not explicitly bind to
the server, as it happens automatically whenever a lookup occurs.
The function
.Fn yp_bind
-is provided for a backup strategy, e.g. a local file, when a YP server process
+is provided for a backup strategy, e.g., a local file, when a YP server process
is not available. Each binding uses one socket descriptor on the client
process, which may be explicitly freed using
.Fn yp_unbind ,