aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-14 07:39:08 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-14 07:50:20 +0100
commit66b961cab6dbf8f8cdd38a6efc70d5b2a7a1fbde (patch)
tree94fcb1736de56fb4deda3d1df715086017f21fc6
parent4f71321abed3c7eed87d7dd51ac6c359215a9dd6 (diff)
downloadman-pages-66b961cab6dbf8f8cdd38a6efc70d5b2a7a1fbde.tar.gz
sigaction.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/sigaction.22
1 files changed, 2 insertions, 0 deletions
diff --git a/man2/sigaction.2 b/man2/sigaction.2
index 9217cafe51..72c3565f92 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