svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Thu Nov 6 23:28:42 UTC 2008


Author: vda
Date: 2008-11-06 15:28:42 -0800 (Thu, 06 Nov 2008)
New Revision: 23948

Log:
correction in comment



Modified:
   trunk/busybox/include/libbb.h


Changeset:
Modified: trunk/busybox/include/libbb.h
===================================================================
--- trunk/busybox/include/libbb.h	2008-11-06 23:07:42 UTC (rev 23947)
+++ trunk/busybox/include/libbb.h	2008-11-06 23:28:42 UTC (rev 23948)
@@ -789,7 +789,7 @@
  *
  * forkexit_or_rexec(argv) = bare-bones "fork + parent exits" on MMU,
  *      "vfork + re-exec ourself" on NOMMU. No fd redirection, no setsid().
- *      Currently used for openvt and setsid. On MMU ignores argv.
+ *      Currently used for setsid only. On MMU ignores argv.
  *
  * Helper for network daemons in foreground mode:
  *




More information about the busybox-cvs mailing list