Update -m description to reflect reality. Kernel dynamic memory tracking

was removed long ago; only pool usage is reported.
This commit is contained in:
simonb 2021-12-13 08:19:12 +00:00
parent 671f55cc50
commit 80f785edc2
1 changed files with 3 additions and 5 deletions

View File

@ -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 list from the specified core
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 .