On 08/21/2018 08:18 AM, Hiroya Ito wrote: > MINSTKSZ is not defined anywhere, MINSIGSTKSZ seems valid instead. > > Signed-off-by: Hiroya Ito <hiroyan@xxxxxxxxx> Thank you, Hiroya. Patch applied. Cheers, Michael > --- > man2/sigaltstack.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 > index b5ceaf766..22f57b92a 100644 > --- a/man2/sigaltstack.2 > +++ b/man2/sigaltstack.2 > @@ -205,7 +205,7 @@ an invalid flag. > The specified size of the new alternate signal stack > .I ss.ss_size > was less than > -.BR MINSTKSZ . > +.BR MINSIGSTKSZ . > .TP > .B EPERM > An attempt was made to change the alternate signal stack while > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/