diff options
Diffstat (limited to 'usr.bin/vmstat/vmstat.8')
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 4fe1758..4f1bbd7 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -306,6 +306,13 @@ system time cpu idle .El .El +.Sh FILES +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel +default kernel namelist +.It Pa /dev/kmem +default memory file +.El .Sh EXAMPLES The command: .Dl vmstat -w 5 @@ -320,13 +327,6 @@ The command: will tell vmstat to select the first three direct access or CDROM devices and display statistics on those devices, as well as other systems statistics every second. -.Sh FILES -.Bl -tag -width /boot/kernel/kernel -compact -.It Pa /boot/kernel/kernel -default kernel namelist -.It Pa /dev/kmem -default memory file -.El .Sh SEE ALSO .Xr fstat 1 , .Xr netstat 1 , |