pthread_attr_setguardsize.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-20 12:00:42 +01:00
parent 8c20c31ad1
commit 87e8e9e479
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_setguardsize(pthread_attr_t *" attr \
", size_t " guardsize );
.BI "int pthread_attr_getguardsize(const pthread_attr_t *" attr \
", size_t *" guardsize );
.BI "int pthread_attr_getguardsize(const pthread_attr_t *" attr ,
.BI " size_t *" guardsize );
.PP
Compile and link with \fI\-pthread\fP.
.fi