select_tut.2: Minor fixes

Wording and spelling fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-27 09:26:31 +02:00 committed by Michael Kerrisk
parent c9065be1c4
commit dc99a2a724
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ for which an exceptional condition has occurred.
\fInfds\fP
This is an integer one more than the maximum of any file descriptor in
any of the sets.
In other words, while adding file descriptors each of the sets,
In other words, while adding file descriptors to each of the sets,
you must calculate the maximum integer value of all of them,
then increment this value by one, and then pass this as \fInfds\fP.
.TP
@ -237,7 +237,7 @@ would block indefinitely, even though an event is actually pending.
This race condition is solved by the
.BR pselect ()
call.
This call can be used to set the siognal mask to a set of signals
This call can be used to set the signal mask to a set of signals
that are only to be received within the
.BR pselect ()
call.