From 55f780fe47e56c2da45546a398e96a3de96bb0f5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Oct 2017 13:34:43 +0100 Subject: [PATCH] sigaltstack.2: Minor wording fix Signed-off-by: Michael Kerrisk --- man2/sigaltstack.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index 2bc5ce434..f1506cfba 100644 --- a/man2/sigaltstack.2 +++ b/man2/sigaltstack.2 @@ -306,7 +306,7 @@ if (sigaltstack(&ss, NULL) == \-1) .SH BUGS In the lead up to the development of the Linux 2.4 kernel, .\" Linux 2.3.40 -someone got confused and allowed the kernel to accept +a change was made to allow this system call to accept .B SS_ONSTACK in .IR ss.ss_flags ,