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,20 +162,20 @@
 descriptors from zero through
 .Dq Li nfds - 1
 in the descriptor sets are examined.
 .Pp
 If the
-.Fa readfs
+.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 writefs
+.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,12 +189,12 @@
 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 ,
+.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,11 +352,11 @@
 masks to be set to a non-zero value,
 .Fn select
 completes successfully and returns 0.
 .Pp
 If the
-.Fa readfs ,
+.Fa readfds ,
 .Fa writefds ,
 and
 .Fa errorfds
 arguments are all null pointers and the
 .Fa timeout