|
From: Paul M. <le...@us...> - 2006-08-08 03:09:22
|
Update of /cvsroot/linuxsh/linux/arch/sh In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17639/arch/sh Modified Files: Kconfig.debug Log Message: Fix help text line wrapping. Index: Kconfig.debug =================================================================== RCS file: /cvsroot/linuxsh/linux/arch/sh/Kconfig.debug,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Kconfig.debug 8 Aug 2006 03:07:13 -0000 1.5 +++ Kconfig.debug 8 Aug 2006 03:09:20 -0000 1.6 @@ -34,7 +34,8 @@ bool "Check for stack overflows" depends on DEBUG_KERNEL help - This option will cause messages to be printed if free stack space drops below a certain limit. + This option will cause messages to be printed if free stack space + drops below a certain limit. config DEBUG_STACK_USAGE bool "Stack utilization instrumentation" |