diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2003-06-12 09:06:25 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2003-06-12 09:06:25 +0000 |
| commit | 33f73ee4884e100bbcfb32084b8d1bf2182f790a (patch) | |
| tree | b352c3b1d00bf9fc37158487b6721c1112ab3ce6 /share | |
| parent | eb74baf398ada70adce16a71e183272c40a025e0 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/sx.9 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/sx.9 b/share/man/man9/sx.9 index 8eaf13daddf4..f27e482c2884 100644 --- a/share/man/man9/sx.9 +++ b/share/man/man9/sx.9 @@ -161,6 +161,8 @@ by the first argument. .Pp A thread may not own a shared lock and an exclusive lock simultaneously; attempting to do so will result in deadlock. +.Sh CONTEXT +It is allowed to to own a shared lock or an exclusive lock while sleeping. .Sh SEE ALSO .Xr condvar 9 , .Xr mtx_pool 9 , |
