diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-05-27 04:46:36 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-06-02 14:27:20 +0200 |
| commit | d58522c0bd43e54571ce8ad971d617ea5c42cdcc (patch) | |
| tree | dba00d4d032aa7d6b736a5b564755c85cb85542d /man3 | |
| parent | 7b6de6f689bcb368f4db6bbfdd3eb82c4e6c2665 (diff) | |
| download | man-pages-d58522c0bd43e54571ce8ad971d617ea5c42cdcc.tar.gz | |
pthread_create.3: tfix
Reported-by: Anthony Foiani <anthony.foiani@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -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 |
