Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

*** 162,181 **** descriptors from zero through .Dq Li nfds - 1 in the descriptor sets are examined. .Pp If the ! .Fa readfs argument is not a null pointer, it points to an object of type .Vt fd_set that on input specifies the file descriptors to be checked for being ready to read, and on output indicates which file descriptors are ready to read. .Pp If the ! .Fa writefs argument is not a null pointer, it points to an object of type .Vt fd_set that on input specifies the file descriptors to be checked for being ready to write, and on output indicates which file descriptors are --- 162,181 ---- descriptors from zero through .Dq Li nfds - 1 in the descriptor sets are examined. .Pp If the ! .Fa readfds argument is not a null pointer, it points to an object of type .Vt fd_set that on input specifies the file descriptors to be checked for being ready to read, and on output indicates which file descriptors are ready to read. .Pp If the ! .Fa writefds argument is not a null pointer, it points to an object of type .Vt fd_set that on input specifies the file descriptors to be checked for being ready to write, and on output indicates which file descriptors are
*** 189,200 **** that on input specifies the file descriptors to be checked for error conditions pending, and on output indicates which file descriptors have error conditions pending. .Pp Upon successful completion, the objects pointed to by the ! .Fa readfs , ! .Fa writefs , and .Fa errorfds arguments are modified to indicate which file descriptors are ready for reading, ready for writing, or have an error condition pending, respectively, and return the total number of ready descriptors in all the output sets. --- 189,200 ---- that on input specifies the file descriptors to be checked for error conditions pending, and on output indicates which file descriptors have error conditions pending. .Pp Upon successful completion, the objects pointed to by the ! .Fa readfds , ! .Fa writefds , and .Fa errorfds arguments are modified to indicate which file descriptors are ready for reading, ready for writing, or have an error condition pending, respectively, and return the total number of ready descriptors in all the output sets.
*** 352,362 **** masks to be set to a non-zero value, .Fn select completes successfully and returns 0. .Pp If the ! .Fa readfs , .Fa writefds , and .Fa errorfds arguments are all null pointers and the .Fa timeout --- 352,362 ---- masks to be set to a non-zero value, .Fn select completes successfully and returns 0. .Pp If the ! .Fa readfds , .Fa writefds , and .Fa errorfds arguments are all null pointers and the .Fa timeout