diff options
Diffstat (limited to 'man3/pthread_create.3')
| -rw-r--r-- | man3/pthread_create.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_create.3 b/man3/pthread_create.3 index 23256d8d5b..28c3826361 100644 --- a/man3/pthread_create.3 +++ b/man3/pthread_create.3 @@ -212,7 +212,7 @@ the stack size defaults to the value given by the .in +4n .nf .RB "$" " ulimit \-s" -8192 # The stack size limit is 8 MB (0x80000 bytes) +8192 # The stack size limit is 8 MB (0x800000 bytes) .RB "$" " ./a.out hola salut servus" Thread 1: top of stack near 0xb7dd03b8; argv_string=hola Thread 2: top of stack near 0xb75cf3b8; argv_string=salut |
