From 80f785edc2a5d0892ddcedc20d3824c5fd17d77d Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 13 Dec 2021 08:19:12 +0000 Subject: [PATCH] Update -m description to reflect reality. Kernel dynamic memory tracking was removed long ago; only pool usage is reported. --- usr.bin/vmstat/vmstat.1 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/usr.bin/vmstat/vmstat.1 b/usr.bin/vmstat/vmstat.1 index 0a1c3eee70ea..e65a4fc478c8 100644 --- a/usr.bin/vmstat/vmstat.1 +++ b/usr.bin/vmstat/vmstat.1 @@ -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 .