summaryrefslogtreecommitdiff
path: root/utils/ps.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-05-28 21:49:03 +0000
committerMiles Bader <miles@gnu.org>1996-05-28 21:49:03 +0000
commit8b538854bd938f84982f913289af6425b3e0d72c (patch)
tree19dc8e1145ab5def6d6aaec4f143d6fbab8f4e5c /utils/ps.c
parent7f971e3b54a4cdfe2d0ac1792ecec33d935425d9 (diff)
(fmts): Use %sz for vmem format, not %size.
Diffstat (limited to 'utils/ps.c')
-rw-r--r--utils/ps.c2
1 files changed, 1 insertions, 1 deletions
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) */