diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-08 11:20:30 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-03-08 11:20:30 (GMT) |
| commit | a74be456323e4a66ba5782d6b37e48989d145cf0 (patch) | |
| tree | 9c4987ff8feebb87433402c8a713f7f6ffbc0fed | |
| parent | 89bb5510f435bd18ebedae2f7150eecdf99abd65 (diff) | |
| download | busybox-website-a74be456323e4a66ba5782d6b37e48989d145cf0.tar.gz busybox-website-a74be456323e4a66ba5782d6b37e48989d145cf0.tar.bz2 | |
FAQ.html: small tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | FAQ.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -788,7 +788,7 @@ int main(int argc, char *argv) dynamically linked. Then read the FAQ entry <a href="#build_system">How do I build a Busybox-based system?</a>, and the <a href="/downloads/busybox.html#item_init">documentation for Busybox - init</a>. + init</a> (FIXME: dead link). </p> <hr /> @@ -980,9 +980,9 @@ cat_main() or sed_main()). The individual applet takes it from there.</p> functionality: main() looks up argv[0] in applets[] to get a function pointer to APPLET_main().</p> -<p>Busybox applets may also be invoked through the multiplexor applet -"Busybox" (see Busybox_main() in libbb/appletlib.c), and through the -standalone shell (grep for STANDALONE_SHELL in applets/shell/*.c). +<p>Busybox applets may also be invoked through the multiplexer applet +"busybox" (see Busybox_main() in libbb/appletlib.c), and through the +standalone shell (grep for SH_STANDALONE in shell/*.c). See <a href="FAQ.html#getting_started">getting started</a> in the FAQ for more information on these alternate usage mechanisms, which are just different ways to reach the relevant APPLET_main() function.</p> |
