select.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-18 08:36:25 +01:00
parent 2054c92aa1
commit 1eda1a3a5b
1 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ will be watched for exceptional conditions.
in
.BR poll (2).)
.PP
On exit, each of the file descriptor sets is modified in place
Upon return, each of the file descriptor sets is modified in place
to indicate which file descriptors actually changed status.
(Thus, if using
.BR select ()
@ -376,7 +376,7 @@ Generally portable to/from
non-BSD systems supporting clones of the BSD socket layer (including
System\ V variants).
However, note that the System\ V variant typically
sets the timeout variable before exit, but the BSD variant does not.
sets the timeout variable before returning, but the BSD variant does not.
.PP
.BR pselect ()
is defined in POSIX.1g, and in