From: jca Date: Mon, 20 May 2024 11:12:08 +0000 (+0000) Subject: pool_setlowat() may call pool_prime() and thus allocate memory X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8bc9cbe59b604f4c1c7a64d186be5d638ad5b958;p=openbsd pool_setlowat() may call pool_prime() and thus allocate memory ok dlg@ --- diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index a4bdd8ea241..7880076e943 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pool.9,v 1.59 2020/09/25 14:20:20 deraadt Exp $ +.\" $OpenBSD: pool.9,v 1.60 2024/05/20 11:12:08 jca 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: September 25 2020 $ +.Dd $Mdocdate: May 20 2024 $ .Dt POOL_INIT 9 .Os .Sh NAME @@ -276,9 +276,6 @@ The handle identifying the pool resource instance. The minimum number of items to keep in the pool. The number of pages in the pool will not decrease below the required value to accommodate the minimum number of items specified by this function. -Unlike -.Fn pool_prime , -this function does not allocate the necessary memory up-front. .El .Ss SETTING HARD LIMITS The function