MINSTKSZ is not defined anywhere, MINSIGSTKSZ seems valid instead. Signed-off-by: Hiroya Ito <hiroyan@xxxxxxxxx> --- 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 -- 2.18.0