fcntl.2: Reformat EINVAL error text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-08 14:21:00 +01:00
parent 6bdad35b13
commit aee553ccd9
1 changed files with 10 additions and 4 deletions

View File

@ -1515,16 +1515,22 @@ The value specified in
is not recognized by this kernel.
.TP
.B EINVAL
For
.BR F_DUPFD ,
.I cmd
is
.BR F_DUPFD
and
.I arg
is negative or is greater than the maximum allowable value
(see the discussion of
.BR RLIMIT_NOFILE
in
.BR getrlimit (2)).
For
.BR F_SETSIG ,
.TP
.B EINVAL
.I cmd
is
.BR F_SETSIG
and
.I arg
is not an allowable signal number.
.TP