[PATCH] clarify help text for INIT_ENV_ARG_LIMIT
Try to make the INIT_ENV_ARG_LIMIT help text more readable and understandable. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3ccc7f293f
commit
34ad92c238
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ config INIT_ENV_ARG_LIMIT
|
||||||
default 32 if !USERMODE
|
default 32 if !USERMODE
|
||||||
default 128 if USERMODE
|
default 128 if USERMODE
|
||||||
help
|
help
|
||||||
This is the value of the two limits on the number of argument and of
|
Maximum of each of the number of arguments and environment
|
||||||
env.var passed to init from the kernel command line.
|
variables passed to init from the kernel command line.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue