pthread_attr_setdetachstate.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-20 11:56:07 +01:00
parent ab949f50af
commit 3bf920615d
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ set/get detach state attribute in thread attributes object
.PP
.BI "int pthread_attr_setdetachstate(pthread_attr_t *" attr \
", int " detachstate );
.BI "int pthread_attr_getdetachstate(const pthread_attr_t *" attr \
", int *" detachstate );
.BI "int pthread_attr_getdetachstate(const pthread_attr_t *" attr ,
.BI " int *" detachstate );
.PP
Compile and link with \fI\-pthread\fP.
.fi