[git commit master 1/1] FAQ.html: small tweaks
Denys Vlasenko
vda.linux at googlemail.com
Tue Mar 8 11:20:30 UTC 2011
commit: http://git.busybox.net/busybox-website/commit/?id=a74be456323e4a66ba5782d6b37e48989d145cf0
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
FAQ.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/FAQ.html b/FAQ.html
index 7b738dd..5232d79 100644
--- a/FAQ.html
+++ b/FAQ.html
@@ -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>
--
1.7.3.4
More information about the busybox-cvs
mailing list