diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-05-16 12:20:09 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-05-16 12:20:09 -0500 |
| commit | a546e6601b1ce2ddc44267a19287d4ca575b0c29 (patch) | |
| tree | ca5852961edef3a7ab2f48a30816d8aad2e69849 /man3/pthread_spin_init.3 | |
| parent | 9e7cbbc25a902f9969d3479f34781c1b1f6acc48 (diff) | |
| download | man-pages-a546e6601b1ce2ddc44267a19287d4ca575b0c29.tar.gz | |
pthread_spin_init.3: tfix
Reported-by: Kumar Chaudhary, Naveen <naveen.kumar.chaudhary@intel.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/pthread_spin_init.3')
| -rw-r--r-- | man3/pthread_spin_init.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_spin_init.3 b/man3/pthread_spin_init.3 index 3018d804a8..ce47d42803 100644 --- a/man3/pthread_spin_init.3 +++ b/man3/pthread_spin_init.3 @@ -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 |
