Change the description of how attempts to block SIGKILL and SIGSTOP
are handled. The system call will actually fail in this case - the system doesn't silently ignore the request. Closes PR# 3047 Pointed out by: fenner
This commit is contained in:
parent
92b5a26e6d
commit
1c9b82e59c
@ -287,7 +287,7 @@ is not allowed to block
|
||||
.Dv SIGKILL
|
||||
or
|
||||
.Dv SIGSTOP .
|
||||
This is done silently by the system.
|
||||
Attempting to do so will cause the call to fail.
|
||||
.Sh RETURN VALUES
|
||||
A 0 value indicated that the call succeeded. A \-1 return value
|
||||
indicates an error occurred and
|
||||
|
Loading…
Reference in New Issue
Block a user