svn commit: trunk/busybox/libbb
vapier at busybox.net
vapier at busybox.net
Wed Jun 7 20:24:37 UTC 2006
Author: vapier
Date: 2006-06-07 13:24:34 -0700 (Wed, 07 Jun 2006)
New Revision: 15326
Log:
add reference to proc(5)
Modified:
trunk/busybox/libbb/procps.c
Changeset:
Modified: trunk/busybox/libbb/procps.c
===================================================================
--- trunk/busybox/libbb/procps.c 2006-06-07 20:17:41 UTC (rev 15325)
+++ trunk/busybox/libbb/procps.c 2006-06-07 20:24:34 UTC (rev 15326)
@@ -71,6 +71,7 @@
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)
More information about the busybox-cvs
mailing list