aboutsummaryrefslogtreecommitdiff
path: root/man/man3/lock.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/lock.3')
-rw-r--r--man/man3/lock.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/lock.3 b/man/man3/lock.3
index 31882bb0..2dea7467 100644
--- a/man/man3/lock.3
+++ b/man/man3/lock.3
@@ -80,7 +80,7 @@ are rendezvous points.
Locks and rendezvous points have trivial implementations in programs
not using the thread library
(see
-.IM thread (3) ),
+.MR thread (3) ),
since such programs have no concurrency.
.PP
Used carelessly, spin locks can be expensive and can easily generate deadlocks.