diff options
author | 2019-11-04 18:16:27 +0000 | |
---|---|---|
committer | 2019-11-04 18:16:27 +0000 | |
commit | 68ca079a4700f980ac144419a127e356fabcaaad (patch) | |
tree | 67547782957e2b8028a1bbfdbb405187f8dfbcd8 | |
parent | Restore the old way of dispatching dead procs through idle proc. (diff) | |
download | wireguard-openbsd-68ca079a4700f980ac144419a127e356fabcaaad.tar.xz wireguard-openbsd-68ca079a4700f980ac144419a127e356fabcaaad.zip |
xr rwsleep(9); ok millert@ visa@
-rw-r--r-- | share/man/man9/rwlock.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/rwlock.9 b/share/man/man9/rwlock.9 index 56f06729b19..9dff1f07fe0 100644 --- a/share/man/man9/rwlock.9 +++ b/share/man/man9/rwlock.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rwlock.9,v 1.24 2019/02/25 22:03:56 dlg Exp $ +.\" $OpenBSD: rwlock.9,v 1.25 2019/11/04 18:16:27 anton Exp $ .\" .\" Copyright (c) 2006 Pedro Martelletto <pedro@ambientworks.net> .\" All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 25 2019 $ +.Dd $Mdocdate: November 4 2019 $ .Dt RWLOCK 9 .Os .Sh NAME @@ -238,6 +238,7 @@ Lock is not locked. .Sh SEE ALSO .Xr witness 4 , .Xr mutex 9 , +.Xr rwsleep 9 , .Xr spl 9 .Sh HISTORY The |