select_tut.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-19 09:37:46 +01:00
parent 4551a1b1d1
commit 73e8f3b4c1
1 changed files with 4 additions and 3 deletions

View File

@ -37,10 +37,11 @@ select, pselect \- synchronous I/O multiplexing
See
.BR select (2)
.SH DESCRIPTION
The
.BR select ()
(or
.BR pselect ())
is used to efficiently monitor multiple file descriptors,
and
.BR pselect ()
system calls are used to efficiently monitor multiple file descriptors,
to see if any of them is, or becomes, "ready";
that is, to see whether I/O becomes possible,
or an "exceptional condition" has occurred on any of the file descriptors.