diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
commit | 1063e12617314d2f57516f4554764a7bf2f1131d (patch) | |
tree | 01758b96f23ae9f77dd349377a497b6afc86cbff /usr.sbin/iostat | |
parent | 7dac28cfc30e3e24f747b234d303315bf6b66b41 (diff) |
Replace /kernel with /boot/kernel/kernel.
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=96247
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r-- | usr.sbin/iostat/iostat.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8 index cac8f9a64205..c93dcb4d51c9 100644 --- a/usr.sbin/iostat/iostat.8 +++ b/usr.sbin/iostat/iostat.8 @@ -144,7 +144,7 @@ will display fewer devices if there aren't devices present. .It Fl N Extract the name list from the specified system instead of the default -.Dq Pa /kernel . +.Dq Pa /boot/kernel/kernel . .It Fl o Display old-style .Nm @@ -350,8 +350,8 @@ average milliseconds per transaction .El .El .Sh FILES -.Bl -tag -width /dev/kmem -compact -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel Default kernel namelist. .It Pa /dev/kmem Default memory file. |