Module Name:    src
Committed By:   msaitoh
Date:           Thu Apr 28 07:17:52 UTC 2022

Modified Files:
        src/share/man/man4: ddb.4

Log Message:
Add missing "show vmem[s]".


To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/share/man/man4/ddb.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ddb.4
diff -u src/share/man/man4/ddb.4:1.201 src/share/man/man4/ddb.4:1.202
--- src/share/man/man4/ddb.4:1.201	Tue Jun 29 10:25:33 2021
+++ src/share/man/man4/ddb.4	Thu Apr 28 07:17:52 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddb.4,v 1.201 2021/06/29 10:25:33 wiz Exp $
+.\"	$NetBSD: ddb.4,v 1.202 2022/04/28 07:17:52 msaitoh Exp $
 .\"
 .\" Copyright (c) 1997 - 2019 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .\" any improvements or extensions that they make and grant Carnegie Mellon
 .\" the rights to redistribute these changes.
 .\"
-.Dd June 20, 2021
+.Dd April 28, 2022
 .Dt DDB 4
 .Os
 .Sh NAME
@@ -816,6 +816,11 @@ of the kernel history options
 .Cd BIOHIST ,
 or
 .Cd UVMHIST .
+.It Ic show vmem Ar address
+Print the vmem at
+.Ar address .
+.It Ic show vmems
+Display all vmems.
 .It Ic show vnode Ns Oo Cm /f Oc Ar address
 Print the vnode at
 .Ar address .

Reply via email to