errno.3: Note another possible cause of the EMFILE error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-02 13:15:37 +01:00
parent 9807d9afdd
commit 2b851e6ffd
1 changed files with 2 additions and 0 deletions

View File

@ -359,6 +359,8 @@ Commonly caused by exceeding the
.BR RLIMIT_NOFILE
resource limit described in
.BR getrlimit (2).
Can also be caused by exceeding the limit specified in
.IR /proc/sys/fs/nr_open .
.TP
.B EMLINK
Too many links (POSIX.1-2001).