aboutsummaryrefslogtreecommitdiff
path: root/libbb/procps.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-07 20:24:34 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-07 20:24:34 +0000
commit301ad6791257bc061753f30dba0412083c353281 (patch)
treecbbb37eae8dc181f9b260eeb058e5f724577ec8d /libbb/procps.c
parent19008b83735341c91fa8a09a072ffe9816c9e423 (diff)
downloadbusybox-301ad6791257bc061753f30dba0412083c353281.tar.gz
add reference to proc(5)
Diffstat (limited to 'libbb/procps.c')
-rw-r--r--libbb/procps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/procps.c b/libbb/procps.c
index 436905c46..10f2ff597 100644
--- a/libbb/procps.c
+++ b/libbb/procps.c
@@ -71,6 +71,7 @@ procps_status_t * procps_scan(int save_user_arg0)
continue;
bb_getpwuid(curstatus.user, sb.st_uid, sizeof(curstatus.user));
+ /* see proc(5) for some details on this */
strcpy(status_tail, "/stat");
n = read_to_buf(status, buf);
if(n < 0)