[git commit] s/Busybox_/busybox_/

Denys Vlasenko vda.linux at googlemail.com
Sun Oct 11 20:10:40 UTC 2015


commit: http://git.busybox.net/busybox-website/commit/?id=e71cada293908927cb09cbcb08c8b4fe8dfee8dd
branch: http://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 FAQ.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/FAQ.html b/FAQ.html
index 09df05e..29db55c 100644
--- a/FAQ.html
+++ b/FAQ.html
@@ -1083,7 +1083,7 @@ 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 multiplexer applet
-"busybox" (see Busybox_main() in libbb/appletlib.c), and through the
+"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
@@ -1133,16 +1133,16 @@ command line argument parsing (getopt32.c), and a whole lot more.</p>
 </p>
 
 <p>     The Busybox Makefile builds two versions of Busybox, one of which
-        (Busybox_unstripped) has extra information that various analysis tools
+        (busybox_unstripped) has extra information that various analysis tools
         can use.  (This has nothing to do with CONFIG_DEBUG, leave that off
         when trying to optimize for size.)
 </p>
 
 <p>     The <b>"make bloatcheck"</b> option uses Matt Mackall's bloat-o-meter
-        script to compare two versions of Busybox (Busybox_unstripped vs
-        Busybox_old), and report which symbols changed size and by how much.
+        script to compare two versions of Busybox (busybox_unstripped vs
+        busybox_old), and report which symbols changed size and by how much.
         To use it, first build a base version with <b>"make baseline"</b>.
-        (This creates Busybox_old, which should have the original sizes for
+        (This creates busybox_old, which should have the original sizes for
         comparison purposes.)  Then build the new version with your changes
         and run "make bloatcheck" to see the size differences from the old
         version.
@@ -1157,7 +1157,7 @@ command line argument parsing (getopt32.c), and a whole lot more.</p>
 </p>
 <p>
 	The <b>"make sizes"</b> option produces raw symbol size information for
-        Busybox_unstripped.  This is the output from the "nm --size-sort"
+        busybox_unstripped.  This is the output from the "nm --size-sort"
         command (see "man nm" for more information), and is the information
         bloat-o-meter parses to produce the comparison report above.  For
         defconfig, this is a good way to find the largest symbols in the tree


More information about the busybox-cvs mailing list