From 301ad6791257bc061753f30dba0412083c353281 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Jun 2006 20:24:34 +0000 Subject: add reference to proc(5) --- libbb/procps.c | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3