diff options
author | 2008-11-09 07:41:27 +0000 | |
---|---|---|
committer | 2008-11-09 07:41:27 +0000 | |
commit | dbbe37168bf9a772ff3b65c073caf2b19bcbb8cf (patch) | |
tree | 37a172fe1a1401da074ef71a53ab1b837e227551 | |
parent | systrace activation happens in the middle of a rather sensitive piece of (diff) | |
download | wireguard-openbsd-dbbe37168bf9a772ff3b65c073caf2b19bcbb8cf.tar.xz wireguard-openbsd-dbbe37168bf9a772ff3b65c073caf2b19bcbb8cf.zip |
remove reference to POOL_DIAGNOSTIC which hasn't existed for nearly a year.
ok tedu@
-rw-r--r-- | share/man/man9/pool.9 | 7 |
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 |