From: Randy Dunlap Date: Sun, 30 Oct 2005 23:01:46 +0000 (-0800) Subject: [PATCH] clarify help text for INIT_ENV_ARG_LIMIT X-Git-Tag: v2.6.15-rc1~59^2~15^2~115 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ad92c2388710cf24d27c896b8e6605c19a795c;p=linux-2.6 [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/Kconfig b/init/Kconfig index d5a1a1228f..3dcbd5bfd4 100644 --- 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