aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2000-01-24 02:13:21 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2000-01-24 02:13:21 +0000
commit621d130fd80e254a353bf2cc64856c9f04e4bf8b (patch)
tree67d68d058edea7cd268a7b262ba1f015aa34017c /lib/libc
parent7b5036eb77decd8fb10eb682e0db7c8465108651 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/select.211
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 938f0ec65df8..b320099eee66 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -104,10 +104,15 @@ to the maximum number of descriptors supported by the system.
.Pp
If
.Fa timeout
-is a non-nil pointer, it specifies a maximum interval to wait for the
-selection to complete. If
+is a non-nil pointer, it specifies the maximum interval to wait for the
+selection to complete. System activity can lengthen the interval by
+an indeterminate amount.
+.Pp
+If
.Fa timeout
-is a nil pointer, the select blocks indefinitely. To effect a poll, the
+is a nil pointer, the select blocks indefinitely.
+.Pp
+To effect a poll, the
.Fa timeout
argument should be non-nil, pointing to a zero-valued timeval structure.
.Pp