sigaction.2: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 08:21:48 +02:00
parent eee11a0f6e
commit ab8cd12776
1 changed files with 2 additions and 2 deletions

View File

@ -747,7 +747,7 @@ is made to change the action for
.BR SIGKILL " or " SIGSTOP ", " .BR SIGKILL " or " SIGSTOP ", "
which cannot be caught or ignored. which cannot be caught or ignored.
.SH CONFORMING TO .SH CONFORMING TO
POSIX.1-2001, SVr4. POSIX.1-2001, POSIX.1-2008, SVr4.
.\" SVr4 does not document the EINTR condition. .\" SVr4 does not document the EINTR condition.
.SH NOTES .SH NOTES
A child created via A child created via
@ -780,7 +780,7 @@ POSIX.1-1990 disallowed setting the action for
.B SIGCHLD .B SIGCHLD
to to
.BR SIG_IGN . .BR SIG_IGN .
POSIX.1-2001 allows this possibility, so that ignoring POSIX.1-2001 and later allow this possibility, so that ignoring
.B SIGCHLD .B SIGCHLD
can be used to prevent the creation of zombies (see can be used to prevent the creation of zombies (see
.BR wait (2)). .BR wait (2)).