summaryrefslogtreecommitdiff
path: root/lib/libc/sys/poll.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/poll.2')
-rw-r--r--lib/libc/sys/poll.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2
index ff0a2e0d280..6aaf79e02de 100644
--- a/lib/libc/sys/poll.2
+++ b/lib/libc/sys/poll.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: poll.2,v 1.4 1998/08/17 17:35:12 deraadt Exp $
+.\" $OpenBSD: poll.2,v 1.5 1999/02/27 21:56:38 deraadt Exp $
.\"
.\" Copyright (c) 1994 Jason R. Thorpe
.\" All rights reserved.
@@ -39,7 +39,7 @@
.Ft int
.Fn poll "struct pollfd *fds" "int nfds" "int timeout"
.Sh DESCRIPTION
-.Fn Poll
+.Fn poll
provides a mechanism for reporting I/O conditions across a set of file
descriptors.
.Pp
@@ -158,7 +158,7 @@ returns the number of file descriptors for which
.Pa revents
is non-zero.
.Sh ERRORS
-.Fn Poll
+.Fn poll
will fail if:
.Bl -tag -width "EINVAL "
.It Bq Er EINVAL