diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-03-28 00:16:49 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-03-28 00:16:49 +0000 |
commit | 0666f21425f27ee61ecb976ad045b62619d617da (patch) | |
tree | ade7a7011fa9d8b52feb6c8c4d4757026eaf2e67 /usr.sbin/kgmon | |
parent | a1289429db68f71982ac61d0b34cf312a6429c32 (diff) | |
download | FreeBSD-src-0666f21425f27ee61ecb976ad045b62619d617da.zip FreeBSD-src-0666f21425f27ee61ecb976ad045b62619d617da.tar.gz |
Update kgmon.8 to refer to /boot/kernel/kernel on -CURRENT, rather than
/kernel. kgmon actually appears to use getbootfile(), and the man page
might need to be updated to reflect that.
Reported by: Hiten Pandya <hiten@uk.FreeBSD.org>
Diffstat (limited to 'usr.sbin/kgmon')
-rw-r--r-- | usr.sbin/kgmon/kgmon.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/kgmon/kgmon.8 b/usr.sbin/kgmon/kgmon.8 index f1d21ff..8dc7881 100644 --- a/usr.sbin/kgmon/kgmon.8 +++ b/usr.sbin/kgmon/kgmon.8 @@ -87,7 +87,7 @@ instead of the default .It Fl N Extract the name list from the specified system instead of the default -.Pa /kernel . +.Pa /boot/kernel/kernel . .El .Pp If neither @@ -108,7 +108,7 @@ The profile buffers should be reset when the resolution of the profile data is changed. .Sh FILES .Bl -tag -width /dev/kmemx -compact -.It Pa /kernel +.It Pa /boot/kernel/kernel the default system .It Pa /dev/kmem the default memory |