diff options
-rw-r--r-- | bin/ps/ps.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 7dd9475..cb3f5a3 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 -.\" $Id: ps.1,v 1.4 1994/09/24 02:56:46 davidg Exp $ +.\" $Id: ps.1,v 1.5 1995/12/26 03:38:52 peter Exp $ .\" .Dd April 18, 1994 .Dt PS 1 @@ -55,7 +55,7 @@ .Nm \&Ps displays a header line followed by lines containing information about your processes that have controlling terminals. -This information is sorted by process +This information is sorted by controlling terminal, then by process .Tn ID . .Pp The information displayed is selected based on a set of keywords (see the @@ -69,6 +69,12 @@ The default output format includes, for each process, the process' controlling terminal, cpu time (including both user and system time), state, and associated command. .Pp +The process file system (see +.Xr procfs 5 +\&) should be mounted when +.Nm +is executed, otherwise not all information will be available. +.Pp The options are as follows: .Bl -tag -width indent .It Fl a @@ -495,12 +501,16 @@ default kernel memory system namelist database .It Pa /kernel default system namelist +.It Pa /proc +the mount point of +.Xr procfs 5 .El .Sh SEE ALSO .Xr kill 1 , .Xr w 1 , .Xr kvm 3 , .Xr strftime 3 , +.Xr procfs 5 , .Xr pstat 8 .Sh BUGS Since |