diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-21 11:44:36 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-21 11:44:36 +0000 |
commit | d1919ca628671d4881541f7b17957e88ce40c9c9 (patch) | |
tree | 34bececf3b4294fff06029738e5323c4c031dde4 /share/man/man9/sx.9 | |
parent | eb8c09f97fc4f6d7bcc9378e00630fd6e63820f2 (diff) | |
download | src-d1919ca628671d4881541f7b17957e88ce40c9c9.tar.gz src-d1919ca628671d4881541f7b17957e88ce40c9c9.zip |
mdoc(7) police: cosmetique.
Notes
Notes:
svn path=/head/; revision=86722
Diffstat (limited to 'share/man/man9/sx.9')
-rw-r--r-- | share/man/man9/sx.9 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9 index 8666badb33c2..00fc5e18661b 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 |