svn commit: trunk/busybox/shell

landley at busybox.net landley at busybox.net
Wed Feb 8 18:34:25 UTC 2006


Author: landley
Date: 2006-02-08 10:34:21 -0800 (Wed, 08 Feb 2006)
New Revision: 13878

Log:
Convert some help text to english.


Modified:
   trunk/busybox/shell/Config.in


Changeset:
Modified: trunk/busybox/shell/Config.in
===================================================================
--- trunk/busybox/shell/Config.in	2006-02-08 04:50:51 UTC (rev 13877)
+++ trunk/busybox/shell/Config.in	2006-02-08 18:34:21 UTC (rev 13878)
@@ -137,7 +137,7 @@
 	default y
 	depends on CONFIG_ASH
 	help
-	  Compile ash for reduced size at price of speed.
+	  Compile ash for reduced size at the price of speed.
 
 config CONFIG_ASH_RANDOM_SUPPORT
 	bool "  Enable pseudorandom generator and variable $RANDOM"
@@ -151,14 +151,14 @@
 	  variable will no longer have special treatment.
 
 config CONFIG_ASH_EXPAND_PRMT
-	bool "  Support expand PS#"
+	bool "  Expand prompt string"
 	default n
 	depends on CONFIG_ASH
 	help
-	  "PS#" may be have commands. It option enable expand string
-	  from prompt before each show.
+	  "PS#" may be contain volatile content, such as backquote commands.
+	  This option recreates the prompt string from the environment
+	  variable each time it is displayed.
 
-
 config CONFIG_HUSH
 	bool "hush"
 	default n




More information about the busybox-cvs mailing list