select.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-12-23 18:01:19 +01:00
parent 3d335319e7
commit 43e3c5518b
1 changed files with 4 additions and 3 deletions

View File

@ -80,9 +80,10 @@ waiting until one or more of the file descriptors become "ready"
for some class of I/O operation (e.g., input possible).
A file descriptor is considered ready if it is possible to
perform a corresponding I/O operation (e.g.,
.BR read (2)
without blocking, or a sufficiently small
.BR write (2)).
.BR read (2),
or a sufficiently small
.BR write (2))
without blocking.
.PP
.BR select ()
can monitor only file descriptors numbers that are less than