From 4f71321abed3c7eed87d7dd51ac6c359215a9dd6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 14 Nov 2020 07:36:34 +0100 Subject: [PATCH] sigaction.2: wfix Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 22da658d0..9217cafe5 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -921,7 +921,7 @@ flag is compatible with the SVr4 flag of the same name. The .B SA_NODEFER flag is compatible with the SVr4 flag of the same name under kernels -1.3.9 and newer. +1.3.9 and later. On older kernels the Linux implementation allowed the receipt of any signal, not just the one we are installing (effectively overriding any