diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-29 20:21:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-29 20:21:18 +0000 |
commit | fe77e2cfd09046bf6dc6f982b8270b674de68aed (patch) | |
tree | 41e71d53d2a0ab820ae8986be7a982ea6a5c12cb /utils/ps.c | |
parent | 5ea0a1ed519374f106698115da0ba06efc66b2fc (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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" }, |