From 66b961cab6dbf8f8cdd38a6efc70d5b2a7a1fbde Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 14 Nov 2020 07:39:08 +0100 Subject: [PATCH] sigaction.2: ffix Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 2 ++ 1 file changed, 2 insertions(+) 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