aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.net/FAQ.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-11-03 22:11:00 +0000
committerRob Landley <rob@landley.net>2005-11-03 22:11:00 +0000
commit3d283ddecd47eb306ebe965a656aa17dbf50cf53 (patch)
tree33238a0a0904975fe355eb6a38fe696de249f353 /docs/busybox.net/FAQ.html
parent2f30932eca235c9ff581f78c989e9d93ae9ca78f (diff)
downloadbusybox-3d283ddecd47eb306ebe965a656aa17dbf50cf53.tar.gz
Announce 1.1.0-pre1 already. Erik, please move links to the downloads directory
once you've got the signed tarballs up.
Diffstat (limited to 'docs/busybox.net/FAQ.html')
-rw-r--r--docs/busybox.net/FAQ.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html
index d4f7ba2f7..f2c862829 100644
--- a/docs/busybox.net/FAQ.html
+++ b/docs/busybox.net/FAQ.html
@@ -49,11 +49,10 @@ have additions to this FAQ document, we would love to add them,
BusyBox uses the name it was invoked under to determine which applet is
being invoked. (Try "mv busybox ls" and then "./ls -l".) Installing
busybox consists of creating symlinks (or hardlinks) to the busybox
- binary for each applet in busybox, and making sure these symlinks are in
- the shell's command $PATH. ("make install" creates these symlinks, and
- "make install-hardlinks" creates hardlinks instead.) The special applet
- name "busybox" (or with any optional suffix, such as "busybox-static")
- uses the first argument to determine which applet to run, as shown above.
+ binary for each applet in busybox, and making sure these links are in
+ the shell's command $PATH. The special applet name "busybox" (or with
+ any optional suffix, such as "busybox-static") uses the first argument
+ to determine which applet to run, as shown above.
</p>
<p>
BusyBox also has a feature called the "standalone shell", where the busybox