[Buildroot] svn commit: trunk/buildroot/package/tcl

jacmet at uclibc.org jacmet at uclibc.org
Wed Aug 27 20:19:47 UTC 2008


Author: jacmet
Date: 2008-08-27 13:19:46 -0700 (Wed, 27 Aug 2008)
New Revision: 23267

Log:
tcl: fix long help text lines

Modified:
   trunk/buildroot/package/tcl/Config.in


Changeset:
Modified: trunk/buildroot/package/tcl/Config.in
===================================================================
--- trunk/buildroot/package/tcl/Config.in	2008-08-27 20:19:43 UTC (rev 23266)
+++ trunk/buildroot/package/tcl/Config.in	2008-08-27 20:19:46 UTC (rev 23267)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_TCL
 	bool "tcl"
 	help
-	  TCL(Tool Command Language) is a simple textual language.
+	  TCL (Tool Command Language) is a simple textual language.
 
 	  http://www.tcl.tk
 
@@ -10,8 +10,10 @@
 	default y
 	depends on BR2_PACKAGE_TCL
 	help
-	  Delete encoding files for TCL. If your programs do not use various tcl
-	  character recoding functions, you may safely choose Y here.
+	  Delete encoding files for TCL. If your programs do not use
+	  various tcl character recoding functions, you may safely
+	  choose Y here.
+
 	  It saves approx. 1.4 Mb of space.
 
 config BR2_PACKAGE_TCL_SHLIB_ONLY
@@ -19,5 +21,7 @@
 	default y
 	depends on BR2_PACKAGE_TCL
 	help
-	  Install only TCL shared library and not binary tcl interpreter(tclsh8.4).
+	  Install only TCL shared library and not binary tcl
+	  interpreter(tclsh8.4).
+
 	  Saves ~14kb.




More information about the buildroot mailing list