summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-09 00:56:25 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-09 00:56:25 +0000
commite5569e540dbf2a51361060daf6d062ea8297e0c9 (patch)
treea3774081adbb2a33d2e951ad0a4a4718a47a2ba6 /usr.bin/vmstat
parent56962a3d4ba66fa013e7aa92934a60df9f1105d5 (diff)
Since all our arches have /dev/ksyms, replace rigid mentions of the kernel
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there.
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.815
1 files changed, 3 insertions, 12 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index 13cac9174af..942408814f8 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vmstat.8,v 1.21 2001/05/11 06:41:23 angelos Exp $
+.\" $OpenBSD: vmstat.8,v 1.22 2001/11/09 00:56:24 miod Exp $
.\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $
.\"
.\" Copyright (c) 1986, 1993
@@ -77,11 +77,9 @@ Report on the number of interrupts taken by each device since system
startup.
.It Fl M Ar core
Extract values associated with the name list from the specified core
-instead of the default
-.Pa /dev/mem .
+instead of the running kernel.
.It Fl N Ar system
-Extract the name list from the specified system instead of the default
-.Pa /bsd .
+Extract the name list from the specified system instead of the running kernel.
.It Fl m
Report on the usage of kernel dynamic memory listed first by size of
allocation and then by type of usage.
@@ -196,13 +194,6 @@ seconds; this is a good choice of printing interval since this is how often
some of the statistics are sampled in the system.
Others vary every second and running the output for a while will make it
apparent which are recomputed every second.
-.Sh FILES
-.Bl -tag -width /dev/mem -compact
-.It Pa /bsd
-default kernel namelist
-.It Pa /dev/mem
-default memory file
-.El
.Sh SEE ALSO
.Xr fstat 1 ,
.Xr netstat 1 ,