Get my last commit right. The NOTE section now reads:
The sa_mask field specified in act is not allowed to block SIGKILL or SIGSTOP. Any attempt to do so will be silently ignored. Now where did I leave that pointy hat...
This commit is contained in:
parent
17a8bb9de0
commit
6629a7327d
@ -281,13 +281,15 @@ is possible on a descriptor (see
|
|||||||
.It Dv SIGUSR2 No " terminate process" " User defined signal 2"
|
.It Dv SIGUSR2 No " terminate process" " User defined signal 2"
|
||||||
.El
|
.El
|
||||||
.Sh NOTE
|
.Sh NOTE
|
||||||
The mask specified in
|
The
|
||||||
|
.Fa sa_mask
|
||||||
|
field specified in
|
||||||
.Fa act
|
.Fa act
|
||||||
is not allowed to block
|
is not allowed to block
|
||||||
.Dv SIGKILL
|
.Dv SIGKILL
|
||||||
or
|
or
|
||||||
.Dv SIGSTOP .
|
.Dv SIGSTOP .
|
||||||
Attempting to do so will cause the call to fail.
|
Any attempt to do so will be silently ignored.
|
||||||
.Sh RETURN VALUES
|
.Sh RETURN VALUES
|
||||||
A 0 value indicated that the call succeeded. A \-1 return value
|
A 0 value indicated that the call succeeded. A \-1 return value
|
||||||
indicates an error occurred and
|
indicates an error occurred and
|
||||||
|
Loading…
Reference in New Issue
Block a user