summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@cvs.openbsd.org>2008-11-09 07:41:28 +0000
committerChris Kuethe <ckuethe@cvs.openbsd.org>2008-11-09 07:41:28 +0000
commit2705c94bbafcfd3d24824cbedf924b865acd1518 (patch)
treec6e79aebe8da81979db16ac598ab0069e9210008
parent5336a63e9b58cc2703d970750bb3df3d1585ef0d (diff)
remove reference to POOL_DIAGNOSTIC which hasn't existed for nearly a year.
ok tedu@
-rw-r--r--share/man/man9/pool.97
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9
index 4570e162e07..1b8f127f427 100644
--- a/share/man/man9/pool.9
+++ b/share/man/man9/pool.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pool.9,v 1.37 2008/10/27 08:56:49 dlg Exp $
+.\" $OpenBSD: pool.9,v 1.38 2008/11/09 07:41:27 ckuethe 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: October 27 2008 $
+.Dd $Mdocdate: November 9 2008 $
.Dt POOL 9
.Os
.Sh NAME
@@ -369,9 +369,6 @@ function deconstructs and puts an object back into the pool immediately.
deconstructs all cached objects and releases their memory.
.Pp
Pool caches are also commonly referred to as a slab allocator.
-.Ss DIAGNOSTICS
-Pool usage logs can be enabled by defining the compile-time option
-.Dv POOL_DIAGNOSTIC .
.Ss DEBUGGING
To debug a misbehaving pool, a kernel can be compiled with the
.Dv MALLOC_DEBUG