aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2017-10-21 16:21:30 -0400
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-10-22 07:50:53 +0200
commit59524c5eb3923f45f7594b5e51a62d12622e1cf3 (patch)
treed619f7a3becc2fd1502365a80b37e91d53ef18c0 /man3
parent26cd31fd4acafbf68a17d420f3946683792f9be8 (diff)
downloadman-pages-59524c5eb3923f45f7594b5e51a62d12622e1cf3.tar.gz
pthread_spin_init(3): tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/pthread_spin_init.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_spin_init.3 b/man3/pthread_spin_init.3
index e6cf692d70..3018d804a8 100644
--- a/man3/pthread_spin_init.3
+++ b/man3/pthread_spin_init.3
@@ -30,7 +30,7 @@ pthread_spin_init, pthread_spin_destroy \- initialize or destroy a spin lock
.B #include <pthread.h>
.PP
.BI "int pthread_spin_init(pthread_spinlock_t *" lock " int " pshared ");"
-.BI "int pthread_spin_destroy(pthread_spinlock_t *" cock ");"
+.BI "int pthread_spin_destroy(pthread_spinlock_t *" lock ");"
.fi
.PP
Compile and link with \fI\-pthread\fP.