sigaction.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-14 07:39:08 +01:00
parent 4f71321abe
commit 66b961cab6
1 changed files with 2 additions and 0 deletions

View File

@ -208,6 +208,7 @@ Do not prevent the signal from being received from within its own signal
handler (i.e., do not add the signal to the thread's signal mask while the
handler is executing).
This flag is meaningful only when establishing a signal handler.
.IP
.B SA_NOMASK
is an obsolete, nonstandard synonym for this flag.
.TP
@ -220,6 +221,7 @@ This flag is meaningful only when establishing a signal handler.
.BR SA_RESETHAND
Restore the signal action to the default upon entry to the signal handler.
This flag is meaningful only when establishing a signal handler.
.IP
.B SA_ONESHOT
is an obsolete, nonstandard synonym for this flag.
.TP