summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-08-14 09:51:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-08-14 09:51:36 +0000
commit7b907beeb1f8ae837f47055cf77c40eaad1c8de4 (patch)
tree5bc5df70a0fcc3bbe5decc264d054453601ac68f /share
parent1a84c4ca7ae7edb88e4a09c13b938cbc01125116 (diff)
tweak previous;
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pool.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9
index 4fa9850492c..75742cf12ab 100644
--- a/share/man/man9/pool.9
+++ b/share/man/man9/pool.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pool.9,v 1.55 2017/08/13 20:26:33 guenther Exp $
+.\" $OpenBSD: pool.9,v 1.56 2017/08/14 09:51:35 jmc Exp $
.\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 13 2017 $
+.Dd $Mdocdate: August 14 2017 $
.Dt POOL_INIT 9
.Os
.Sh NAME
@@ -126,7 +126,7 @@ accessed in interrupt context.
.It Dv PR_RWLOCK
The pool will use an
.Xr rwlock 9
-instead a
+instead of a
.Xr mutex 9
for exclusion.
Requires