diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-06 19:40:25 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-06 19:40:25 (GMT) |
| commit | b56b08892967147246f9782fd8c774b0e28de5f0 (patch) | |
| tree | e01f72239080e32363c240320ba5b21d91a31b3d | |
| parent | 4379e6c8e62e2d7e1f79f694785644d959262783 (diff) | |
| download | busybox-website-b56b08892967147246f9782fd8c774b0e28de5f0.tar.gz busybox-website-b56b08892967147246f9782fd8c774b0e28de5f0.tar.bz2 | |
small fixes in FAQ
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | FAQ.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,7 +76,7 @@ have additions to this FAQ document, we would love to add them, This will create a busybox binary with almost all features enabled. To try out a busybox applet, type "./busybox [appletname] [options]", for example "./busybox ls -l" or "./busybox cat LICENSE". Type "./busybox" - to see a command list, and "busybox appletname --help" to see a brief + to see a command list, and "./busybox appletname --help" to see a brief usage message for a given applet. </p> <p> @@ -127,7 +127,7 @@ $ echo $PATH <p> Busybox configured with all features enabled is a little under a megabyte dynamically linked on x86. To create a smaller busybox, configure it with fewer features. Individual busybox applets cost anywhere from a few - hundred bytes to tens of kilobytes. Disable unneeded applets to save, + hundred bytes to tens of kilobytes. Disable unneeded applets to save space, using menuconfig. </p> |
