Module Name: src
Committed By: simonb
Date: Mon Dec 13 08:19:12 UTC 2021
Modified Files:
src/usr.bin/vmstat: vmstat.1
Log Message:
Update -m description to reflect reality. Kernel dynamic memory tracking
was removed long ago; only pool usage is reported.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/vmstat/vmstat.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/vmstat/vmstat.1
diff -u src/usr.bin/vmstat/vmstat.1:1.24 src/usr.bin/vmstat/vmstat.1:1.25
--- src/usr.bin/vmstat/vmstat.1:1.24 Tue Dec 25 03:38:59 2018
+++ src/usr.bin/vmstat/vmstat.1 Mon Dec 13 08:19:12 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: vmstat.1,v 1.24 2018/12/25 03:38:59 sevan Exp $
+.\" $NetBSD: vmstat.1,v 1.25 2021/12/13 08:19:12 simonb Exp $
.\"
.\" Copyright (c) 2000, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -53,7 +53,7 @@
.\"
.\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93
.\"
-.Dd December 25, 2018
+.Dd December 13, 2021
.Dt VMSTAT 1
.Os
.Sh NAME
@@ -119,9 +119,7 @@ Extract values associated with the name
instead of the default
.Pa /dev/mem .
.It Fl m
-Report on the usage of kernel dynamic memory listed first by size of
-allocation and then by type of usage,
-followed by a list of the kernel memory pools and their usage.
+Report on the list of the kernel memory pools and their usage.
.It Fl N Ar system
Extract the name list from the specified system instead of the default
.Pa /netbsd .