diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-10-27 10:49:30 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-10-29 14:54:19 -0500 |
| commit | 630a1725b58aaf86b5839c896780b3adbfc4a0fc (patch) | |
| tree | fee82a77573a4afb887ef1020dc4ad9b37315f0f /man3 | |
| parent | 49c54dd8214a6f83ac60193b5782ac1f5aba2ffc (diff) | |
| download | man-pages-630a1725b58aaf86b5839c896780b3adbfc4a0fc.tar.gz | |
pthread_attr_setstacksize.3: wfix: s/pthread_attr_setscope/pthread_attr_setstacksize/
Reported-by: Stefan Puiu <stefan.puiu@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/pthread_attr_setstacksize.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_attr_setstacksize.3 b/man3/pthread_attr_setstacksize.3 index f5539369c0..8767c485fe 100644 --- a/man3/pthread_attr_setstacksize.3 +++ b/man3/pthread_attr_setstacksize.3 @@ -37,7 +37,7 @@ attribute in thread attributes object Compile and link with \fI\-pthread\fP. .SH DESCRIPTION The -.BR pthread_attr_setscope () +.BR pthread_attr_setstacksize () function sets the stack size attribute of the thread attributes object referred to by .I attr |
