summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2018-06-04 04:52:34 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2018-06-04 04:52:34 +0000
commit5f14f5d2e18a8b4147c76019a89186d8cae17af4 (patch)
tree3fa3963b66356647e4272a3fd8025a2188a26a1b /share
parent367f9a1c7c16a58a6a6db065934d29561bc98fdb (diff)
...and correct the count at which warning normally occurs
Diffstat (limited to 'share')
-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