pipe.2: Add ENFILE error for user pipe hard limit reached

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-14 08:39:21 +12:00
parent 12033ac49d
commit 4288fe3225
1 changed files with 5 additions and 0 deletions

View File

@ -165,6 +165,11 @@ The per-process limit on the number of open file descriptors has been reached.
.TP
.B ENFILE
The system-wide limit on the total number of open files has been reached.
.TP
.B ENFILE
The user hard limit on memory that can be allocated for pipes
has been reached and the caller is not privileged; see
.BR pipe (7).
.SH VERSIONS
.BR pipe2 ()
was added to Linux in version 2.6.27;