diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2022-04-28 07:08:38 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2022-04-28 07:08:38 +0000 |
| commit | 514fc7044ed1a679b777c130b536ca522ae47f44 (patch) | |
| tree | 1664150397a0945173508e8c1be2715c3402e8f5 /sys/ddb/db_command.c | |
| parent | ce69c7df715c3fb680269fddbdf57d9b8f23f36e (diff) | |
Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55.
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index f7a34e31550..ebbf83f2853 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_command.c,v 1.180 2022/04/20 19:06:35 uwe Exp $ */ +/* $NetBSD: db_command.c,v 1.181 2022/04/28 07:08:38 msaitoh Exp $ */ /* * Copyright (c) 1996, 1997, 1998, 1999, 2002, 2009, 2019 @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.180 2022/04/20 19:06:35 uwe Exp $"); +__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.181 2022/04/28 07:08:38 msaitoh Exp $"); #ifdef _KERNEL_OPT #include "opt_aio.h" @@ -320,7 +320,7 @@ static const struct db_command db_show_cmds[] = { "Print a selection of UVM counters and statistics.", NULL,NULL) }, { DDB_ADD_CMD("vmem", db_vmem_print_cmd, 0, - "Print the vmem usage.", "[/a] address", NULL) }, + "Print the vmem usage.", "address", NULL) }, { DDB_ADD_CMD("vmems", db_show_all_vmems, 0, "Show all vmems.", NULL, NULL) }, { DDB_ADD_CMD("vnode", db_vnode_print_cmd, 0, |
