aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 19:37:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 19:37:08 +0000
commit50a8f347fb9326e71171fbd27c63e6176096ea37 (patch)
treebcdb42552005d1498a48ffd634b1c216f01b8f13 /sysdeps
parent43b41049fc6b2d8565b8ae32be9e024a83f76386 (diff)
downloadbusybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.gz
busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.bz2
busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.zip
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. git-svn-id: svn://busybox.net/trunk/busybox@7058 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps')
-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
80 bool "Clean up all memory before exiting (usually not needed)" 80 bool "Clean up all memory before exiting (usually not needed)"
81 default n 81 default n
82 help 82 help
83 As a size optimization, busybox by default does not cleanup memory 83 As a size optimization, busybox by default does not cleanup memory
84 that is dynamically allocated or close files before exiting. This 84 that is dynamically allocated or close files before exiting. This
85 saves space and is usually not needed since the OS will clean up for 85 saves space and is usually not needed since the OS will clean up for
86 us. Don't enable this unless you have a really good reason to clean 86 us. Don't enable this unless you have a really good reason to clean
87 things up manually. 87 things up manually.
88 88
89config CONFIG_FEATURE_SUID 89config CONFIG_FEATURE_SUID
90 bool "Support for SUID/SGID handling" 90 bool "Support for SUID/SGID handling"