diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-14 21:31:47 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-14 21:31:47 +0000 |
commit | 6cded4a3fdac7f3bf862d8b64ad4c758b3e691eb (patch) | |
tree | 37f96844351314fcf72a22d1983488b1640677e9 /lib/libc/sys | |
parent | cda8ef6eceac8f14e649f7944e79a7fa5105d00b (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/sys')
-rw-r--r-- | lib/libc/sys/brk.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/ioctl.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/mlock.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/send.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/socket.2 | 4 |
5 files changed, 10 insertions, 10 deletions
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 |