aboutsummaryrefslogtreecommitdiff
path: root/libbb/procps.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-07 21:37:59 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-07 21:37:59 +0000
commit373af43bb06c70a6728e136a2f8c4d21989c3514 (patch)
treecd312f30f6e61085684ae5fd7e557b9db04b94b9 /libbb/procps.c
parent2fc534f3f1eb8d5dfab4669ab10650a73707024c (diff)
downloadbusybox-373af43bb06c70a6728e136a2f8c4d21989c3514.tar.gz
comment all fields
Diffstat (limited to 'libbb/procps.c')
-rw-r--r--libbb/procps.c8
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,