epoll_create.2: ERRORS: add another EMFILE error case

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-27 16:24:40 +01:00
parent deedfd97fe
commit 6bde54afad
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ See
.BR epoll (7)
for further details.
.TP
.B EMFILE
The per-process limit on the number of open file descriptors has been reached.
.TP
.B ENFILE
The system limit on the total number of open files has been reached.
.TP