From 8b538854bd938f84982f913289af6425b3e0d72c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 28 May 1996 21:49:03 +0000 Subject: (fmts): Use %sz for vmem format, not %size. --- utils/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ps.c b/utils/ps.c index 53cc6a16..3cea305b 100644 --- a/utils/ps.c +++ b/utils/ps.c @@ -153,7 +153,7 @@ char *fmts[] = /* user (-u) */ "%^%user %pid %th %cpu %mem %sz %rss %tt %sc %stat %command", /* vmem (-v) */ - "%^%pid %th %stat %sl %pgins %pgflts %cowflts %zfills %size %rss %cpu %mem %command", + "%^%pid %th %stat %sl %pgins %pgflts %cowflts %zfills %sz %rss %cpu %mem %command", /* long (-l) */ "%^%uid %pid %th %ppid %pri %ni %th %msgi %msgo %sz %rss %sc %wait %stat %tt %time %command", /* jobc (-j) */ -- cgit v1.2.3