diff options
Diffstat (limited to 'docs/busybox.net/FAQ.html')
-rw-r--r-- | docs/busybox.net/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
568 | to APPLET_main().</p> | 568 | to APPLET_main().</p> |
569 | 569 | ||
570 | <p>Busybox applets may also be invoked through the multiplexor applet | 570 | <p>Busybox applets may also be invoked through the multiplexor applet |
571 | "busybox" (see busybox_main() in applets/busybox.c), and through the | 571 | "busybox" (see busybox_main() in libbb/appletlib.c), and through the |
572 | standalone shell (grep for STANDALONE_SHELL in applets/shell/*.c). | 572 | standalone shell (grep for STANDALONE_SHELL in applets/shell/*.c). |
573 | See <a href="FAQ.html#getting_started">getting started</a> in the | 573 | See <a href="FAQ.html#getting_started">getting started</a> in the |
574 | FAQ for more information on these alternate usage mechanisms, which are | 574 | FAQ for more information on these alternate usage mechanisms, which are |