From: dlg Date: Mon, 19 Jun 2017 23:48:49 +0000 (+0000) Subject: s/a active/an active/ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d2bfa962186fe2d1fb3b59e7a1cbe9bed7c1bcea;p=openbsd s/a active/an active/ --- diff --git a/share/man/man9/pool_cache_init.9 b/share/man/man9/pool_cache_init.9 index ec0f69aa3c9..3d5941a65ef 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.3 2017/06/19 23:45:42 dlg Exp $ +.\" $OpenBSD: pool_cache_init.9,v 1.4 2017/06/19 23:48:49 dlg Exp $ .\" .\" Copyright (c) 2017 David Gwynne .\" @@ -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 -a active and inactive list of free pool items. +an 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