diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-07-08 05:47:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-07-08 05:47:49 +0200 |
commit | b5de0c12d6f1803ed6d161c9a56aab99412d3b97 (patch) | |
tree | dbaff83b9012828e1b6e51c9d45bb32c777e0505 /INSTALL | |
parent | 4dc35fb5b6b574552a432622274941a6e4c67476 (diff) | |
download | busybox-w32-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.tar.gz busybox-w32-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.tar.bz2 busybox-w32-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.zip |
typo fixes
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ first argument to determine which applet to behave as, for example | |||
97 | "./busybox cat LICENSE". (Running the busybox applet with no arguments gives | 97 | "./busybox cat LICENSE". (Running the busybox applet with no arguments gives |
98 | a list of all enabled applets.) The standalone shell can also call busybox | 98 | a list of all enabled applets.) The standalone shell can also call busybox |
99 | applets without links to busybox under other names in the filesystem. You can | 99 | applets without links to busybox under other names in the filesystem. You can |
100 | also configure a standaone install capability into the busybox base applet, | 100 | also configure a standalone install capability into the busybox base applet, |
101 | and then install such links at runtime with one of "busybox --install" (for | 101 | and then install such links at runtime with one of "busybox --install" (for |
102 | hardlinks) or "busybox --install -s" (for symlinks). | 102 | hardlinks) or "busybox --install -s" (for symlinks). |
103 | 103 | ||