diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/pthread_attr_setstacksize.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/pthread_attr_setstacksize.3 b/man3/pthread_attr_setstacksize.3 index 02159e942b..999adcecd2 100644 --- a/man3/pthread_attr_setstacksize.3 +++ b/man3/pthread_attr_setstacksize.3 @@ -33,8 +33,8 @@ attribute in thread attributes object .PP .BI "int pthread_attr_setstacksize(pthread_attr_t *" attr \ ", size_t " stacksize ); -.BI "int pthread_attr_getstacksize(const pthread_attr_t *" attr \ -", size_t *" stacksize ); +.BI "int pthread_attr_getstacksize(const pthread_attr_t *" attr , +.BI " size_t *" stacksize ); .PP Compile and link with \fI\-pthread\fP. .fi |
