summaryrefslogtreecommitdiff
path: root/share/man/man9/pool.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/pool.9')
-rw-r--r--share/man/man9/pool.914
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9
index edd2fca4a3c..bce6b7e8e8b 100644
--- a/share/man/man9/pool.9
+++ b/share/man/man9/pool.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pool.9,v 1.3 2000/04/26 21:21:38 mickey Exp $
+.\" $OpenBSD: pool.9,v 1.4 2000/10/12 18:06:01 aaron Exp $
.\" $NetBSD: pool.9,v 1.13 1999/04/03 14:50:21 msaitoh Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -26,7 +26,7 @@
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
@@ -175,7 +175,7 @@ the client is responsible for providing enough storage
to accommodate the number of pool items specified by
.Fa nitems ,
as well as the space required by the pool's administrative overhead
-.Pq i.e. the pool handle .
+.Pq i.e., the pool handle .
.\"The macro
.\".Fn POOL_STORAGE_SIZE "size" "nitems"
.\"can be used to determine the amount of storage needed to setup a pool,
@@ -214,12 +214,12 @@ the system will panic
.\"storage.
.\" a bunch of other flags aren't documented.
If both
-.Dv PR_LIMITFAIL
+.Dv PR_LIMITFAIL
and
.Dv PR_WAITOK
-is specified, and the pool has reached its hard limit,
-.Fn pool_get
-will return
+is specified, and the pool has reached its hard limit,
+.Fn pool_get
+will return
.Dv NULL
without waiting, allowing the caller to do its own garbage collection;
however, it will still wait if the pool is not yet at its hard limit.