From c733b6415896c7291c7304fd09d023d8674a2426 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 19 Jan 2015 10:03:57 +0100 Subject: [PATCH] fcntl.2: ERRORS: add EBUSY case for F_SETPIPE_SZ Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 625bcf456..f49c2d96a 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -1501,6 +1501,15 @@ or and the file descriptor open mode doesn't match with the type of lock requested. .TP +.BR EBUSY +.I cmd +is +.BR F_SETPIPE_SZ +and the new pipe capacity specified in +.I arg +is smaller than the amount of buffer space currently +used to store data in the pipe. +.TP .B EBUSY .I cmd is