diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-08-23 21:42:46 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-08-23 21:42:46 +0000 |
| commit | aeaa52dbdccede21584a0dbf8f206caf41ddf932 (patch) | |
| tree | 568aa4e20de1cdcf0d77c0b27bc9494fe7948a51 /usr.bin/vmstat | |
| parent | da0a2ddec5f5f6713abceaa02c4fd716bd778af4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vmstat')
| -rw-r--r-- | usr.bin/vmstat/vmstat.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index ca6eb4143f3b..2961cc4a8fc0 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93 +.\" $Id$ .\" .Dd June 6, 1996 .Dt VMSTAT 8 @@ -39,11 +40,12 @@ .Nd report virtual memory statistics .Sh SYNOPSIS .Nm vmstat -.Op Fl fimst +.\" .Op Fl fimst +.Op Fl ims .Op Fl c Ar count -.Op Fl M core -.Op Fl N system -.Op Fl w wait +.Op Fl M Ar core +.Op Fl N Ar system +.Op Fl w Ar wait .Op Ar disks .Sh DESCRIPTION .Nm Vmstat @@ -211,7 +213,7 @@ default memory file .Pp The sections starting with ``Interpreting system activity'' in .%T "Installing and Operating 4.3BSD" . -.SH BUGS +.Sh BUGS The .Fl c and |
