select.2: Mention RLIMIT_NOFILE as a possible cause of EINVAL error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-13 10:28:34 +01:00
parent 12c21590c5
commit b9ebc9b7ee
1 changed files with 7 additions and 1 deletions

View File

@ -328,7 +328,13 @@ A signal was caught; see
.TP
.B EINVAL
.I nfds
is negative or the value contained within
is negative or exceeds the
.BR RLIMIT_NOFILE
resource limit (see
.BR getrlimit (2)).
.TP
.B EINVAL
the value contained within
.I timeout
is invalid.
.TP