add reference to proc(5)
This commit is contained in:
parent
19008b8373
commit
301ad67912
@ -71,6 +71,7 @@ procps_status_t * procps_scan(int save_user_arg0)
|
|||||||
continue;
|
continue;
|
||||||
bb_getpwuid(curstatus.user, sb.st_uid, sizeof(curstatus.user));
|
bb_getpwuid(curstatus.user, sb.st_uid, sizeof(curstatus.user));
|
||||||
|
|
||||||
|
/* see proc(5) for some details on this */
|
||||||
strcpy(status_tail, "/stat");
|
strcpy(status_tail, "/stat");
|
||||||
n = read_to_buf(status, buf);
|
n = read_to_buf(status, buf);
|
||||||
if(n < 0)
|
if(n < 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user