diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-30 11:55:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-30 11:55:42 +0000 |
commit | 531d9b8c465f87696d7c659d4ac1fffb68483c73 (patch) | |
tree | 0f62086f07bd6dbd67fb29c00b264be43792459d /lib/libc | |
parent | 7befef6ceed4329b6ba70f11b7eeab68cee21720 (diff) |
a extended -> an extended;
Diffstat (limited to 'lib/libc')
-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 1439d243820..f724345d99f 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.18 2000/10/18 05:12:12 aaron Exp $ +.\" $OpenBSD: socket.2,v 1.19 2003/04/30 11:55:41 jmc Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -164,7 +164,7 @@ The protocols optionally keep sockets .Dq warm 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 an extended period (e.g., 5 minutes). A .Dv SIGPIPE signal is raised if a process sends on a broken stream; this causes |