Skip to content

Commit

Permalink
[PATCH] clarify help text for INIT_ENV_ARG_LIMIT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rddunlap authored and Linus Torvalds committed Oct 31, 2005
1 parent 3ccc7f2 commit 34ad92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 34ad92c

Please sign in to comment.