pthread_attr_setstacksize.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-20 12:00:12 +01:00
parent 6a5f3c599c
commit 8c20c31ad1
1 changed files with 2 additions and 2 deletions

View File

@ -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