summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-04-30 11:55:41 +0000
committerjmc <jmc@openbsd.org>2003-04-30 11:55:41 +0000
commitefaaaaa079d2e79b4c843004c23daa2dda3c7b21 (patch)
tree2f339d39776e360c55c1633a9da19db623f7dc2b /lib/libc
parenttypos; (diff)
downloadwireguard-openbsd-efaaaaa079d2e79b4c843004c23daa2dda3c7b21.tar.xz
wireguard-openbsd-efaaaaa079d2e79b4c843004c23daa2dda3c7b21.zip
a extended -> an extended;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/socket.24
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