summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-02-17 09:11:41 +0000
committerpjd <pjd@FreeBSD.org>2006-02-17 09:11:41 +0000
commit8c2ee298395f2859ca98993cc93596e762067838 (patch)
tree69e2ea0873906d5759cccc9f8a57788b7414345c /share
parent2f299d4119e8b2591e2f904bcac1e98f08e1cb8f (diff)
downloadFreeBSD-src-8c2ee298395f2859ca98993cc93596e762067838.zip
FreeBSD-src-8c2ee298395f2859ca98993cc93596e762067838.tar.gz
Document how to find a short description of a memory type.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/memguard.93
1 files changed, 3 insertions, 0 deletions
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=<memory_type>
.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
OpenPOWER on IntegriCloud