summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-11-21 11:44:36 +0000
committerru <ru@FreeBSD.org>2001-11-21 11:44:36 +0000
commit5bfc82c74eecb9357de2375326244f87711292c5 (patch)
tree34bececf3b4294fff06029738e5323c4c031dde4 /share
parent0daf644a4a4720271858da237d7299d7db801fa2 (diff)
downloadFreeBSD-src-5bfc82c74eecb9357de2375326244f87711292c5.zip
FreeBSD-src-5bfc82c74eecb9357de2375326244f87711292c5.tar.gz
mdoc(7) police: cosmetique.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/sx.913
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9
index 8666bad..00fc5e1 100644
--- a/share/man/man9/sx.9
+++ b/share/man/man9/sx.9
@@ -125,15 +125,20 @@ function tests specified conditions and panics if they are not met and the
kernel is compiled with
.Dv INVARIANTS .
The following assertions are supported:
-.Bl -tag -width SX_XLOCKED
+.Bl -tag -width ".Dv SX_XLOCKED"
.It Dv SX_LOCKED
Assert that the current thread has either a shared or an exclusive lock on the
-sx lock pointed to by the first argument.
+.Vt sx
+lock pointed to by the first argument.
.It Dv SX_SLOCKED
-Assert that the current thread has a shared lock on the sx lock pointed to by
+Assert that the current thread has a shared lock on the
+.Vt sx
+lock pointed to by
the first argument.
.It Dv SX_XLOCKED
-Assert that the current thread has an exclusive lock on the sx lock pointed to
+Assert that the current thread has an exclusive lock on the
+.Vt sx
+lock pointed to
by the first argument.
.El
.Pp
OpenPOWER on IntegriCloud