aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-10-29 13:34:43 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-11-08 08:36:50 +0100
commit55f780fe47e56c2da45546a398e96a3de96bb0f5 (patch)
tree1b617a478fe776db83d38ebbe26d3a3c8a8ab6cd
parenteff26dcec63c007fe782706ea325e21bfbd258e1 (diff)
downloadman-pages-55f780fe47e56c2da45546a398e96a3de96bb0f5.tar.gz
sigaltstack.2: Minor wording fix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/sigaltstack.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
index 2bc5ce434c..f1506cfba0 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 ,