summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan Matthew <jmatthew@cvs.openbsd.org>2017-06-20 04:37:18 +0000
committerJonathan Matthew <jmatthew@cvs.openbsd.org>2017-06-20 04:37:18 +0000
commitab801c2810febc20345bc3f776cb8c75aca534e5 (patch)
tree9c23674aff60a58287ced20742fe0ef87e67856d /share
parentb827261bbc6e3a5c86dcb3cae21712c147e25912 (diff)
fix some nits
ok dlg@
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pool_cache_init.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/pool_cache_init.9 b/share/man/man9/pool_cache_init.9
index 3d5941a65ef..424c426cfe3 100644
--- a/share/man/man9/pool_cache_init.9
+++ b/share/man/man9/pool_cache_init.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pool_cache_init.9,v 1.4 2017/06/19 23:48:49 dlg Exp $
+.\" $OpenBSD: pool_cache_init.9,v 1.5 2017/06/20 04:37:17 jmatthew Exp $
.\"
.\" Copyright (c) 2017 David Gwynne <dlg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 19 2017 $
+.Dd $Mdocdate: June 20 2017 $
.Dt POOL_CACHE_INIT 9
.Os
.Sh NAME
@@ -34,7 +34,7 @@ The pool API provides support for caching free pool items on each
CPU which can be enabled to mitigate against this contention.
.Pp
When per CPU caches are enabled on a pool, each CPU maintains an
-an active and inactive list of free pool items.
+active and inactive list of free pool items.
A global depot of free lists is initialised in the pool structure
to store excess lists of free items that may accumulate on CPUs.
.Pp
@@ -88,7 +88,7 @@ or displayed in the pcache view in
.Pp
The
.Vt kinfo_pool_cache
-struct provides information about the global state of a pools caches
+struct provides information about the global state of a pool's caches
via a node for each pool under the
.Dv CTL_KERN ,
.Dv KERN_POOL ,