aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.net/FAQ.html
diff options
context:
space:
mode:
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,
49 BusyBox uses the name it was invoked under to determine which applet is 49 BusyBox uses the name it was invoked under to determine which applet is
50 being invoked. (Try "mv busybox ls" and then "./ls -l".) Installing 50 being invoked. (Try "mv busybox ls" and then "./ls -l".) Installing
51 busybox consists of creating symlinks (or hardlinks) to the busybox 51 busybox consists of creating symlinks (or hardlinks) to the busybox
52 binary for each applet in busybox, and making sure these symlinks are in 52 binary for each applet in busybox, and making sure these links are in
53 the shell's command $PATH. ("make install" creates these symlinks, and 53 the shell's command $PATH. The special applet name "busybox" (or with
54 "make install-hardlinks" creates hardlinks instead.) The special applet 54 any optional suffix, such as "busybox-static") uses the first argument
55 name "busybox" (or with any optional suffix, such as "busybox-static") 55 to determine which applet to run, as shown above.
56 uses the first argument to determine which applet to run, as shown above.
57</p> 56</p>
58<p> 57<p>
59 BusyBox also has a feature called the "standalone shell", where the busybox 58 BusyBox also has a feature called the "standalone shell", where the busybox