diff options
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index e88c9ef..7fb1ddb 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 |