summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-10 15:00:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-12-10 15:00:58 +0000
commit23ffef985cfc213458684bd487cbc482ac6871f9 (patch)
treedacdf217962aaa550bbc947bb2004ccc4a4b2e71 /lib/libc/sys
parente0e745f893d3133bc242332e73ad38bd2d9a9b29 (diff)
effect, danny@panda.hilink.com.au
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/select.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index c8027c4f9e3..7826bd2b2a8 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -106,7 +106,7 @@ If
is a non-nil pointer, it specifies a maximum interval to wait for the
selection to complete. If
.Fa timeout
-is a nil pointer, the select blocks indefinitely. To affect a poll, the
+is a nil pointer, the select blocks indefinitely. To effect a poll, the
.Fa timeout
argument should be non-nil, pointing to a zero-valued timeval structure.
.Pp