diff options
| author | Hiroya Ito <hiroyan@gmail.com> | 2018-08-21 15:18:05 +0900 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-08-21 10:38:47 +0200 |
| commit | 6699401be6ec3f9211fc28eff34c55ca0643f35d (patch) | |
| tree | 4e59820eb2a990bbf795e7cf052b72b2199d6b77 /man2/sigaltstack.2 | |
| parent | 0f0713a4342b8b85bfee56593d92b0f1a839604c (diff) | |
| download | man-pages-6699401be6ec3f9211fc28eff34c55ca0643f35d.tar.gz | |
sigaltstack.2: tfix
MINSTKSZ is not defined anywhere, MINSIGSTKSZ seems valid instead.
Signed-off-by: Hiroya Ito <hiroyan@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/sigaltstack.2')
| -rw-r--r-- | man2/sigaltstack.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index b5ceaf766a..22f57b92a4 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 |
