summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2018-06-04 04:52:33 +0000
committerguenther <guenther@openbsd.org>2018-06-04 04:52:33 +0000
commita580fdbc67e6845c8c4844fb23076b79b0559785 (patch)
tree837cfd58b6885de126d3e383887559fb3fda3812
parentXr witness 4 (diff)
downloadwireguard-openbsd-a580fdbc67e6845c8c4844fb23076b79b0559785.tar.xz
wireguard-openbsd-a580fdbc67e6845c8c4844fb23076b79b0559785.zip
...and correct the count at which warning normally occurs
-rw-r--r--share/man/man9/rwlock.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/rwlock.9 b/share/man/man9/rwlock.9
index e4c35d4b310..bbac4e5aee5 100644
--- a/share/man/man9/rwlock.9
+++ b/share/man/man9/rwlock.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rwlock.9,v 1.22 2018/06/04 04:49:08 guenther Exp $
+.\" $OpenBSD: rwlock.9,v 1.23 2018/06/04 04:52:33 guenther Exp $
.\"
.\" Copyright (c) 2006 Pedro Martelletto <pedro@ambientworks.net>
.\" All rights reserved.
@@ -154,7 +154,7 @@ Prevents
.Xr witness 4 ,
for just this
.Fn rw_enter ,
-from logging when this thread already has more than one lock of this lock type.
+from logging when this thread already has a lock of this lock type.
.El
.Pp
The