From fe77e2cfd09046bf6dc6f982b8270b674de68aed Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 29 May 1999 20:21:18 +0000 Subject: 1999-05-29 Roland McGrath * ps.c (output_fmts): Add %start and %time specs before %command in "user" (ps -u) format. --- utils/ps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/ps.c') 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" }, -- cgit v1.2.3