diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-10-27 10:47:57 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-10-29 14:54:19 -0500 |
| commit | 49c54dd8214a6f83ac60193b5782ac1f5aba2ffc (patch) | |
| tree | f6918826d9aee3c352db92a64035b1a9f7905d18 /man3/pthread_attr_setstack.3 | |
| parent | 65f6a3ee6ddf0c2d86cfb5bf54c5ca0306589a53 (diff) | |
| download | man-pages-49c54dd8214a6f83ac60193b5782ac1f5aba2ffc.tar.gz | |
pthread_attr_setstack.3: wfix: s/pthread_attr_setscope/pthread_attr_setstack/
Reported-by: Stefan Puiu <stefan.puiu@gmail.com>
Diffstat (limited to 'man3/pthread_attr_setstack.3')
| -rw-r--r-- | man3/pthread_attr_setstack.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_attr_setstack.3 b/man3/pthread_attr_setstack.3 index 50cedf584a..dc084bb425 100644 --- a/man3/pthread_attr_setstack.3 +++ b/man3/pthread_attr_setstack.3 @@ -49,7 +49,7 @@ _POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600 .ad b .SH DESCRIPTION The -.BR pthread_attr_setscope () +.BR pthread_attr_setstack () function sets the stack address and stack size attributes of the thread attributes object referred to by .I attr |
