add reference to proc(5)

This commit is contained in:
Mike Frysinger 2006-06-07 20:24:34 +00:00
parent 19008b8373
commit 301ad67912

View File

@ -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)