svn commit: trunk/busybox/docs

aldot at busybox.net aldot at busybox.net
Thu Aug 21 13:22:44 UTC 2008


Author: aldot
Date: 2008-08-21 06:22:44 -0700 (Thu, 21 Aug 2008)
New Revision: 23153

Log:
- improve documentation a bit


Modified:
   trunk/busybox/docs/busybox_header.pod


Changeset:
Modified: trunk/busybox/docs/busybox_header.pod
===================================================================
--- trunk/busybox/docs/busybox_header.pod	2008-08-21 13:10:27 UTC (rev 23152)
+++ trunk/busybox/docs/busybox_header.pod	2008-08-21 13:22:44 UTC (rev 23153)
@@ -6,9 +6,9 @@
 
 =head1 SYNTAX
 
- BusyBox <function> [arguments...]  # or
+ busybox <applet> [arguments...]  # or
 
- <function> [arguments...]	    # if symlinked
+ <applet> [arguments...]	    # if symlinked
 
 =head1 DESCRIPTION
 
@@ -45,7 +45,8 @@
 that performs the same job as more than one utility program.  That means there
 is just a single BusyBox binary, but that single binary acts like a large
 number of utilities.  This allows BusyBox to be smaller since all the built-in
-utility programs (we call them applets) can share code for many common operations.
+utility programs (we call them applets) can share code for many common
+operations.
 
 You can also invoke BusyBox by issuing a command as an argument on the
 command line.  For example, entering
@@ -72,11 +73,11 @@
 
 =head1 COMMON OPTIONS
 
-Most BusyBox commands support the B<--help> argument to provide a terse runtime
+Most BusyBox applets support the B<--help> argument to provide a terse runtime
 description of their behavior.  If the CONFIG_FEATURE_VERBOSE_USAGE option has
 been enabled, more detailed usage information will also be available.
 
 =head1 COMMANDS
 
-Currently defined functions include:
+Currently available applets include:
 




More information about the busybox-cvs mailing list