artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92623de
)
effect, danny@panda.hilink.com.au
author
deraadt
<deraadt@openbsd.org>
Tue, 10 Dec 1996 15:00:57 +0000
(15:00 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 10 Dec 1996 15:00:57 +0000
(15:00 +0000)
lib/libc/sys/select.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/select.2
b/lib/libc/sys/select.2
index
c8027c4
..
7826bd2
100644
(file)
--- 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
a
ffect a poll, the
+is a nil pointer, the select blocks indefinitely. To
e
ffect a poll, the
.Fa timeout
argument should be non-nil, pointing to a zero-valued timeval structure.
.Pp