summaryrefslogtreecommitdiff
path: root/share/man/man9/pool.9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-09-30 18:04:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-09-30 18:04:46 +0000
commite168c1dd4101e2991ea3cac36b644c55abb1be49 (patch)
treef0a05fc673dcfd6d407ff23d7e35004ae9f23930 /share/man/man9/pool.9
parentd6d973e8de4abc419cb6f193c426d1c92b010657 (diff)
add pool_set_drain_hook and pool_sethardlimit to .Nm;
Diffstat (limited to 'share/man/man9/pool.9')
-rw-r--r--share/man/man9/pool.94
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9
index f04eb490065..de968670b52 100644
--- a/share/man/man9/pool.9
+++ b/share/man/man9/pool.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pool.9,v 1.31 2005/09/09 08:51:54 jmc Exp $
+.\" $OpenBSD: pool.9,v 1.32 2005/09/30 18:04:45 jmc Exp $
.\" $NetBSD: pool.9,v 1.18 2001/06/21 11:59:01 wiz Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -41,11 +41,13 @@
.Sh NAME
.Nm pool_init ,
.Nm pool_destroy ,
+.Nm pool_set_drain_hook ,
.Nm pool_get ,
.Nm pool_put ,
.Nm pool_prime ,
.Nm pool_sethiwat ,
.Nm pool_setlowat ,
+.Nm pool_sethardlimit ,
.Nm pool_cache_init ,
.Nm pool_cache_destroy ,
.Nm pool_cache_get ,