diff options
author | dg <dg@FreeBSD.org> | 1994-08-05 09:14:37 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-05 09:14:37 +0000 |
commit | 6b466831f41965b3c04e37a06388e031c03316b6 (patch) | |
tree | 242b5d9154977fcfbc3e9f84dd0d6851c367a897 /usr.sbin/iostat | |
parent | 57ea13e98c2c8a39a0a8fb034ee3cb0f3654d591 (diff) | |
download | FreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.zip FreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.tar.gz |
Converted 'vmunix' to 'kernel'.
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index 48ef627..679dfc6 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -70,7 +70,7 @@ instead of the default .Dq Pa /dev/kmem . .It Fl N Extract the name list from the specified system instead of the default -.Dq Pa /vmunix . +.Dq Pa /kernel . .It Fl w Pause .Ar wait @@ -124,7 +124,7 @@ seeks and rotational latency) .El .Sh FILES .Bl -tag -width /dev/kmem -compact -.It Pa /vmunix +.It Pa /kernel Default kernel namelist. .It Pa /dev/kmem Default memory file. |