diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-07 21:37:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-07 21:37:59 +0000 |
commit | 373af43bb06c70a6728e136a2f8c4d21989c3514 (patch) | |
tree | cd312f30f6e61085684ae5fd7e557b9db04b94b9 | |
parent | 2fc534f3f1eb8d5dfab4669ab10650a73707024c (diff) |
comment all fields
-rw-r--r-- | libbb/procps.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index 10f2ff597..b483a326c 100644 --- a/libbb/procps.c +++ b/libbb/procps.c @@ -86,15 +86,15 @@ procps_status_t * procps_scan(int save_user_arg0) "%*s %*s %*s %*s " /* pgrp, session, tty, tpgid */ "%*s %*s %*s %*s %*s " /* flags, min_flt, cmin_flt, maj_flt, cmaj_flt */ #ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE - "%lu %lu " + "%lu %lu " /* utime, stime */ #else - "%*s %*s " + "%*s %*s " /* utime, stime */ #endif "%*s %*s %*s " /* cutime, cstime, priority */ - "%ld " + "%ld " /* nice */ "%*s %*s %*s " /* timeout, it_real_value, start_time */ "%*s " /* vsize */ - "%ld", + "%ld", /* rss */ curstatus.state, &curstatus.ppid, #ifdef CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE &curstatus.utime, &curstatus.stime, |