diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-20 12:43:20 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-23 09:58:23 +0100 |
| commit | 38e17cbacc7172bc1419dfc81901fd3ede21cf8a (patch) | |
| tree | d5597efe473a67032d18ebec84f83c431df239a6 | |
| parent | 38c287b8c43bb346110b35346d408a23c88c2890 (diff) | |
| download | man-pages-38e17cbacc7172bc1419dfc81901fd3ede21cf8a.tar.gz | |
sigaction.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/sigaction.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 8ee878672b..bb7b7c9286 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -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 |
