Hi Jakub, On 2/15/21 2:46 PM, Jakub Wilk wrote: > "Mibibytes" is a misspelling of "mebibytes", > but let's use more familiar "MiB" instead. Thanks. Patch applied. Cheers, Michael > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> > --- > man2/execve.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/execve.2 b/man2/execve.2 > index 639e3b4b9..027a0efd2 100644 > --- a/man2/execve.2 > +++ b/man2/execve.2 > @@ -424,7 +424,7 @@ ensures that the new program always has some stack space.) > Additionally, the total size is limited to 3/4 of the value > of the kernel constant > .B _STK_LIM > -(8 Mibibytes). > +(8 MiB). > Since Linux 2.6.25, > the kernel also places a floor of 32 pages on this size limit, > so that, even when > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/