[PATCH] clarify help text for INIT_ENV_ARG_LIMIT

From: Randy.Dunlap
Date: Wed Sep 21 2005 - 01:48:04 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

Try to make the INIT_ENV_ARG_LIMIT help text more readable
and understandable.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---

init/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff -Naurp linux-2614-rc2/init/Kconfig~help_text linux-2614-rc2/init/Kconfig
--- linux-2614-rc2/init/Kconfig~help_text 2005-09-20 19:31:56.000000000 -0700
+++ linux-2614-rc2/init/Kconfig 2005-09-20 22:54:47.000000000 -0700
@@ -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


---

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/