Other minor wording changes.

This commit is contained in:
Michael Kerrisk 2006-02-02 18:18:55 +00:00
parent 071dbad970
commit 21045df8dd
1 changed files with 2 additions and 2 deletions

View File

@ -119,11 +119,11 @@ to indicate which descriptors actually changed status.
.PP
Four macros are provided to manipulate the sets.
.BR FD_ZERO ()
will clear a set.
clears a set.
.BR FD_SET ()
and
.BR FD_CLR ()
add or remove a given descriptor from a set.
respectively add and remove a given descriptor from a set.
.BR FD_ISSET ()
tests to see if a descriptor is part of the set; this is useful after
.BR select ()