From 38e17cbacc7172bc1419dfc81901fd3ede21cf8a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 20 Feb 2020 12:43:20 +0100 Subject: [PATCH] sigaction.2: ffix Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 8ee878672..bb7b7c928 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