diff options
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 0035741e921..0f94547e923 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.30 2001/05/04 17:29:39 millert Exp $ +.\" $OpenBSD: ps.1,v 1.31 2001/11/09 00:56:21 miod Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -110,14 +110,12 @@ uid, pid, ppid, cpu, pri, nice, vsz, rss, wchan, state, tt, time and command. .It Fl M Ar core Extract values associated with the name list from the specified core -instead of the default -.Dq Pa /dev/kmem . +instead of the running kernel. .It Fl m Sort by memory usage, instead of by start time .Tn ID . .It Fl N Ar system -Extract the name list from the specified system instead of the default -.Dq Pa /bsd . +Extract the name list from the specified system instead of the running kernel. .It Fl O Ar fmt Add the information associated with the space or comma separated list of keywords specified, after the process @@ -524,14 +522,10 @@ Display information on all system processes. special files and device names .It Pa /dev/drum default swap device -.It Pa /dev/kmem -default kernel memory .It Pa /var/run/dev.db /dev name database .It Pa /var/db/kvm_bsd.db system namelist database -.It Pa /bsd -default system namelist .El .Sh SEE ALSO .Xr kill 1 , |