aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-05-14 15:23:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-05-14 15:23:55 +0200
commite0238f852b7a492581414b5aecb8a438f2fc4c77 (patch)
tree7fe95d4e460d4edde0020a265e6cb79f91311dc5 /Config.in
parent29f9b7268a820505c2d9386f3271b9365dcf7e23 (diff)
downloadbusybox-e0238f852b7a492581414b5aecb8a438f2fc4c77.tar.gz
tweak config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Config.in b/Config.in
index d4e14a488..38d8f0c53 100644
--- a/Config.in
+++ b/Config.in
@@ -248,8 +248,9 @@ config UNICODE_PRESERVE_BROKEN
default n
depends on UNICODE_SUPPORT
help
- With this option on, invalid UTF-8 bytes are not substituted
- with the selected substitution character.
+ With this option on, on line-editing input (such as used by shells)
+ invalid UTF-8 bytes are not substituted with the selected
+ substitution character.
For example, this means that entering 'l', 's', ' ', 0xff, [Enter]
at shell prompt will list file named 0xff (single char name
with char value 255), not file named '?'.
@@ -342,7 +343,7 @@ config FEATURE_SUID
config FEATURE_SUID_CONFIG
bool "Runtime SUID/SGID configuration via /etc/busybox.conf"
- default y if FEATURE_SUID
+ default y
depends on FEATURE_SUID
help
Allow the SUID / SGID state of an applet to be determined at runtime