summaryrefslogtreecommitdiffstats
path: root/share/man/man9/sx.9
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-16 18:39:48 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-16 18:39:48 +0000
commitda0e05bf035f3db2c19ef9748cb45de9f4dffe6d (patch)
tree6a13fbe4bd9c148c2b9d3c98c4757721c8e58f6f /share/man/man9/sx.9
parentc4c446f0d8d562b32f5750aa8d0c7ddc8e0cab60 (diff)
downloadFreeBSD-src-da0e05bf035f3db2c19ef9748cb45de9f4dffe6d.zip
FreeBSD-src-da0e05bf035f3db2c19ef9748cb45de9f4dffe6d.tar.gz
Remove incorrect BUGS entry about asserting lock not held.
For non-WITNESS< assertion support for SA_UNLOCKED was added in r125421 and made to panic in r126316. MFC after: 1 week
Diffstat (limited to 'share/man/man9/sx.9')
-rw-r--r--share/man/man9/sx.97
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9
index a9931a9..677f8b7 100644
--- a/share/man/man9/sx.9
+++ b/share/man/man9/sx.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 13, 2016
+.Dd March 16, 2016
.Dt SX 9
.Os
.Sh NAME
@@ -320,11 +320,6 @@ end up sleeping while holding a mutex, which is not allowed.
.Xr rwlock 9 ,
.Xr sema 9
.Sh BUGS
-Currently there is no way to assert that a lock is not held.
-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
.No non- Ns Dv WITNESS
case, the
OpenPOWER on IntegriCloud