summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-08-11 08:13:19 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-08-11 08:13:19 +0000
commitf6e2b423861173e62cb09bac69d991caaef7e2ac (patch)
tree6e681dd112c1c15c043406849a60a5e3fd652145 /lib/libc/sys
parent6f9dc2d5487e01f694c67292c94c9a23fbbb08ef (diff)
Define INFTIM to -1, as appears everywhere. Talk about it in the
manpage; millert@ ok.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/poll.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2
index 30a65ba9889..ca9ffbbe2b8 100644
--- a/lib/libc/sys/poll.2
+++ b/lib/libc/sys/poll.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: poll.2,v 1.10 2000/10/18 05:12:11 aaron Exp $
+.\" $OpenBSD: poll.2,v 1.11 2001/08/11 08:13:18 fgsch Exp $
.\"
.\" Copyright (c) 1994 Jason R. Thorpe
.\" All rights reserved.
@@ -75,7 +75,7 @@ Maximum interval to wait for the poll to complete, in milliseconds.
If this value is 0, then
.Fn poll
will return immediately.
-If this value is less than 0,
+If this value is INFTIM (-1),
.Fn poll
will block indefinitely until a condition is found.
.El