From ef422cb6e139b6b1cb6e364f96610ba3f73f307e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 14 Aug 2016 08:54:43 +1200 Subject: [PATCH] fcntl.2: Add EPERM that occurs for F_SETPIPE_SZ when user pipe limit is reached Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 40a24755a..459912db0 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -1667,6 +1667,13 @@ but .IR fd does not refer to a directory. .TP +.BR EPERM +.I cmd +is +.BR F_SETPIPE_SZ +and the soft or hard user pipe limit has been reached; see +.BR pipe (7). +.TP .B EPERM Attempted to clear the .B O_APPEND