sigaltstack.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-29 13:34:43 +01:00
parent eff26dcec6
commit 55f780fe47
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ if (sigaltstack(&ss, NULL) == \-1)
.SH BUGS .SH BUGS
In the lead up to the development of the Linux 2.4 kernel, In the lead up to the development of the Linux 2.4 kernel,
.\" Linux 2.3.40 .\" 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 .B SS_ONSTACK
in in
.IR ss.ss_flags , .IR ss.ss_flags ,