Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34ad92c2 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

[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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3ccc7f29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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