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.bin/nfsstat | |
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.bin/nfsstat')
-rw-r--r-- | usr.bin/nfsstat/nfsstat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 8eeae90..8dd7575 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -63,7 +63,7 @@ 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 . .It Fl s Only display server side statistics .It Fl W @@ -77,8 +77,8 @@ activity for both the client and server at second intervals. .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 |