diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-04-14 07:22:25 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-04-14 07:22:25 +0000 |
| commit | bd67e96dbc4bef4e10159d82ae7c098064b392b1 (patch) | |
| tree | b6b0433658aa82aa8bc9124ebf61e917686fc1c3 /usr.bin/vmstat | |
| parent | 3c93cfb51070efa879de558561b2bfd904b65a0c (diff) | |
Notes
Diffstat (limited to 'usr.bin/vmstat')
| -rw-r--r-- | usr.bin/vmstat/vmstat.8 | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 70e2e81fbf72..a950d757a22f 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -32,7 +32,7 @@ .\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 6, 1996 +.Dd April 14, 2003 .Dt VMSTAT 8 .Os .Sh NAME @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Nm .\" .Op Fl fimst -.Op Fl imsz +.Op Fl fimsz .Op Fl c Ar count .Op Fl M Ar core .Op Fl N Ar system @@ -73,13 +73,14 @@ If no repeat 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 -.\" and -.\" .Xr vfork 2 -.\" system calls since system startup, and the number of pages of virtual memory -.\" involved in each. +.It Fl f +Report on the number +.Xr fork 2 , +.Xr vfork 2 +and +.Xr rfork 2 +system calls since system startup, and the number of pages of virtual memory +involved in each. .It Fl i Report on the number of interrupts taken by each device since system startup. |
