diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-07 20:24:34 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-07 20:24:34 +0000 |
commit | 14dc97bababb97dafc05b8484f82b21cf4a083a9 (patch) | |
tree | cbbb37eae8dc181f9b260eeb058e5f724577ec8d | |
parent | f4532f9fd377898c339aaa81cde66c14808248dd (diff) | |
download | busybox-w32-14dc97bababb97dafc05b8484f82b21cf4a083a9.tar.gz busybox-w32-14dc97bababb97dafc05b8484f82b21cf4a083a9.tar.bz2 busybox-w32-14dc97bababb97dafc05b8484f82b21cf4a083a9.zip |
add reference to proc(5)
git-svn-id: svn://busybox.net/trunk/busybox@15326 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | libbb/procps.c | 1 |
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) | |||
71 | continue; | 71 | continue; |
72 | bb_getpwuid(curstatus.user, sb.st_uid, sizeof(curstatus.user)); | 72 | bb_getpwuid(curstatus.user, sb.st_uid, sizeof(curstatus.user)); |
73 | 73 | ||
74 | /* see proc(5) for some details on this */ | ||
74 | strcpy(status_tail, "/stat"); | 75 | strcpy(status_tail, "/stat"); |
75 | n = read_to_buf(status, buf); | 76 | n = read_to_buf(status, buf); |
76 | if(n < 0) | 77 | if(n < 0) |