From 82d38dab917754c9c37aaa7e414a47318b5082fe Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 10 Oct 2007 14:38:47 +0000 Subject: get rid of global "struct bb_applet *current_applet" --- docs/busybox.net/FAQ.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/busybox.net') diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index 7b15bf78c..e0a759781 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html @@ -568,7 +568,7 @@ functionality: main() looks up argv[0] in applets[] to get a function pointer to APPLET_main().

Busybox applets may also be invoked through the multiplexor applet -"busybox" (see busybox_main() in applets/busybox.c), and through the +"busybox" (see busybox_main() in libbb/appletlib.c), and through the standalone shell (grep for STANDALONE_SHELL in applets/shell/*.c). See getting started in the FAQ for more information on these alternate usage mechanisms, which are -- cgit v1.2.3