diff options
author | joe <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
commit | 36c976074ebd00defe149d424c3a2ebc63ae20fc (patch) | |
tree | 01758b96f23ae9f77dd349377a497b6afc86cbff /usr.sbin/pstat | |
parent | 349f81351db3b34270d17d925cff0d27d9d5dbcf (diff) | |
download | FreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.zip FreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.tar.gz |
Replace /kernel with /boot/kernel/kernel.
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index f21bc0d..8c8eb22 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -364,11 +364,11 @@ instead of the default .Pa /dev/kmem . .It Fl N Extract the name list from the specified system instead of the default -.Pa /kernel . +.Pa /boot/kernel/kernel . .El .Sh FILES -.Bl -tag -width /dev/memxxx -compact -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel namelist .It Pa /dev/mem default source of tables |