diff options
author | ru <ru@FreeBSD.org> | 2004-03-26 10:48:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-03-26 10:48:35 +0000 |
commit | a27854b6a761e87a59a35b6ae99fe5c717217941 (patch) | |
tree | c05d8e50ce5bf0090cf03c83f9b526e95e5238b0 | |
parent | f4968f78df28c865aae2f150da9aa48654d2a591 (diff) | |
download | FreeBSD-src-a27854b6a761e87a59a35b6ae99fe5c717217941.zip FreeBSD-src-a27854b6a761e87a59a35b6ae99fe5c717217941.tar.gz |
Correct the description of the -N option.
-rw-r--r-- | usr.bin/fstat/fstat.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 52d7d56..0c2ebf2 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -73,8 +73,8 @@ Extract values associated with the name list from the specified core instead of the default .Pa /dev/kmem . .It Fl N -Extract the name list from the specified system instead of the default -.Pa /boot/kernel/kernel . +Extract the name list from the specified system instead of the default, +which is the kernel image the system has booted from. .It Fl m Include memory-mapped files in the listing; normally these are excluded due to the extra processing required. |