From 735df1561ff8b59253cd3743f79511bb19e72b80 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 6 Jun 1999 14:16:51 +0000 Subject: Correct description of -c and -w options Inspired by: PR docs/11774 Submitted by: Chad R. Larson --- usr.bin/vmstat/vmstat.8 | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index e88c9ef3fb92..7fb1ddb86010 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.13 1999/02/15 13:57:18 bde Exp $ +.\" $Id: vmstat.8,v 1.14 1999/04/26 14:08:04 kris Exp $ .\" .Dd June 6, 1996 .Dt VMSTAT 8 @@ -60,11 +60,13 @@ The options are as follows: Repeat the display .Ar count times. -The first display is for the time since a reboot and each subsequent report -is for the time period since the last display. -If no -.Ar wait -interval is specified, the default is 1 second. +The first display is for the time since a reboot and each subsequent +report is for the time period since the last display. +If no repeat +.Ar count +is specified, and +.Fl w +is specified, the default is infinity, otherwise the default is one. .\" .It Fl f .\" Report on the number .\" .Xr fork 2 @@ -171,8 +173,8 @@ Pause .Ar wait seconds between each display. If no repeat -.Ar count -is specified, the default is infinity. +.Ar wait +interval is specified, the default is 1 second. .It Fl z Report on memory used by the kernel zone allocator, by zone. .El -- cgit v1.2.3