summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2001-08-11 08:13:18 +0000
committerfgsch <fgsch@openbsd.org>2001-08-11 08:13:18 +0000
commitc280dd9668d75cb5c44d19897d435c3945a2dad2 (patch)
tree2b6a9617622f006a42155584bc95ad2f4448f633 /lib/libc
parentmove hifn_stats definition to header (diff)
downloadwireguard-openbsd-c280dd9668d75cb5c44d19897d435c3945a2dad2.tar.xz
wireguard-openbsd-c280dd9668d75cb5c44d19897d435c3945a2dad2.zip
Define INFTIM to -1, as appears everywhere. Talk about it in the
manpage; millert@ ok.
Diffstat (limited to 'lib/libc')
-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