tweak config help text

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-05-14 15:23:55 +02:00
parent 29f9b7268a
commit e0238f852b

View File

@ -248,8 +248,9 @@ config UNICODE_PRESERVE_BROKEN
default n default n
depends on UNICODE_SUPPORT depends on UNICODE_SUPPORT
help help
With this option on, invalid UTF-8 bytes are not substituted With this option on, on line-editing input (such as used by shells)
with the selected substitution character. invalid UTF-8 bytes are not substituted with the selected
substitution character.
For example, this means that entering 'l', 's', ' ', 0xff, [Enter] For example, this means that entering 'l', 's', ' ', 0xff, [Enter]
at shell prompt will list file named 0xff (single char name at shell prompt will list file named 0xff (single char name
with char value 255), not file named '?'. with char value 255), not file named '?'.
@ -342,7 +343,7 @@ config FEATURE_SUID
config FEATURE_SUID_CONFIG config FEATURE_SUID_CONFIG
bool "Runtime SUID/SGID configuration via /etc/busybox.conf" bool "Runtime SUID/SGID configuration via /etc/busybox.conf"
default y if FEATURE_SUID default y
depends on FEATURE_SUID depends on FEATURE_SUID
help help
Allow the SUID / SGID state of an applet to be determined at runtime Allow the SUID / SGID state of an applet to be determined at runtime