diff options
| author | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
| commit | ce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch) | |
| tree | 450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/poll.2 | |
| parent | ed88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff) | |
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/sys/poll.2')
| -rw-r--r-- | lib/libc/sys/poll.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index a727d1a3fac..31a4f370643 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: poll.2,v 1.5 1998/08/15 09:16:27 mycroft Exp $ +.\" $NetBSD: poll.2,v 1.6 1998/08/29 08:32:40 lukem Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -46,7 +46,7 @@ .Ft int .Fn poll "struct pollfd *fds" "nfds_t nfds" "int timeout" .Sh DESCRIPTION -.Fn Poll +.Fn poll examines a set of file descriptors to see if some of them are ready for I/O. The @@ -131,7 +131,7 @@ is zero, then .Fn poll will return without blocking. .Sh RETURN VALUES -.Fn Poll +.Fn poll returns the number of descriptors that are ready for I/O, or -1 if an error occured. If the time limit expires, .Fn poll @@ -162,7 +162,7 @@ An error return from indicates: .Bl -tag -width Er .It Bq Er EFAULT -.Fa Fds +.Fa fds points outside the process's allocated address space. .It Bq Er EINTR A signal was delivered before the time limit expired and |
