summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2019-11-04 18:18:03 +0000
committeranton <anton@openbsd.org>2019-11-04 18:18:03 +0000
commit67035d4b95d6f8ae9f94d30e4e256bd2b888e91a (patch)
tree29d81d77371ec85e3d55c8a30da70f2ebbfd6ae0
parentxr rwsleep(9); ok millert@ visa@ (diff)
downloadwireguard-openbsd-67035d4b95d6f8ae9f94d30e4e256bd2b888e91a.tar.xz
wireguard-openbsd-67035d4b95d6f8ae9f94d30e4e256bd2b888e91a.zip
xr witness(4); prodded by and ok visa@
-rw-r--r--share/man/man9/mutex.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index fac88f29ff0..332ead42408 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mutex.9,v 1.24 2017/10/30 13:33:36 visa Exp $
+.\" $OpenBSD: mutex.9,v 1.25 2019/11/04 18:18:03 anton Exp $
.\"
.\" Copyright (c) 2005 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: October 30 2017 $
+.Dd $Mdocdate: November 4 2019 $
.Dt MUTEX 9
.Os
.Sh NAME
@@ -150,6 +150,7 @@ function will return non-zero if it succeeds in acquiring the mutex
.Fa mtxp ,
otherwise it will return 0.
.Sh SEE ALSO
+.Xr witness 4 ,
.Xr msleep 9 ,
.Xr rwlock 9 ,
.Xr spl 9