inotify_init.2: ERRORS: add an EMFILE error case

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-27 16:27:49 +01:00
parent 71d597e942
commit 78d8b29eb5
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ An invalid value was specified in
.B EMFILE .B EMFILE
The user limit on the total number of inotify instances has been reached. The user limit on the total number of inotify instances has been reached.
.TP .TP
.B EMFILE
The per-process limit on the number of open file descriptors has been reached.
.TP
.B ENFILE .B ENFILE
The system limit on the total number of file descriptors has been reached. The system limit on the total number of file descriptors has been reached.
.TP .TP