fcntl.2: ERRORS: add EBUSY case for F_SETPIPE_SZ

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-19 10:03:57 +01:00
parent 7570f8afad
commit c733b64158
1 changed files with 9 additions and 0 deletions

View File

@ -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