diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-26 08:29:38 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-26 08:29:38 +0000 |
| commit | cd31922f276bb85c55a23505f85b3df8316a4f2b (patch) | |
| tree | 75f8ec47ed5f16b69ce986bdedcd40a7dd117236 /bin | |
| parent | 2769244880285aedf543179461711f934b3e29bf (diff) | |
Notes
Diffstat (limited to 'bin')
| -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 9c9534aa19e5..bf40fc97185b 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 |
