diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 9217cafe5..72c3565f9 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -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