From 437a91827440773264f13be5c34f166bcd9118f6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 28 Jun 2007 19:04:25 +0000 Subject: [PATCH] grfix --- man2/sigaction.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index f53c48556..92a9228b2 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -494,7 +494,7 @@ In kernels up to and including 2.6.13, specifying .B SA_NODEFER in .I sa_flags -preventing not only the delivered signal from being masked during +prevents not only the delivered signal from being masked during execution of the handler, but also the signals specified in .IR sa_mask . This bug was fixed in kernel 2.6.14.