diff options
author | ru <ru@FreeBSD.org> | 2004-03-26 08:29:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-03-26 08:29:38 +0000 |
commit | 482875344b86d5d6d6de1cf9a152d8169b8d9feb (patch) | |
tree | 75f8ec47ed5f16b69ce986bdedcd40a7dd117236 /bin/ps | |
parent | 6320e86ac0d131505b7743b30ec85385ea079796 (diff) | |
download | FreeBSD-src-482875344b86d5d6d6de1cf9a152d8169b8d9feb.zip FreeBSD-src-482875344b86d5d6d6de1cf9a152d8169b8d9feb.tar.gz |
- Remove references to /dev/kmem -- ps(1) utilizes the
sysctl(3) interface in kvm(3).
- Document the correct default when no -N is specified.
- Remove stale reference to /var/db/kvm_kernel.db.
- Remove stale reference to /var/run/dev.db.
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 9c9534a..bf40fc9 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -121,14 +121,14 @@ uid, pid, ppid, cpu, pri, nice, vsz, rss, mwchan, state, tt, time and command. .It Fl M Extract values associated with the name list from the specified core -instead of the default -.Pa /dev/kmem . +instead of the currently running system. .It Fl m Sort by memory usage, instead of by process .Tn ID . .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 +currently running system as determined by +.Xr getbootfile 3 . .It Fl O Add the information associated with the space or comma separated list of keywords specified, after the process @@ -522,17 +522,11 @@ By default, attempts to automatically determine the terminal width. .El .Sh FILES -.Bl -tag -width /var/db/kvm_kernel.db -compact -.It Pa /dev/kmem -default kernel memory +.Bl -tag -width ".Pa /boot/kernel/kernel" -compact .It Pa /dev/lomac interface used to query the .Xr lomac 4 KLD -.It Pa /var/run/dev.db -/dev name database -.It Pa /var/db/kvm_kernel.db -system namelist database .It Pa /boot/kernel/kernel default system namelist .It Pa /proc |