summaryrefslogtreecommitdiff
path: root/utils/ps.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-11-02 00:09:12 +0000
committerMiles Bader <miles@gnu.org>1995-11-02 00:09:12 +0000
commit34b8356567bc911d4d2f323d7952b6109db2a06f (patch)
treeb20fc03b7ec96a79ac8699852a2ee45412adcc6b /utils/ps.c
parentae4347818b4317f12a0c464b92277238754a9de9 (diff)
(fmts): Add RPC field to the -l format.
Diffstat (limited to 'utils/ps.c')
-rw-r--r--utils/ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ps.c b/utils/ps.c
index ab4d02d2..9afffc3f 100644
--- a/utils/ps.c
+++ b/utils/ps.c
@@ -154,7 +154,7 @@ char *fmts[] =
/* vmem (-v) */
"~PID ~TH# ~STAT=state ~SL=sleep ~PAGEIN=pgins ~FAULTS=pgflts ~COWFLT=cowflts ~ZFILLS ~SIZE=vsize ~RSS=rsize ~%CPU ~%MEM ~COMMAND=args",
/* long (-l) */
- "~UID ~PID ~TH# ~PPID ~PRI ~NI=bpri ~TH=nth ~MSGI=msgin ~MSGO=msgout ~SZ=vsize ~RSS=rsize ~SC=susp ~STAT=state ~TT=tty ~TIME ~COMMAND=args",
+ "~UID ~PID ~TH# ~PPID ~PRI ~NI=bpri ~TH=nth ~MSGI=msgin ~MSGO=msgout ~SZ=vsize ~RSS=rsize ~SC=susp ~RPC ~STAT=state ~TT=tty ~TIME ~COMMAND=args",
/* jobc (-j) */
"~USER ~PID ~TH# ~PPID ~PGRP ~SESS ~LCOLL ~SC=susp ~STAT=state ~TT=tty ~TIME ~COMMAND=args",
/* full (-f) (from sysv) */