artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20421d3
)
Xr mutex(9) and rwlock(9)
author
visa
<visa@openbsd.org>
Sat, 22 Apr 2017 11:12:04 +0000
(11:12 +0000)
committer
visa
<visa@openbsd.org>
Sat, 22 Apr 2017 11:12:04 +0000
(11:12 +0000)
share/man/man4/witness.4
patch
|
blob
|
history
diff --git
a/share/man/man4/witness.4
b/share/man/man4/witness.4
index
660ff95
..
fe4ceb4
100644
(file)
--- 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 <jhb@FreeBSD.org>
.\" 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