summaryrefslogtreecommitdiff
path: root/utils/ps.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-29 20:21:18 +0000
committerRoland McGrath <roland@gnu.org>1999-05-29 20:21:18 +0000
commitfe77e2cfd09046bf6dc6f982b8270b674de68aed (patch)
tree41e71d53d2a0ab820ae8986be7a982ea6a5c12cb /utils/ps.c
parent5ea0a1ed519374f106698115da0ba06efc66b2fc (diff)
1999-05-29 Roland McGrath <roland@baalperazim.frob.com>
* ps.c (output_fmts): Add %start and %time specs before %command in "user" (ps -u) format.
Diffstat (limited to 'utils/ps.c')
-rw-r--r--utils/ps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ps.c b/utils/ps.c
index 3953350c..837500a8 100644
--- a/utils/ps.c
+++ b/utils/ps.c
@@ -123,9 +123,9 @@ struct output_fmt output_fmts[] =
{ "default", "pid",
"%^%?user %pid %th %tt %sc %stat %time %command" },
{ "user", "-cpu",
- "%^%user %pid %th %cpu %mem %sz %rss %tt %sc %stat %command" },
+ "%^%user %pid %th %cpu %mem %sz %rss %tt %sc %stat %start %time %command" },
{ "vmem", "-mem",
- "%^%pid %th %stat %sl %pgins %pgflts %cowflts %zfills %sz %rss %cpu %mem %command"
+ "%^%pid %th %stat %sl %pgins %pgflts %cowflts %zfills %sz %rss %cpu %mem %command"
},
{ "long", "pid",
"%^%uid %pid %th %ppid %pri %ni %nth %msgi %msgo %sz %rss %sc %wait %stat %tt %time %command" },