pthread_spin_init.3: tfix

Reported-by: Kumar Chaudhary, Naveen <naveen.kumar.chaudhary@intel.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-05-16 12:20:09 -05:00
parent 9e7cbbc25a
commit a546e6601b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ pthread_spin_init, pthread_spin_destroy \- initialize or destroy a spin lock
.nf
.B #include <pthread.h>
.PP
.BI "int pthread_spin_init(pthread_spinlock_t *" lock " int " pshared ");"
.BI "int pthread_spin_init(pthread_spinlock_t *" lock ", int " pshared ");"
.BI "int pthread_spin_destroy(pthread_spinlock_t *" lock ");"
.fi
.PP