diff options
author | anton <anton@cvs.openbsd.org> | 2019-11-04 18:18:04 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2019-11-04 18:18:04 +0000 |
commit | a02fd51df7bcf7fce882fbdf0b378cffdac2f01b (patch) | |
tree | fb5bfdc5b42ffa0ea4cd39d1123e3d27880a7b58 /share/man/man9 | |
parent | 891499522f59de015919a2d3ed4b4946a8ad37f4 (diff) |
xr witness(4); prodded by and ok visa@
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/mutex.9 | 5 |
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 |