effect, danny@panda.hilink.com.au
authorderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 15:00:57 +0000 (15:00 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 15:00:57 +0000 (15:00 +0000)
lib/libc/sys/select.2

index c8027c4..7826bd2 100644 (file)
@@ -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