diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-14 15:23:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-14 15:23:55 +0200 |
commit | e0238f852b7a492581414b5aecb8a438f2fc4c77 (patch) | |
tree | 7fe95d4e460d4edde0020a265e6cb79f91311dc5 | |
parent | 29f9b7268a820505c2d9386f3271b9365dcf7e23 (diff) | |
download | busybox-w32-e0238f852b7a492581414b5aecb8a438f2fc4c77.tar.gz busybox-w32-e0238f852b7a492581414b5aecb8a438f2fc4c77.tar.bz2 busybox-w32-e0238f852b7a492581414b5aecb8a438f2fc4c77.zip |
tweak config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -248,8 +248,9 @@ config UNICODE_PRESERVE_BROKEN | |||
248 | default n | 248 | default n |
249 | depends on UNICODE_SUPPORT | 249 | depends on UNICODE_SUPPORT |
250 | help | 250 | help |
251 | With this option on, invalid UTF-8 bytes are not substituted | 251 | With this option on, on line-editing input (such as used by shells) |
252 | with the selected substitution character. | 252 | invalid UTF-8 bytes are not substituted with the selected |
253 | substitution character. | ||
253 | For example, this means that entering 'l', 's', ' ', 0xff, [Enter] | 254 | For example, this means that entering 'l', 's', ' ', 0xff, [Enter] |
254 | at shell prompt will list file named 0xff (single char name | 255 | at shell prompt will list file named 0xff (single char name |
255 | with char value 255), not file named '?'. | 256 | with char value 255), not file named '?'. |
@@ -342,7 +343,7 @@ config FEATURE_SUID | |||
342 | 343 | ||
343 | config FEATURE_SUID_CONFIG | 344 | config FEATURE_SUID_CONFIG |
344 | bool "Runtime SUID/SGID configuration via /etc/busybox.conf" | 345 | bool "Runtime SUID/SGID configuration via /etc/busybox.conf" |
345 | default y if FEATURE_SUID | 346 | default y |
346 | depends on FEATURE_SUID | 347 | depends on FEATURE_SUID |
347 | help | 348 | help |
348 | Allow the SUID / SGID state of an applet to be determined at runtime | 349 | Allow the SUID / SGID state of an applet to be determined at runtime |