select.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-06-12 06:01:32 +02:00
parent f8bfb68e68
commit be914947a7
1 changed files with 2 additions and 2 deletions

View File

@ -517,9 +517,9 @@ On some UNIX systems,
.BR select ()
unblocks and returns, with an indication that the file descriptor is ready
(a subsequent I/O operation will likely fail with an error,
unless another the file descriptor reopened between the time
unless another process reopens file descriptor between the time
.BR select ()
returned and the I/O operations was performed).
returned and the I/O operation is performed).
On Linux (and some other systems),
closing the file descriptor in another thread has no effect on
.BR select ().