[BusyBox-cvs] busybox/shell Config.in,1.10,1.11

Erik Andersen andersen at busybox.net
Wed Oct 22 09:59:20 UTC 2003


Update of /var/cvs/busybox/shell
In directory winder:/tmp/cvs-serv10852/shell

Modified Files:
	Config.in 
Log Message:
Andreas Mohr writes:

the busybox menuconfig triggered my "inacceptable number of spelling mistakes"
upper level, so I decided to make a patch ;-)

I also improved some wording to describe some things in a better way.

Many thanks for an incredible piece of software!

Andreas Mohr, random OSS developer



Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/shell/Config.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Config.in	12 Sep 2003 04:49:21 -0000	1.10
+++ Config.in	22 Oct 2003 09:58:47 -0000	1.11
@@ -10,7 +10,7 @@
 	default CONFIG_FEATURE_SH_IS_NONE
 	help
 	  Choose a shell. The ash shell is the most bash compatible
-	  and full featured.
+	  and full featured one.
 
 config CONFIG_FEATURE_SH_IS_ASH
 	select CONFIG_ASH
@@ -39,8 +39,8 @@
 	help
 	  Tha 'ash' shell adds about 60k in the default configuration and is
 	  the most complete and most pedantically correct shell included with
-	  busybox.  This shell is actually a derivitive the Debian 'dash' shell
-	  (by Herbert Xu), which was created by porting the 'ash' shell
+	  busybox.  This shell is actually a derivative of the Debian 'dash'
+	  shell (by Herbert Xu), which was created by porting the 'ash' shell
 	  (written by Kenneth Almquist) from NetBSD.  
 
 comment "Ash Shell Options"
@@ -101,9 +101,10 @@
 	bool "hush"
 	default n
 	help
-	  hush is very small shell (just 18k) and it has fairly complete Bourne
-	  shell grammer.  It even handles all the normal flow control options
-	  such as if/then/elif/else/fi, for/in/do/done, while loops, etc.
+	  hush is a very small shell (just 18k) and it has fairly complete
+	  Bourne shell grammar.  It even handles all the normal flow control
+	  options such as if/then/elif/else/fi, for/in/do/done, while loops,
+	  etc.
 
 	  It does not handle case/esac, select, function, here documents ( <<
 	  word ), arithmetic expansion, aliases, brace expansion, tilde
@@ -117,7 +118,7 @@
 	  lash is the very smallest shell (adds just 10k) and it is quite
 	  usable as a command prompt, but it is not suitable for any but the
 	  most trivial scripting (such as an initrd that calls insmod a few
-	  times) since it does not understand any Bourne shell grammer.  It
+	  times) since it does not understand any Bourne shell grammar.  It
 	  does handle pipes, redirects, and job control though.  Adding in
 	  command editing makes it a very nice lightweight command prompt.
 
@@ -129,7 +130,7 @@
 	  The minix shell (adds just 30k) is quite complete and handles things
 	  like for/do/done, case/esac and all the things you expect a Bourne
 	  shell to do.  It is not always pedantically correct about Bourne
-	  shell grammer (try running the shell testscript "tests/sh.testcases"
+	  shell grammar (try running the shell testscript "tests/sh.testcases"
 	  on it and compare vs bash) but for most things it works quite well.
 	  It also uses only vfork, so it can be used on uClinux systems.
 




More information about the busybox-cvs mailing list