summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2012-05-29 14:41:16 +0000
committertrasz <trasz@FreeBSD.org>2012-05-29 14:41:16 +0000
commitcb69eb600cac273a7b85e63780f3d7e725e25f0c (patch)
tree3974e4674a690680f886f8b8100c317dd59d086f /share
parent1805c47af3282197f17b4a7a54117e7abbfca73d (diff)
downloadFreeBSD-src-cb69eb600cac273a7b85e63780f3d7e725e25f0c.zip
FreeBSD-src-cb69eb600cac273a7b85e63780f3d7e725e25f0c.tar.gz
Fix lock interaction table for rmlocks - by default they cannot sleep,
just like rwlocks. MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/locking.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/locking.9 b/share/man/man9/locking.9
index 6a0107f..f634d34 100644
--- a/share/man/man9/locking.9
+++ b/share/man/man9/locking.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 3, 2010
+.Dd May 25, 2012
.Dt LOCKING 9
.Os
.Sh NAME
@@ -298,7 +298,7 @@ one of the synchronization primitives discussed:
.It mutex Ta \&ok Ta \&ok-1 Ta \&no Ta \&ok Ta \&ok Ta \&no-3
.It sx Ta \&ok Ta \&ok Ta \&ok-2 Ta \&ok Ta \&ok Ta \&ok-4
.It rwlock Ta \&ok Ta \&ok Ta \&no Ta \&ok-2 Ta \&ok Ta \&no-3
-.It rmlock Ta \&ok Ta \&ok Ta \&ok-5 Ta \&ok Ta \&ok-2 Ta \&ok-5
+.It rmlock Ta \&ok Ta \&ok Ta \&no-5 Ta \&ok Ta \&ok-2 Ta \&no-5
.El
.Pp
.Em *1
OpenPOWER on IntegriCloud