pthread_mutexattr_init.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
roblabla 2017-12-04 20:45:20 +01:00 committed by Michael Kerrisk
parent e93e59f97b
commit 0f24751222
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ destroy a mutex attributes object
.nf
.B #include <pthread.h>
.PP
.BI "int pthread_mutex_init(pthread_mutexattr_t *" attr ");"
.BI "int pthread_mutex_destroy(pthread_mutexattr_t *" attr ");"
.BI "int pthread_mutexattr_init(pthread_mutexattr_t *" attr ");"
.BI "int pthread_mutexattr_destroy(pthread_mutexattr_t *" attr ");"
.fi
.PP
Compile and link with \fI\-pthread\fP.