diff options
author | pjd <pjd@FreeBSD.org> | 2006-02-17 09:11:41 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-02-17 09:11:41 +0000 |
commit | 8c2ee298395f2859ca98993cc93596e762067838 (patch) | |
tree | 69e2ea0873906d5759cccc9f8a57788b7414345c | |
parent | 2f299d4119e8b2591e2f904bcac1e98f08e1cb8f (diff) | |
download | FreeBSD-src-8c2ee298395f2859ca98993cc93596e762067838.zip FreeBSD-src-8c2ee298395f2859ca98993cc93596e762067838.tar.gz |
Document how to find a short description of a memory type.
-rw-r--r-- | share/man/man9/memguard.9 | 3 |
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 |