projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ccc7f2
)
[PATCH] clarify help text for INIT_ENV_ARG_LIMIT
author
Randy Dunlap
<
[email protected]
>
Sun, 30 Oct 2005 23:01:46 +0000
(15:01 -0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 31 Oct 2005 01:37:18 +0000
(17:37 -0800)
Try to make the INIT_ENV_ARG_LIMIT help text more readable and
understandable.
Signed-off-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index d5a1a1228fab05632107e53152c954c0033d10f9..3dcbd5bfd49843168d6b45f62d3ae5a7b8cfecdc 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-60,8
+60,8
@@
config INIT_ENV_ARG_LIMIT
default 32 if !USERMODE
default 128 if USERMODE
help
- This is the value of the two limits on the number of argument and of
-
env.var
passed to init from the kernel command line.
+ Maximum of each of the number of arguments and environment
+
variables
passed to init from the kernel command line.
endmenu