diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-21 11:47:55 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-11-21 11:47:55 +0000 |
commit | 5f6a3b99a1c94b4d0f410b3cb2cd0de66869488a (patch) | |
tree | 5982c7f68d36759ba62fec8d690809f0deb42076 /share/man/man9/sx.9 | |
parent | d1919ca628671d4881541f7b17957e88ce40c9c9 (diff) |
mdoc(7) police: WITNESS is a #define, mark it as such.
Notes
Notes:
svn path=/head/; revision=86723
Diffstat (limited to 'share/man/man9/sx.9')
-rw-r--r-- | share/man/man9/sx.9 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9 index 00fc5e18661b..61756633a5c6 100644 --- a/share/man/man9/sx.9 +++ b/share/man/man9/sx.9 @@ -150,9 +150,13 @@ attempting to do so will result in deadlock. .Xr sema 9 .Sh BUGS Currently there is no way to assert that a lock is not held. -This is not possible in the non-WITNESS case for asserting that this thread +This is not possible in the +.No non- Ns Dv WITNESS +case for asserting that this thread does not hold a shared lock. -In the non-WITNESS case, the +In the +.No non- Ns Dv WITNESS +case, the .Dv SX_LOCKED and .Dv SX_SLOCKED |