Better description
authorEric Andersen <andersen@codepoet.org>
Wed, 26 Jul 2000 00:53:34 +0000 (00:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 26 Jul 2000 00:53:34 +0000 (00:53 -0000)
busybox.def.h

index 6ed93394e05b5b94affc1a4f76e7275b263344a0..26588e98fb3655863c114b2e0a587c3e2b7c55af 100644 (file)
 // #define BB_FEATURE_INSTALLER
 //
 // Clean up all memory before exiting -- usually not needed
-// as the OS can clean up...
+// as the OS can clean up...  Don't enable this unless you
+// have a really good reason for cleaning things up manually.
 //#define BB_FEATURE_CLEAN_UP
 //
 // End of Features List