sigaction.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-20 12:43:20 +01:00
parent 38c287b8c4
commit 38e17cbacc
1 changed files with 1 additions and 2 deletions

View File

@ -160,7 +160,6 @@ flag is used.
.I sa_flags
specifies a set of flags which modify the behavior of the signal.
It is formed by the bitwise OR of zero or more of the following:
.RS 4
.TP
.B SA_NOCLDSTOP
If
@ -251,7 +250,7 @@ This flag is meaningful only when establishing a signal handler.
.\" (The
.\" .I sa_sigaction
.\" field was added in Linux 2.1.86.)
.RE
.\"
.SS The siginfo_t argument to a SA_SIGINFO handler
When the
.B SA_SIGINFO