diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-06-06 14:28:50 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-06-06 14:28:50 +0000 |
| commit | a3f3f8a283e535ca1752a7944614e683ddb2f351 (patch) | |
| tree | 50c8d7bc1e9744942d292ba26fec1c384b88b726 /usr.bin/vmstat | |
| parent | c6a1766a9e9c65dcb7975fe965ffae0fca251516 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vmstat')
| -rw-r--r-- | usr.bin/vmstat/vmstat.8 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 6c06202029f0..2dab3fb354f1 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.9 1997/08/25 06:40:05 charnier Exp $ +.\" $Id: vmstat.8,v 1.10 1998/09/15 08:16:43 gibbs Exp $ .\" .Dd June 6, 1996 .Dt VMSTAT 8 @@ -62,9 +62,11 @@ Repeat the display 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. +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. .El .Pp By default, |
