summaryrefslogtreecommitdiffstats
path: root/man3/pthread_spin_lock.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_spin_lock.3')
-rw-r--r--man3/pthread_spin_lock.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/pthread_spin_lock.3 b/man3/pthread_spin_lock.3
index bed98a9ec..03a63de68 100644
--- a/man3/pthread_spin_lock.3
+++ b/man3/pthread_spin_lock.3
@@ -20,7 +20,7 @@ POSIX threads library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR pthread_spin_lock (),
@@ -43,7 +43,7 @@ Calling
.BR pthread_spin_lock ()
on a lock that is already held by the caller
or a lock that has not been initialized with
-.BR pthread_spin_init (3)
+.MR pthread_spin_init 3
results in undefined behavior.
.P
The
@@ -92,11 +92,11 @@ Applying any of the functions described on this page to
an uninitialized spin lock results in undefined behavior.
.P
Carefully read NOTES in
-.BR pthread_spin_init (3).
+.MR pthread_spin_init 3 .
.SH SEE ALSO
.ad l
.nh
.\" FIXME . .BR pthread_mutex_lock (3),
-.BR pthread_spin_destroy (3),
-.BR pthread_spin_init (3),
-.BR pthreads (7)
+.MR pthread_spin_destroy 3 ,
+.MR pthread_spin_init 3 ,
+.MR pthreads 7