Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/docs/busybox_header.pod

    r1765 r2725  
    77=head1 SYNTAX
    88
    9  BusyBox <function> [arguments...]  # or
     9 busybox <applet> [arguments...]  # or
    1010
    11  <function> [arguments...]      # if symlinked
     11 <applet> [arguments...]      # if symlinked
    1212
    1313=head1 DESCRIPTION
     
    4646is just a single BusyBox binary, but that single binary acts like a large
    4747number of utilities.  This allows BusyBox to be smaller since all the built-in
    48 utility programs (we call them applets) can share code for many common operations.
     48utility programs (we call them applets) can share code for many common
     49operations.
    4950
    5051You can also invoke BusyBox by issuing a command as an argument on the
     
    7374=head1 COMMON OPTIONS
    7475
    75 Most BusyBox commands support the B<--help> argument to provide a terse runtime
     76Most BusyBox applets support the B<--help> argument to provide a terse runtime
    7677description of their behavior.  If the CONFIG_FEATURE_VERBOSE_USAGE option has
    7778been enabled, more detailed usage information will also be available.
     
    7980=head1 COMMANDS
    8081
    81 Currently defined functions include:
    82 
     82Currently available applets include:
Note: See TracChangeset for help on using the changeset viewer.