aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-22 18:27:53 +0000
commit3e8669f3599c05797b907faac2d2a5fc8827902c (patch)
tree8a799cfbb3963a1da83b635df90638143b5bd078 /shell
parent08d120e6e1242498b8e5ca92870a362bb1c64c85 (diff)
downloadbusybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.gz
busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.tar.bz2
busybox-w32-3e8669f3599c05797b907faac2d2a5fc8827902c.zip
- wrap overlong lines (Cristian Ionescu-Idbohrn)
- s/\. /. /g;# (me)
Diffstat (limited to 'shell')
-rw-r--r--shell/Config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 797200229..f4a9e7b1c 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -39,7 +39,7 @@ config ASH
39 help 39 help
40 Tha 'ash' shell adds about 60k in the default configuration and is 40 Tha 'ash' shell adds about 60k in the default configuration and is
41 the most complete and most pedantically correct shell included with 41 the most complete and most pedantically correct shell included with
42 busybox. This shell is actually a derivative of the Debian 'dash' 42 busybox. This shell is actually a derivative of the Debian 'dash'
43 shell (by Herbert Xu), which was created by porting the 'ash' shell 43 shell (by Herbert Xu), which was created by porting the 'ash' shell
44 (written by Kenneth Almquist) from NetBSD. 44 (written by Kenneth Almquist) from NetBSD.
45 45
@@ -96,7 +96,7 @@ config ASH_MATH_SUPPORT_64
96 default n 96 default n
97 depends on ASH_MATH_SUPPORT 97 depends on ASH_MATH_SUPPORT
98 help 98 help
99 Enable 64-bit math support in the ash shell. This will make 99 Enable 64-bit math support in the ash shell. This will make
100 the shell slightly larger, but will allow computation with very 100 the shell slightly larger, but will allow computation with very
101 large numbers. 101 large numbers.
102 102
@@ -176,7 +176,7 @@ config HUSH
176 default n 176 default n
177 help 177 help
178 hush is a very small shell (just 18k) and it has fairly complete 178 hush is a very small shell (just 18k) and it has fairly complete
179 Bourne shell grammar. It even handles all the normal flow control 179 Bourne shell grammar. It even handles all the normal flow control
180 options such as if/then/elif/else/fi, for/in/do/done, while loops, 180 options such as if/then/elif/else/fi, for/in/do/done, while loops,
181 etc. 181 etc.
182 182
@@ -246,7 +246,7 @@ config MSH
246 help 246 help
247 The minix shell (adds just 30k) is quite complete and handles things 247 The minix shell (adds just 30k) is quite complete and handles things
248 like for/do/done, case/esac and all the things you expect a Bourne 248 like for/do/done, case/esac and all the things you expect a Bourne
249 shell to do. It is not always pedantically correct about Bourne 249 shell to do. It is not always pedantically correct about Bourne
250 shell grammar (try running the shell testscript "tests/sh.testcases" 250 shell grammar (try running the shell testscript "tests/sh.testcases"
251 on it and compare vs bash) but for most things it works quite well. 251 on it and compare vs bash) but for most things it works quite well.
252 It also uses only vfork, so it can be used on uClinux systems. 252 It also uses only vfork, so it can be used on uClinux systems.
@@ -267,11 +267,11 @@ config FEATURE_SH_STANDALONE
267 depends on (MSH || LASH || HUSH || ASH) && FEATURE_PREFER_APPLETS 267 depends on (MSH || LASH || HUSH || ASH) && FEATURE_PREFER_APPLETS
268 help 268 help
269 This option causes busybox shells to use busybox applets 269 This option causes busybox shells to use busybox applets
270 in preference to executables in the PATH whenever possible. For 270 in preference to executables in the PATH whenever possible. For
271 example, entering the command 'ifconfig' into the shell would cause 271 example, entering the command 'ifconfig' into the shell would cause
272 busybox to use the ifconfig busybox applet. Specifying the fully 272 busybox to use the ifconfig busybox applet. Specifying the fully
273 qualified executable name, such as '/sbin/ifconfig' will still 273 qualified executable name, such as '/sbin/ifconfig' will still
274 execute the /sbin/ifconfig executable on the filesystem. This option 274 execute the /sbin/ifconfig executable on the filesystem. This option
275 is generally used when creating a statically linked version of busybox 275 is generally used when creating a statically linked version of busybox
276 for use as a rescue shell, in the event that you screw up your system. 276 for use as a rescue shell, in the event that you screw up your system.
277 277
@@ -285,12 +285,12 @@ config FEATURE_SH_STANDALONE
285 started this way). 285 started this way).
286# untrue? 286# untrue?
287# Note that this will *also* cause applets to take precedence 287# Note that this will *also* cause applets to take precedence
288# over shell builtins of the same name. So turning this on will 288# over shell builtins of the same name. So turning this on will
289# eliminate any performance gained by turning on the builtin "echo" 289# eliminate any performance gained by turning on the builtin "echo"
290# and "test" commands in ash. 290# and "test" commands in ash.
291# untrue? 291# untrue?
292# Note that when using this option, the shell will attempt to directly 292# Note that when using this option, the shell will attempt to directly
293# run '/bin/busybox'. If you do not have the busybox binary sitting in 293# run '/bin/busybox'. If you do not have the busybox binary sitting in
294# that exact location with that exact name, this option will not work at 294# that exact location with that exact name, this option will not work at
295# all. 295# all.
296 296