summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mdb/common/modules/genunix/genunix.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mdb/common/modules/genunix/genunix.c')
-rw-r--r--usr/src/cmd/mdb/common/modules/genunix/genunix.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/mdb/common/modules/genunix/genunix.c b/usr/src/cmd/mdb/common/modules/genunix/genunix.c
index 9bd74ff0dd..f8d2de5f12 100644
--- a/usr/src/cmd/mdb/common/modules/genunix/genunix.c
+++ b/usr/src/cmd/mdb/common/modules/genunix/genunix.c
@@ -4293,8 +4293,9 @@ static const mdb_dcmd_t dcmds[] = {
{ "bufctl", ":[-vh] [-a addr] [-c caller] [-e earliest] [-l latest] "
"[-t thd]", "print or filter a bufctl", bufctl, bufctl_help },
{ "freedby", ":", "given a thread, print its freed buffers", freedby },
- { "kmalog", "?[ fail | slab ]",
- "display kmem transaction log and stack traces", kmalog },
+ { "kmalog", "?[ fail | slab | zerosized ]",
+ "display kmem transaction log and stack traces for specified type",
+ kmalog },
{ "kmastat", "[-kmg]", "kernel memory allocator stats",
kmastat },
{ "kmausers", "?[-ef] [cache ...]", "current medium and large users "