aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-14 19:37:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-14 19:37:08 +0000
commite5642119ee566520a098027746808dd6b9226d99 (patch)
treebcdb42552005d1498a48ffd634b1c216f01b8f13 /sysdeps/linux
parent1eceb127bd189bf377b6f25dfce04d61e25d89d2 (diff)
downloadbusybox-e5642119ee566520a098027746808dd6b9226d99.tar.gz
Patch from Thomas Cameron:
Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
Diffstat (limited to 'sysdeps/linux')
-rw-r--r--sysdeps/linux/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in
index 2e9ddc382..4d72cd688 100644
--- a/sysdeps/linux/Config.in
+++ b/sysdeps/linux/Config.in
@@ -80,11 +80,11 @@ config CONFIG_FEATURE_CLEAN_UP
bool "Clean up all memory before exiting (usually not needed)"
default n
help
- As a size optimization, busybox by default does not cleanup memory
- that is dynamically allocated or close files before exiting. This
- saves space and is usually not needed since the OS will clean up for
- us. Don't enable this unless you have a really good reason to clean
- things up manually.
+ As a size optimization, busybox by default does not cleanup memory
+ that is dynamically allocated or close files before exiting. This
+ saves space and is usually not needed since the OS will clean up for
+ us. Don't enable this unless you have a really good reason to clean
+ things up manually.
config CONFIG_FEATURE_SUID
bool "Support for SUID/SGID handling"