diff options
author | 2000-03-14 21:31:34 +0000 | |
---|---|---|
committer | 2000-03-14 21:31:34 +0000 | |
commit | 4267197969b149ed1ccab7d61a83a0ed22afbe15 (patch) | |
tree | 83c898b7f29638e25cfc26d4fb3f09eee56b47bb /lib/libc/sys/socket.2 | |
parent | Better mdoc formatting. (diff) | |
download | wireguard-openbsd-4267197969b149ed1ccab7d61a83a0ed22afbe15.tar.xz wireguard-openbsd-4267197969b149ed1ccab7d61a83a0ed22afbe15.zip |
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/socket.2')
-rw-r--r-- | lib/libc/sys/socket.2 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |