summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-02-15 13:57:18 +0000
committerbde <bde@FreeBSD.org>1999-02-15 13:57:18 +0000
commit4cd21ac75ebcb054905e6ae6518c005dd5c51c29 (patch)
tree1c9b80a2736c07f05f27e775599d9831b808fdcf /usr.bin/vmstat
parentd0c48f6321ddc83a5d9ce8e369b630157dfaf219 (diff)
downloadFreeBSD-src-4cd21ac75ebcb054905e6ae6518c005dd5c51c29.zip
FreeBSD-src-4cd21ac75ebcb054905e6ae6518c005dd5c51c29.tar.gz
Fixed disordering of options in previous commit.
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.88
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index 20492ac..ddb8828 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93
-.\" $Id: vmstat.8,v 1.11 1999/02/10 00:46:26 ken Exp $
+.\" $Id: vmstat.8,v 1.12 1999/02/13 09:59:24 dillon Exp $
.\"
.Dd June 6, 1996
.Dt VMSTAT 8
@@ -41,7 +41,7 @@
.Sh SYNOPSIS
.Nm vmstat
.\" .Op Fl fimst
-.Op Fl imzs
+.Op Fl imsz
.Op Fl c Ar count
.Op Fl M Ar core
.Op Fl N Ar system
@@ -88,8 +88,6 @@ instead of the default
.It Fl m
Report on the usage of kernel dynamic memory listed first by size of
allocation and then by type of usage.
-.It Fl z
-Report on memory used by the kernel zone allocator, by zone.
.It Fl n
Change the maximum number of disks to display from the default of 2.
.It Fl p
@@ -192,6 +190,8 @@ in run queue
blocked for resources (i/o, paging, etc.)
.It w
runnable or short sleeper (< 20 secs) but swapped
+.It Fl z
+Report on memory used by the kernel zone allocator, by zone.
.El
.It memory
Information about the usage of virtual and real memory.
OpenPOWER on IntegriCloud