diff options
author | Miles Bader <miles@gnu.org> | 1996-05-28 21:49:03 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-28 21:49:03 +0000 |
commit | 8b538854bd938f84982f913289af6425b3e0d72c (patch) | |
tree | 19dc8e1145ab5def6d6aaec4f143d6fbab8f4e5c /utils/ps.c | |
parent | 7f971e3b54a4cdfe2d0ac1792ecec33d935425d9 (diff) |
(fmts): Use %sz for vmem format, not %size.
Diffstat (limited to 'utils/ps.c')
-rw-r--r-- | utils/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) */ |