diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-02-01 20:30:55 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-02-01 20:30:55 +0000 |
commit | 38fdbc167925d239a5577438457047a2f695bfff (patch) | |
tree | 66cf0a5d4a3e33b3dc5174d7f7384dcd16334c5f /share/man/man9/sx.9 | |
parent | 718c8510860cc626f82fd9808cf8224092dd85b8 (diff) |
Xref rwlock(9).
Reviewed by: ru
Notes
Notes:
svn path=/head/; revision=155193
Diffstat (limited to 'share/man/man9/sx.9')
-rw-r--r-- | share/man/man9/sx.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9 index e0781b722bce..c43a93b00ec9 100644 --- a/share/man/man9/sx.9 +++ b/share/man/man9/sx.9 @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 5, 2005 +.Dd February 1, 2006 .Dt SX 9 .Os .Sh NAME @@ -210,6 +210,7 @@ end up sleeping while holding a mutex, which is not allowed. .Xr mtx_pool 9 , .Xr mutex 9 , .Xr panic 9 , +.Xr rwlock 9 , .Xr sema 9 .Sh BUGS Currently there is no way to assert that a lock is not held. |