From 8c2ee298395f2859ca98993cc93596e762067838 Mon Sep 17 00:00:00 2001 From: pjd Date: Fri, 17 Feb 2006 09:11:41 +0000 Subject: Document how to find a short description of a memory type. --- share/man/man9/memguard.9 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'share') diff --git a/share/man/man9/memguard.9 b/share/man/man9/memguard.9 index 3331e13..1851407 100644 --- a/share/man/man9/memguard.9 +++ b/share/man/man9/memguard.9 @@ -56,6 +56,9 @@ vm.memguard.desc= .Ed .Pp Where memory_type is a short description of memory type to monitor. +The short description of memory type is the second argument to +.Xr MALLOC_DEFINE 9 , +so one has to find it in the kernel source. .Pp To use memguard for memory type defined in a kernel module, one has to set .Va vm.memguard.desc -- cgit v1.1