From: visa Date: Sat, 22 Apr 2017 11:12:04 +0000 (+0000) Subject: Xr mutex(9) and rwlock(9) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1d0b3e75ca3dbbb8d4e96e06fafe84c9986d0664;p=openbsd Xr mutex(9) and rwlock(9) --- diff --git a/share/man/man4/witness.4 b/share/man/man4/witness.4 index 660ff95f74e..fe4ceb4da36 100644 --- a/share/man/man4/witness.4 +++ b/share/man/man4/witness.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: witness.4,v 1.2 2017/04/22 11:05:04 visa Exp $ +.\" $OpenBSD: witness.4,v 1.3 2017/04/22 11:12:04 visa Exp $ .\" .\" Copyright (c) 2001 John H. Baldwin .\" All rights reserved. @@ -53,7 +53,9 @@ or attempt an upgrade on a shared lock held by another thread. If any of these checks fail, then the kernel will panic. .Sh SEE ALSO .Xr ddb 4 , -.Xr options 4 +.Xr options 4 , +.Xr mutex 9 , +.Xr rwlock 9 .Sh HISTORY The .Nm