Small wording change.

This commit is contained in:
Michael Kerrisk 2007-06-13 22:05:57 +00:00
parent 0444be2471
commit 0ff8384a43
1 changed files with 2 additions and 2 deletions

View File

@ -512,8 +512,8 @@ empty (but may not be on some systems).
A return value of \-1 indicates an error, with \fIerrno\fP being
set appropriately.
In the case of an error, the returned sets and
the timeout struct contents are undefined and should not be used.
In the case of an error, the contents of the returned sets and
the \fIstruct timeout\fP contents are undefined and should not be used.
.BR pselect ()
however never modifies \fIntimeout\fP.
.SH NOTES