diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 8393e337d..7bdf2101c 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -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