rename menu and touchup whitespace
This commit is contained in:
parent
ce0cf1d44b
commit
9ac178ab40
@ -3,7 +3,7 @@
|
|||||||
# see scripts/kbuild/config-language.txt.
|
# see scripts/kbuild/config-language.txt.
|
||||||
#
|
#
|
||||||
|
|
||||||
menu "Another Bourne-like Shell"
|
menu "Shells"
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Choose your default shell"
|
prompt "Choose your default shell"
|
||||||
@ -54,18 +54,18 @@ config CONFIG_ASH_JOB_CONTROL
|
|||||||
Enable job control in the ash shell.
|
Enable job control in the ash shell.
|
||||||
|
|
||||||
config CONFIG_ASH_READ_NCHARS
|
config CONFIG_ASH_READ_NCHARS
|
||||||
bool " Enable 'read -n N' and 'read -s' support"
|
bool " Enable 'read -n N' and 'read -s' support"
|
||||||
default n
|
default n
|
||||||
depends on CONFIG_ASH
|
depends on CONFIG_ASH
|
||||||
help
|
help
|
||||||
'read -n N' will return a value after N characters have been read.
|
'read -n N' will return a value after N characters have been read.
|
||||||
'read -s' will read without echoing the user's input.
|
'read -s' will read without echoing the user's input.
|
||||||
|
|
||||||
config CONFIG_ASH_READ_TIMEOUT
|
config CONFIG_ASH_READ_TIMEOUT
|
||||||
bool " Enable 'read -t S' support."
|
bool " Enable 'read -t S' support."
|
||||||
default n
|
default n
|
||||||
depends on CONFIG_ASH
|
depends on CONFIG_ASH
|
||||||
help
|
help
|
||||||
'read -t S' will return a value after S seconds have passed.
|
'read -t S' will return a value after S seconds have passed.
|
||||||
This implementation will allow fractional seconds, expressed
|
This implementation will allow fractional seconds, expressed
|
||||||
as a decimal fraction, e.g. 'read -t 2.5 foo'.
|
as a decimal fraction, e.g. 'read -t 2.5 foo'.
|
||||||
|
Loading…
Reference in New Issue
Block a user