Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ddb Remove 'a' modifier from "show vmem". It was removed...



details:   https://anonhg.NetBSD.org/src/rev/40af7af996e2
branches:  trunk
changeset: 365845:40af7af996e2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Apr 28 07:08:38 2022 +0000

description:
Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55.

diffstat:

 sys/ddb/db_command.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 320ee1eb63c0 -r 40af7af996e2 sys/ddb/db_command.c
--- a/sys/ddb/db_command.c      Thu Apr 28 03:12:03 2022 +0000
+++ b/sys/ddb/db_command.c      Thu Apr 28 07:08:38 2022 +0000
@@ -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 @@
            "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,



Home | Main Index | Thread Index | Old Index