Index: c/router/busybox/docs/BusyBox.html
===================================================================
--- /src/router/busybox/docs/BusyBox.html	(revision 17636)
+++ 	(revision )
@@ -1,948 +1,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title>BusyBox - The Swiss Army Knife of Embedded Linux</title>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<link rev="made" href="mailto:none" />
-</head>
-
-<body style="background-color: white">
-
-
-<!-- INDEX BEGIN -->
-<div name="index">
-<p><a name="__index__"></a></p>
-<!--
-
-<ul>
-
-	<li><a href="#name">NAME</a></li>
-	<li><a href="#syntax">SYNTAX</a></li>
-	<li><a href="#description">DESCRIPTION</a></li>
-	<li><a href="#usage">USAGE</a></li>
-	<li><a href="#common_options">COMMON OPTIONS</a></li>
-	<li><a href="#commands">COMMANDS</a></li>
-	<li><a href="#command_descriptions">COMMAND DESCRIPTIONS</a></li>
-	<li><a href="#libc_nss">LIBC NSS</a></li>
-	<li><a href="#maintainer">MAINTAINER</a></li>
-	<li><a href="#authors">AUTHORS</a></li>
-</ul>
-
--->
-
-
-</div>
-<!-- INDEX END -->
-
-<p>
-</p>
-<h1><a name="name">NAME</a></h1>
-<p>BusyBox - The Swiss Army Knife of Embedded Linux</p>
-<p>
-</p>
-<hr />
-<h1><a name="syntax">SYNTAX</a></h1>
-<pre>
- busybox &lt;applet&gt; [arguments...]  # or</pre>
-<pre>
- &lt;applet&gt; [arguments...]          # if symlinked</pre>
-<p>
-</p>
-<hr />
-<h1><a name="description">DESCRIPTION</a></h1>
-<p>BusyBox combines tiny versions of many common UNIX utilities into a single
-small executable. It provides minimalist replacements for most of the utilities
-you usually find in GNU coreutils, util-linux, etc. The utilities in BusyBox
-generally have fewer options than their full-featured GNU cousins; however, the
-options that are included provide the expected functionality and behave very
-much like their GNU counterparts.</p>
-<p>BusyBox has been written with size-optimization and limited resources in mind.
-It is also extremely modular so you can easily include or exclude commands (or
-features) at compile time. This makes it easy to customize your embedded
-systems. To create a working system, just add /dev, /etc, and a Linux kernel.
-BusyBox provides a fairly complete POSIX environment for any small or embedded
-system.</p>
-<p>BusyBox is extremely configurable.  This allows you to include only the
-components you need, thereby reducing binary size. Run 'make config' or 'make
-menuconfig' to select the functionality that you wish to enable.  Then run
-'make' to compile BusyBox using your configuration.</p>
-<p>After the compile has finished, you should use 'make install' to install
-BusyBox. This will install the 'bin/busybox' binary, in the target directory
-specified by CONFIG_PREFIX. CONFIG_PREFIX can be set when configuring BusyBox,
-or you can specify an alternative location at install time (i.e., with a
-command line like 'make CONFIG_PREFIX=/tmp/foo install'). If you enabled
-any applet installation scheme (either as symlinks or hardlinks), these will
-also be installed in the location pointed to by CONFIG_PREFIX.</p>
-<p>
-</p>
-<hr />
-<h1><a name="usage">USAGE</a></h1>
-<p>BusyBox is a multi-call binary.  A multi-call binary is an executable program
-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.</p>
-<p>You can also invoke BusyBox by issuing a command as an argument on the
-command line.  For example, entering</p>
-<pre>
-        /bin/busybox ls</pre>
-<p>will also cause BusyBox to behave as 'ls'.</p>
-<p>Of course, adding '/bin/busybox' into every command would be painful.  So most
-people will invoke BusyBox using links to the BusyBox binary.</p>
-<p>For example, entering</p>
-<pre>
-        ln -s /bin/busybox ls
-        ./ls</pre>
-<p>will cause BusyBox to behave as 'ls' (if the 'ls' command has been compiled
-into BusyBox).  Generally speaking, you should never need to make all these
-links yourself, as the BusyBox build system will do this for you when you run
-the 'make install' command.</p>
-<p>If you invoke BusyBox with no arguments, it will provide you with a list of the
-applets that have been compiled into your BusyBox binary.</p>
-<p>
-</p>
-<hr />
-<h1><a name="common_options">COMMON OPTIONS</a></h1>
-<p>Most BusyBox applets support the <strong>--help</strong> 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.</p>
-<p>
-</p>
-<hr />
-<h1><a name="commands">COMMANDS</a></h1>
-<p>Currently available applets include:</p>
-<pre>
-        [, [[, adjtimex, arp, arping, ash, awk, basename, bash, cat, chgrp,
-        chmod, chown, chroot, clear, cmp, cp, cut, date, dc, dd, df,
-        dirname, dmesg, dnsdomainname, du, echo, egrep, env, expr, false,
-        fgrep, find, free, ftpget, ftpput, getopt, grep, gunzip, gzip, halt,
-        hdparm, head, hexdump, hostname, id, ifconfig, ifdown, ifup, insmod,
-        install, kill, killall, klogd, less, ln, logger, login, logread, ls,
-        lsmod, md5sum, mesg, mkdir, mke2fs, mkfifo, mkfs.ext2, more, mount,
-        mv, nameif, nc, netstat, nohup, nslookup, pidof, ping, ping6,
-        pivot_root, poweroff, printf, ps, pwd, reboot, reset, rm, rmdir,
-        rmmod, route, run-parts, rx, sed, sendmail, sh, sleep, sort,
-        strings, stty, sync, syslogd, tail, tar, tee, telnet, telnetd, test,
-        time, top, touch, tr, traceroute, traceroute6, true, tty, umount,
-        uname, uniq, uptime, usleep, uudecode, uuencode, vconfig, vi, watch,
-        wc, wget, which, whoami, xargs, yes, zcat</pre>
-<p>
-</p>
-<hr />
-<h1><a name="command_descriptions">COMMAND DESCRIPTIONS</a></h1>
-<dl>
-<dt><strong><a name="adjtimex" class="item"><strong>adjtimex</strong></a></strong></dt>
-
-<dd>
-<p>adjtimex [-q] [-o OFF] [-f FREQ] [-p TCONST] [-t TICK]</p>
-</dd>
-<dt><strong><a name="arp" class="item"><strong>arp</strong></a></strong></dt>
-
-<dd>
-<p><table cellspacing="0" cellpadding="0"><tr><td>arp 
-<tr><td>[-vn]<td>[-H HWTYPE] [-i IF] -a [HOSTNAME]
-<tr><td>[-v]<td>    [-i IF] -d HOSTNAME [pub]
-<tr><td>[-v]<td>[-H HWTYPE] [-i IF] -s HOSTNAME HWADDR [temp]
-<tr><td>[-v]<td>[-H HWTYPE] [-i IF] -s HOSTNAME HWADDR [netmask MASK] pub
-<tr><td>[-v]<td>[-H HWTYPE] [-i IF] -Ds HOSTNAME IFACE [netmask MASK] pub</table></p>
-</dd>
-<dt><strong><a name="arping" class="item"><strong>arping</strong></a></strong></dt>
-
-<dd>
-<p>arping [-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP</p>
-</dd>
-<dt><strong><a name="ash" class="item"><strong>ash</strong></a></strong></dt>
-
-<dd>
-<p>ash [-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE [ARGS]]</p>
-</dd>
-<dt><strong><a name="awk" class="item"><strong>awk</strong></a></strong></dt>
-
-<dd>
-<p>awk [OPTIONS] [AWK_PROGRAM] [FILE]...</p>
-</dd>
-<dt><strong><a name="basename" class="item"><strong>basename</strong></a></strong></dt>
-
-<dd>
-<p>basename FILE [SUFFIX]</p>
-</dd>
-<dt><strong><a name="bash" class="item"><strong>bash</strong></a></strong></dt>
-
-<dd>
-<p>bash [-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE [ARGS]]</p>
-</dd>
-<dt><strong><a name="cat" class="item"><strong>cat</strong></a></strong></dt>
-
-<dd>
-<p>cat [FILE]...</p>
-</dd>
-<dt><strong><a name="chgrp" class="item"><strong>chgrp</strong></a></strong></dt>
-
-<dd>
-<p>chgrp [-RhLHP]... GROUP FILE...</p>
-</dd>
-<dt><strong><a name="chmod" class="item"><strong>chmod</strong></a></strong></dt>
-
-<dd>
-<p>chmod [-R] MODE[,MODE]... FILE...</p>
-</dd>
-<dt><strong><a name="chown" class="item"><strong>chown</strong></a></strong></dt>
-
-<dd>
-<p>chown [-RhLHP]... OWNER[&lt;.|:&gt;[GROUP]] FILE...</p>
-</dd>
-<dt><strong><a name="chroot" class="item"><strong>chroot</strong></a></strong></dt>
-
-<dd>
-<p>chroot NEWROOT [PROG ARGS]</p>
-</dd>
-<dt><strong><a name="clear" class="item"><strong>clear</strong></a></strong></dt>
-
-<dd>
-<p>clear</p>
-</dd>
-<dt><strong><a name="cmp" class="item"><strong>cmp</strong></a></strong></dt>
-
-<dd>
-<p>cmp [-l] [-s] FILE1 [FILE2]</p>
-</dd>
-<dt><strong><a name="cp" class="item"><strong>cp</strong></a></strong></dt>
-
-<dd>
-<p>cp [OPTIONS] SOURCE DEST</p>
-</dd>
-<dt><strong><a name="cut" class="item"><strong>cut</strong></a></strong></dt>
-
-<dd>
-<p>cut [OPTIONS] [FILE]...</p>
-</dd>
-<dt><strong><a name="date" class="item"><strong>date</strong></a></strong></dt>
-
-<dd>
-<p>date [OPTIONS] [+FMT] [TIME]</p>
-</dd>
-<dt><strong><a name="dc" class="item"><strong>dc</strong></a></strong></dt>
-
-<dd>
-<p>dc EXPRESSION...</p>
-</dd>
-<dt><strong><a name="dd" class="item"><strong>dd</strong></a></strong></dt>
-
-<dd>
-<p><table cellspacing="0" cellpadding="0"><tr><td>dd [if=FILE] [of=FILE] [bs=N] [count=N] [skip=N]
-<tr><td><td>[seek=N]</table></p>
-</dd>
-<dt><strong><a name="df" class="item"><strong>df</strong></a></strong></dt>
-
-<dd>
-<p>df [-Pkmhai] [-B SIZE] [FILESYSTEM]...</p>
-</dd>
-<dt><strong><a name="dirname" class="item"><strong>dirname</strong></a></strong></dt>
-
-<dd>
-<p>dirname FILENAME</p>
-</dd>
-<dt><strong><a name="dmesg" class="item"><strong>dmesg</strong></a></strong></dt>
-
-<dd>
-<p>dmesg [-c] [-n LEVEL] [-s SIZE]</p>
-</dd>
-<dt><strong><a name="du" class="item"><strong>du</strong></a></strong></dt>
-
-<dd>
-<p>du [-aHLdclsxhmk] [FILE]...</p>
-</dd>
-<dt><strong><a name="echo" class="item"><strong>echo</strong></a></strong></dt>
-
-<dd>
-<p>echo [-neE] [ARG]...</p>
-</dd>
-<dt><strong><a name="env" class="item"><strong>env</strong></a></strong></dt>
-
-<dd>
-<p>env [-iu] [-] [name=value]... [PROG ARGS]</p>
-</dd>
-<dt><strong><a name="expr" class="item"><strong>expr</strong></a></strong></dt>
-
-<dd>
-<p>expr EXPRESSION</p>
-</dd>
-<dt><strong><a name="false" class="item"><strong>false</strong></a></strong></dt>
-
-<dd>
-<p>false</p>
-</dd>
-<dt><strong><a name="find" class="item"><strong>find</strong></a></strong></dt>
-
-<dd>
-<p>find [PATH]... [OPTIONS] [ACTIONS]</p>
-</dd>
-<dt><strong><a name="free" class="item"><strong>free</strong></a></strong></dt>
-
-<dd>
-<p>free</p>
-</dd>
-<dt><strong><a name="ftpget" class="item"><strong>ftpget</strong></a></strong></dt>
-
-<dd>
-<p>ftpget [OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE</p>
-</dd>
-<dt><strong><a name="ftpput" class="item"><strong>ftpput</strong></a></strong></dt>
-
-<dd>
-<p>ftpput [OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE</p>
-</dd>
-<dt><strong><a name="getopt" class="item"><strong>getopt</strong></a></strong></dt>
-
-<dd>
-<p>getopt [OPTIONS]</p>
-</dd>
-<dt><strong><a name="grep" class="item"><strong>grep</strong></a></strong></dt>
-
-<dd>
-<p>grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...</p>
-</dd>
-<dt><strong><a name="gunzip" class="item"><strong>gunzip</strong></a></strong></dt>
-
-<dd>
-<p>gunzip [-cft] [FILE]...</p>
-</dd>
-<dt><strong><a name="gzip" class="item"><strong>gzip</strong></a></strong></dt>
-
-<dd>
-<p>gzip [-cfd] [FILE]...</p>
-</dd>
-<dt><strong><a name="halt" class="item"><strong>halt</strong></a></strong></dt>
-
-<dd>
-<p>halt [-d DELAY] [-n] [-f]</p>
-</dd>
-<dt><strong><a name="hdparm" class="item"><strong>hdparm</strong></a></strong></dt>
-
-<dd>
-<p>hdparm [OPTIONS] [DEVICE]</p>
-</dd>
-<dt><strong><a name="head" class="item"><strong>head</strong></a></strong></dt>
-
-<dd>
-<p>head [OPTIONS] [FILE]...</p>
-</dd>
-<dt><strong><a name="hexdump" class="item"><strong>hexdump</strong></a></strong></dt>
-
-<dd>
-<p>hexdump [-bcCdefnosvx] [FILE]...</p>
-</dd>
-<dt><strong><a name="hostname" class="item"><strong>hostname</strong></a></strong></dt>
-
-<dd>
-<p>hostname [OPTIONS] [HOSTNAME | -F FILE]</p>
-</dd>
-<dt><strong><a name="id" class="item"><strong>id</strong></a></strong></dt>
-
-<dd>
-<p>id [OPTIONS] [USER]</p>
-</dd>
-<dt><strong><a name="ifconfig" class="item"><strong>ifconfig</strong></a></strong></dt>
-
-<dd>
-<p>ifconfig [-a] interface [address]</p>
-</dd>
-<dt><strong><a name="ifdown" class="item"><strong>ifdown</strong></a></strong></dt>
-
-<dd>
-<p>ifdown [-anvf] [-i FILE] IFACE...</p>
-</dd>
-<dt><strong><a name="ifup" class="item"><strong>ifup</strong></a></strong></dt>
-
-<dd>
-<p>ifup [-anvf] [-i FILE] IFACE...</p>
-</dd>
-<dt><strong><a name="insmod" class="item"><strong>insmod</strong></a></strong></dt>
-
-<dd>
-<p>insmod [OPTIONS] MODULE [SYMBOL=VALUE]...</p>
-</dd>
-<dt><strong><a name="install" class="item"><strong>install</strong></a></strong></dt>
-
-<dd>
-<p>install [-cdDsp] [-o USER] [-g GRP] [-m MODE] [SOURCE]... DEST</p>
-</dd>
-<dt><strong><a name="kill" class="item"><strong>kill</strong></a></strong></dt>
-
-<dd>
-<p>kill [-l] [-SIG] PID...</p>
-</dd>
-<dt><strong><a name="killall" class="item"><strong>killall</strong></a></strong></dt>
-
-<dd>
-<p>killall [-l] [-q] [-SIG] PROCESS_NAME...</p>
-</dd>
-<dt><strong><a name="klogd" class="item"><strong>klogd</strong></a></strong></dt>
-
-<dd>
-<p>klogd [-c N] [-n]</p>
-</dd>
-<dt><strong><a name="less" class="item"><strong>less</strong></a></strong></dt>
-
-<dd>
-<p>less [-EMNmh~I?] [FILE]...</p>
-</dd>
-<dt><strong><a name="ln" class="item"><strong>ln</strong></a></strong></dt>
-
-<dd>
-<p>ln [OPTIONS] TARGET... LINK|DIR</p>
-</dd>
-<dt><strong><a name="logger" class="item"><strong>logger</strong></a></strong></dt>
-
-<dd>
-<p>logger [OPTIONS] [MESSAGE]</p>
-</dd>
-<dt><strong><a name="login" class="item"><strong>login</strong></a></strong></dt>
-
-<dd>
-<p>login [-p] [-h HOST] [[-f] USER]</p>
-</dd>
-<dt><strong><a name="logread" class="item"><strong>logread</strong></a></strong></dt>
-
-<dd>
-<p>logread [-f]</p>
-</dd>
-<dt><strong><a name="ls" class="item"><strong>ls</strong></a></strong></dt>
-
-<dd>
-<p>ls [-1AaCxdLHRFplinsehrSXvctu] [-w WIDTH] [FILE]...</p>
-</dd>
-<dt><strong><a name="lsmod" class="item"><strong>lsmod</strong></a></strong></dt>
-
-<dd>
-<p>lsmod</p>
-</dd>
-<dt><strong><a name="md5sum" class="item"><strong>md5sum</strong></a></strong></dt>
-
-<dd>
-<p>md5sum [FILE]...</p>
-</dd>
-<dt><strong><a name="mesg" class="item"><strong>mesg</strong></a></strong></dt>
-
-<dd>
-<p>mesg [y|n]</p>
-</dd>
-<dt><strong><a name="mkdir" class="item"><strong>mkdir</strong></a></strong></dt>
-
-<dd>
-<p>mkdir [OPTIONS] DIRECTORY...</p>
-</dd>
-<dt><strong><a name="mke2fs" class="item"><strong>mke2fs</strong></a></strong></dt>
-
-<dd>
-<p>mke2fs [-Fn] [-b BLK_SIZE] [-i INODE_RATIO] [-I INODE_SIZE] [-m RESERVED_PERCENT] [-L LABEL] BLOCKDEV [KBYTES]</p>
-</dd>
-<dt><strong><a name="mkfifo" class="item"><strong>mkfifo</strong></a></strong></dt>
-
-<dd>
-<p>mkfifo [-m MODE] NAME</p>
-</dd>
-<dt><strong><a name="mkfs_ext2" class="item"><strong>mkfs.ext2</strong></a></strong></dt>
-
-<dd>
-<p>mkfs.ext2 [-Fn] [-b BLK_SIZE] [-i INODE_RATIO] [-I INODE_SIZE] [-m RESERVED_PERCENT] [-L LABEL] BLOCKDEV [KBYTES]</p>
-</dd>
-<dt><strong><a name="more" class="item"><strong>more</strong></a></strong></dt>
-
-<dd>
-<p>more [FILE]...</p>
-</dd>
-<dt><strong><a name="mount" class="item"><strong>mount</strong></a></strong></dt>
-
-<dd>
-<p>mount [OPTIONS] [-o OPTS] DEVICE NODE</p>
-</dd>
-<dt><strong><a name="mv" class="item"><strong>mv</strong></a></strong></dt>
-
-<dd>
-<p>mv [-fin] SOURCE DEST
-or: mv [-fin] SOURCE... DIRECTORY</p>
-</dd>
-<dt><strong><a name="nameif" class="item"><strong>nameif</strong></a></strong></dt>
-
-<dd>
-<p>nameif [-s] [-c FILE] [IFNAME HWADDR]...</p>
-</dd>
-<dt><strong><a name="nc" class="item"><strong>nc</strong></a></strong></dt>
-
-<dd>
-<p>nc [-iN] [-wN] [-l] [-p PORT] [-f FILE|IPADDR PORT] [-e PROG]</p>
-</dd>
-<dt><strong><a name="netstat" class="item"><strong>netstat</strong></a></strong></dt>
-
-<dd>
-<p>netstat [-ral] [-tuwx] [-en]</p>
-</dd>
-<dt><strong><a name="nohup" class="item"><strong>nohup</strong></a></strong></dt>
-
-<dd>
-<p>nohup PROG ARGS</p>
-</dd>
-<dt><strong><a name="nslookup" class="item"><strong>nslookup</strong></a></strong></dt>
-
-<dd>
-<p>nslookup [HOST] [SERVER]</p>
-</dd>
-<dt><strong><a name="pidof" class="item"><strong>pidof</strong></a></strong></dt>
-
-<dd>
-<p>pidof [OPTIONS] [NAME]...</p>
-</dd>
-<dt><strong><a name="ping" class="item"><strong>ping</strong></a></strong></dt>
-
-<dd>
-<p>ping [OPTIONS] HOST</p>
-</dd>
-<dt><strong><a name="ping6" class="item"><strong>ping6</strong></a></strong></dt>
-
-<dd>
-<p>ping6 [OPTIONS] HOST</p>
-</dd>
-<dt><strong><a name="pivot_root" class="item"><strong>pivot_root</strong></a></strong></dt>
-
-<dd>
-<p>pivot_root NEW_ROOT PUT_OLD</p>
-</dd>
-<dt><strong><a name="poweroff" class="item"><strong>poweroff</strong></a></strong></dt>
-
-<dd>
-<p>poweroff [-d DELAY] [-n] [-f]</p>
-</dd>
-<dt><strong><a name="printf" class="item"><strong>printf</strong></a></strong></dt>
-
-<dd>
-<p>printf FORMAT [ARGUMENT]...</p>
-</dd>
-<dt><strong><a name="ps" class="item"><strong>ps</strong></a></strong></dt>
-
-<dd>
-<p>ps</p>
-</dd>
-<dt><strong><a name="pwd" class="item"><strong>pwd</strong></a></strong></dt>
-
-<dd>
-<p>pwd</p>
-</dd>
-<dt><strong><a name="reboot" class="item"><strong>reboot</strong></a></strong></dt>
-
-<dd>
-<p>reboot [-d DELAY] [-n] [-f]</p>
-</dd>
-<dt><strong><a name="reset" class="item"><strong>reset</strong></a></strong></dt>
-
-<dd>
-<p>reset</p>
-</dd>
-<dt><strong><a name="rm" class="item"><strong>rm</strong></a></strong></dt>
-
-<dd>
-<p>rm [-irf] FILE...</p>
-</dd>
-<dt><strong><a name="rmdir" class="item"><strong>rmdir</strong></a></strong></dt>
-
-<dd>
-<p>rmdir [OPTIONS] DIRECTORY...</p>
-</dd>
-<dt><strong><a name="rmmod" class="item"><strong>rmmod</strong></a></strong></dt>
-
-<dd>
-<p>rmmod [-wfa] [MODULE]...</p>
-</dd>
-<dt><strong><a name="route" class="item"><strong>route</strong></a></strong></dt>
-
-<dd>
-<p>route [{add|del|delete}]</p>
-</dd>
-<dt><strong><a name="run_parts" class="item"><strong>run-parts</strong></a></strong></dt>
-
-<dd>
-<p>run-parts [-t] [-a ARG] [-u MASK] DIRECTORY</p>
-</dd>
-<dt><strong><a name="rx" class="item"><strong>rx</strong></a></strong></dt>
-
-<dd>
-<p>rx FILE</p>
-</dd>
-<dt><strong><a name="sed" class="item"><strong>sed</strong></a></strong></dt>
-
-<dd>
-<p>sed [-efinr] SED_CMD [FILE]...</p>
-</dd>
-<dt><strong><a name="sendmail" class="item"><strong>sendmail</strong></a></strong></dt>
-
-<dd>
-<p>sendmail [OPTIONS] [RECIPIENT_EMAIL]...</p>
-</dd>
-<dt><strong><a name="sh" class="item"><strong>sh</strong></a></strong></dt>
-
-<dd>
-<p>sh [-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE [ARGS]]</p>
-</dd>
-<dt><strong><a name="sleep" class="item"><strong>sleep</strong></a></strong></dt>
-
-<dd>
-<p>sleep [N]...</p>
-</dd>
-<dt><strong><a name="sort" class="item"><strong>sort</strong></a></strong></dt>
-
-<dd>
-<p>sort [-nrugMcszbdfimSTokt] [-o FILE] [-k start[.offset][opts][,end[.offset][opts]] [-t CHAR] [FILE]...</p>
-</dd>
-<dt><strong><a name="strings" class="item"><strong>strings</strong></a></strong></dt>
-
-<dd>
-<p>strings [-afo] [-n LEN] [FILE]...</p>
-</dd>
-<dt><strong><a name="stty" class="item"><strong>stty</strong></a></strong></dt>
-
-<dd>
-<p>stty [-a|g] [-F DEVICE] [SETTING]...</p>
-</dd>
-<dt><strong><a name="sync" class="item"><strong>sync</strong></a></strong></dt>
-
-<dd>
-<p>sync</p>
-</dd>
-<dt><strong><a name="syslogd" class="item"><strong>syslogd</strong></a></strong></dt>
-
-<dd>
-<p>syslogd [OPTIONS]</p>
-</dd>
-<dt><strong><a name="tail" class="item"><strong>tail</strong></a></strong></dt>
-
-<dd>
-<p>tail [OPTIONS] [FILE]...</p>
-</dd>
-<dt><strong><a name="tar" class="item"><strong>tar</strong></a></strong></dt>
-
-<dd>
-<p>tar -[cxtzhvO] [-f TARFILE] [-C DIR] [FILE]...</p>
-</dd>
-<dt><strong><a name="tee" class="item"><strong>tee</strong></a></strong></dt>
-
-<dd>
-<p>tee [-ai] [FILE]...</p>
-</dd>
-<dt><strong><a name="telnet" class="item"><strong>telnet</strong></a></strong></dt>
-
-<dd>
-<p>telnet [-a] [-l USER] HOST [PORT]</p>
-</dd>
-<dt><strong><a name="telnetd" class="item"><strong>telnetd</strong></a></strong></dt>
-
-<dd>
-<p>telnetd [OPTIONS]</p>
-</dd>
-<dt><strong><a name="test" class="item"><strong>test</strong></a></strong></dt>
-
-<dd>
-<p>test EXPRESSION ]</p>
-</dd>
-<dt><strong><a name="time" class="item"><strong>time</strong></a></strong></dt>
-
-<dd>
-<p>time [-v] PROG ARGS</p>
-</dd>
-<dt><strong><a name="top" class="item"><strong>top</strong></a></strong></dt>
-
-<dd>
-<p>top [-b] [-nCOUNT] [-dSECONDS] [-m]</p>
-</dd>
-<dt><strong><a name="touch" class="item"><strong>touch</strong></a></strong></dt>
-
-<dd>
-<p>touch [-c] FILE [FILE]...</p>
-</dd>
-<dt><strong><a name="tr" class="item"><strong>tr</strong></a></strong></dt>
-
-<dd>
-<p>tr [-cds] STRING1 [STRING2]</p>
-</dd>
-<dt><strong><a name="traceroute" class="item"><strong>traceroute</strong></a></strong></dt>
-
-<dd>
-<p><table cellspacing="0" cellpadding="0"><tr><td>traceroute [-46FIldnrv] [-f 1ST_TTL] [-m MAXTTL] [-p PORT] [-q PROBES]
-<tr><td><td>[-s SRC_IP] [-t TOS] [-w WAIT_SEC] [-g GATEWAY] [-i IFACE]
-<tr><td><td>[-z PAUSE_MSEC] HOST [BYTES]</table></p>
-</dd>
-<dt><strong><a name="traceroute6" class="item"><strong>traceroute6</strong></a></strong></dt>
-
-<dd>
-<p><table cellspacing="0" cellpadding="0"><tr><td>traceroute6 [-dnrv] [-m MAXTTL] [-p PORT] [-q PROBES]
-<tr><td><td>[-s SRC_IP] [-t TOS] [-w WAIT_SEC] [-i IFACE]
-<tr><td><td>HOST [BYTES]</table></p>
-</dd>
-<dt><strong><a name="true" class="item"><strong>true</strong></a></strong></dt>
-
-<dd>
-<p>true</p>
-</dd>
-<dt><strong><a name="tty" class="item"><strong>tty</strong></a></strong></dt>
-
-<dd>
-<p>tty</p>
-</dd>
-<dt><strong><a name="umount" class="item"><strong>umount</strong></a></strong></dt>
-
-<dd>
-<p>umount [OPTIONS] FILESYSTEM|DIRECTORY</p>
-</dd>
-<dt><strong><a name="uname" class="item"><strong>uname</strong></a></strong></dt>
-
-<dd>
-<p>uname [-amnrspv]</p>
-</dd>
-<dt><strong><a name="uniq" class="item"><strong>uniq</strong></a></strong></dt>
-
-<dd>
-<p>uniq [-cdu][-f,s,w N] [INPUT [OUTPUT]]</p>
-</dd>
-<dt><strong><a name="uptime" class="item"><strong>uptime</strong></a></strong></dt>
-
-<dd>
-<p>uptime</p>
-</dd>
-<dt><strong><a name="usleep" class="item"><strong>usleep</strong></a></strong></dt>
-
-<dd>
-<p>usleep N</p>
-</dd>
-<dt><strong><a name="uudecode" class="item"><strong>uudecode</strong></a></strong></dt>
-
-<dd>
-<p>uudecode [-o OUTFILE] [INFILE]</p>
-</dd>
-<dt><strong><a name="uuencode" class="item"><strong>uuencode</strong></a></strong></dt>
-
-<dd>
-<p>uuencode [-m] [INFILE] STORED_FILENAME</p>
-</dd>
-<dt><strong><a name="vconfig" class="item"><strong>vconfig</strong></a></strong></dt>
-
-<dd>
-<p>vconfig COMMAND [OPTIONS]</p>
-</dd>
-<dt><strong><a name="vi" class="item"><strong>vi</strong></a></strong></dt>
-
-<dd>
-<p>vi [OPTIONS] [FILE]...</p>
-</dd>
-<dt><strong><a name="watch" class="item"><strong>watch</strong></a></strong></dt>
-
-<dd>
-<p>watch [-n SEC] [-t] PROG ARGS</p>
-</dd>
-<dt><strong><a name="wc" class="item"><strong>wc</strong></a></strong></dt>
-
-<dd>
-<p>wc [-clwL] [FILE]...</p>
-</dd>
-<dt><strong><a name="wget" class="item"><strong>wget</strong></a></strong></dt>
-
-<dd>
-<p>wget [-csq] [-O FILE] [-Y on/off] [-P DIR] [-U AGENT] URL...</p>
-</dd>
-<dt><strong><a name="which" class="item"><strong>which</strong></a></strong></dt>
-
-<dd>
-<p>which [COMMAND]...</p>
-</dd>
-<dt><strong><a name="whoami" class="item"><strong>whoami</strong></a></strong></dt>
-
-<dd>
-<p>whoami</p>
-</dd>
-<dt><strong><a name="xargs" class="item"><strong>xargs</strong></a></strong></dt>
-
-<dd>
-<p>xargs [OPTIONS] [PROG ARGS]</p>
-</dd>
-<dt><strong><a name="yes" class="item"><strong>yes</strong></a></strong></dt>
-
-<dd>
-<p>yes [STRING]</p>
-</dd>
-<dt><strong><a name="zcat" class="item"><strong>zcat</strong></a></strong></dt>
-
-<dd>
-<p>zcat FILE</p>
-</dd>
-</dl>
-<p>
-</p>
-<hr />
-<h1><a name="libc_nss">LIBC NSS</a></h1>
-<p>GNU Libc (glibc) uses the Name Service Switch (NSS) to configure the behavior
-of the C library for the local environment, and to configure how it reads
-system data, such as passwords and group information.  This is implemented
-using an /etc/nsswitch.conf configuration file, and using one or more of the
-/lib/libnss_* libraries.  BusyBox tries to avoid using any libc calls that make
-use of NSS.  Some applets however, such as login and su, will use libc functions
-that require NSS.</p>
-<p>If you enable CONFIG_USE_BB_PWD_GRP, BusyBox will use internal functions to
-directly access the /etc/passwd, /etc/group, and /etc/shadow files without
-using NSS.  This may allow you to run your system without the need for
-installing any of the NSS configuration files and libraries.</p>
-<p>When used with glibc, the BusyBox 'networking' applets will similarly require
-that you install at least some of the glibc NSS stuff (in particular,
-/etc/nsswitch.conf, /lib/libnss_dns*, /lib/libnss_files*, and /lib/libresolv*).</p>
-<p>Shameless Plug: As an alternative, one could use a C library such as uClibc.  In
-addition to making your system significantly smaller, uClibc does not require the
-use of any NSS support files or libraries.</p>
-<p>
-</p>
-<hr />
-<h1><a name="maintainer">MAINTAINER</a></h1>
-<p>Denis Vlasenko &lt;<a href="mailto:vda.linux@googlemail.com">vda.linux@googlemail.com</a>&gt;</p>
-<p>
-</p>
-<hr />
-<h1><a name="authors">AUTHORS</a></h1>
-<p>The following people have contributed code to BusyBox whether they know it or
-not.  If you have written code included in BusyBox, you should probably be
-listed here so you can obtain your bit of eternal glory.  If you should be
-listed here, or the description of what you have done needs more detail, or is
-incorrect, please send in an update.</p>
-<br><p>Emanuele Aina &lt;<a href="mailto:emanuele.aina@tiscali.it">emanuele.aina@tiscali.it</a>&gt;
-    run-parts</p>
-<br><p>Erik Andersen &lt;<a href="mailto:andersen@codepoet.org">andersen@codepoet.org</a>&gt;</p>
-<pre>
-    Tons of new stuff, major rewrite of most of the
-    core apps, tons of new apps as noted in header files.
-    Lots of tedious effort writing these boring docs that
-    nobody is going to actually read.</pre>
-<br><p>Laurence Anderson &lt;<a href="mailto:l.d.anderson@warwick.ac.uk">l.d.anderson@warwick.ac.uk</a>&gt;</p>
-<pre>
-    rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm</pre>
-<br><p>Jeff Angielski &lt;<a href="mailto:jeff@theptrgroup.com">jeff@theptrgroup.com</a>&gt;</p>
-<pre>
-    ftpput, ftpget</pre>
-<br><p>Edward Betts &lt;<a href="mailto:edward@debian.org">edward@debian.org</a>&gt;</p>
-<pre>
-    expr, hostid, logname, whoami</pre>
-<br><p>John Beppu &lt;<a href="mailto:beppu@codepoet.org">beppu@codepoet.org</a>&gt;</p>
-<pre>
-    du, nslookup, sort</pre>
-<br><p>Brian Candler &lt;<a href="mailto:B.Candler@pobox.com">B.Candler@pobox.com</a>&gt;</p>
-<pre>
-    tiny-ls(ls)</pre>
-<br><p>Randolph Chung &lt;<a href="mailto:tausq@debian.org">tausq@debian.org</a>&gt;</p>
-<pre>
-    fbset, ping, hostname</pre>
-<br><p>Dave Cinege &lt;<a href="mailto:dcinege@psychosis.com">dcinege@psychosis.com</a>&gt;</p>
-<pre>
-    more(v2), makedevs, dutmp, modularization, auto links file,
-    various fixes, Linux Router Project maintenance</pre>
-<br><p>Jordan Crouse &lt;<a href="mailto:jordan@cosmicpenguin.net">jordan@cosmicpenguin.net</a>&gt;</p>
-<pre>
-    ipcalc</pre>
-<br><p>Magnus Damm &lt;<a href="mailto:damm@opensource.se">damm@opensource.se</a>&gt;</p>
-<pre>
-    tftp client insmod powerpc support</pre>
-<br><p>Larry Doolittle &lt;<a href="mailto:ldoolitt@recycle.lbl.gov">ldoolitt@recycle.lbl.gov</a>&gt;</p>
-<pre>
-    pristine source directory compilation, lots of patches and fixes.</pre>
-<br><p>Glenn Engel &lt;<a href="mailto:glenne@engel.org">glenne@engel.org</a>&gt;</p>
-<pre>
-    httpd</pre>
-<br><p>Gennady Feldman &lt;<a href="mailto:gfeldman@gena01.com">gfeldman@gena01.com</a>&gt;</p>
-<pre>
-    Sysklogd (single threaded syslogd, IPC Circular buffer support,
-    logread), various fixes.</pre>
-<br><p>Karl M. Hegbloom &lt;<a href="mailto:karlheg@debian.org">karlheg@debian.org</a>&gt;</p>
-<pre>
-    cp_mv.c, the test suite, various fixes to utility.c, &amp;c.</pre>
-<br><p>Daniel Jacobowitz &lt;<a href="mailto:dan@debian.org">dan@debian.org</a>&gt;</p>
-<pre>
-    mktemp.c</pre>
-<br><p>Matt Kraai &lt;<a href="mailto:kraai@alumni.cmu.edu">kraai@alumni.cmu.edu</a>&gt;</p>
-<pre>
-    documentation, bugfixes, test suite</pre>
-<br><p>Stephan Linz &lt;<a href="mailto:linz@li-pro.net">linz@li-pro.net</a>&gt;</p>
-<pre>
-    ipcalc, Red Hat equivalence</pre>
-<br><p>John Lombardo &lt;<a href="mailto:john@deltanet.com">john@deltanet.com</a>&gt;</p>
-<pre>
-    tr</pre>
-<br><p>Glenn McGrath &lt;<a href="mailto:bug1@iinet.net.au">bug1@iinet.net.au</a>&gt;</p>
-<pre>
-    Common unarchiving code and unarchiving applets, ifupdown, ftpgetput,
-    nameif, sed, patch, fold, install, uudecode.
-    Various bugfixes, review and apply numerous patches.</pre>
-<br><p>Manuel Novoa III &lt;<a href="mailto:mjn3@codepoet.org">mjn3@codepoet.org</a>&gt;</p>
-<pre>
-    cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes,
-    mesg, vconfig, make_directory, parse_mode, dirname, mode_string,
-    get_last_path_component, simplify_path, and a number trivial libbb routines</pre>
-<pre>
-    also bug fixes, partial rewrites, and size optimizations in
-    ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir,
-    mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable,
-    interface, dutmp, ifconfig, route</pre>
-<br><p>Vladimir Oleynik &lt;<a href="mailto:dzo@simtreas.ru">dzo@simtreas.ru</a>&gt;</p>
-<pre>
-    cmdedit; xargs(current), httpd(current);
-    ports: ash, crond, fdisk, inetd, stty, traceroute, top;
-    locale, various fixes
-    and irreconcilable critic of everything not perfect.</pre>
-<br><p>Bruce Perens &lt;<a href="mailto:bruce@pixar.com">bruce@pixar.com</a>&gt;</p>
-<pre>
-    Original author of BusyBox in 1995, 1996. Some of his code can
-    still be found hiding here and there...</pre>
-<br><p>Tim Riker &lt;<a href="mailto:Tim@Rikers.org">Tim@Rikers.org</a>&gt;</p>
-<pre>
-    bug fixes, member of fan club</pre>
-<br><p>Kent Robotti &lt;<a href="mailto:robotti@metconnect.com">robotti@metconnect.com</a>&gt;</p>
-<pre>
-    reset, tons and tons of bug reports and patches.</pre>
-<br><p>Chip Rosenthal &lt;<a href="mailto:chip@unicom.com">chip@unicom.com</a>&gt;, &lt;<a href="mailto:crosenth@covad.com">crosenth@covad.com</a>&gt;</p>
-<pre>
-    wget - Contributed by permission of Covad Communications</pre>
-<br><p>Pavel Roskin &lt;<a href="mailto:proski@gnu.org">proski@gnu.org</a>&gt;</p>
-<pre>
-    Lots of bugs fixes and patches.</pre>
-<br><p>Gyepi Sam &lt;<a href="mailto:gyepi@praxis-sw.com">gyepi@praxis-sw.com</a>&gt;</p>
-<pre>
-    Remote logging feature for syslogd</pre>
-<br><p>Linus Torvalds &lt;<a href="mailto:torvalds@transmeta.com">torvalds@transmeta.com</a>&gt;</p>
-<pre>
-    mkswap, fsck.minix, mkfs.minix</pre>
-<br><p>Mark Whitley &lt;<a href="mailto:markw@codepoet.org">markw@codepoet.org</a>&gt;</p>
-<pre>
-    grep, sed, cut, xargs(previous),
-    style-guide, new-applet-HOWTO, bug fixes, etc.</pre>
-<br><p>Charles P. Wright &lt;<a href="mailto:cpwright@villagenet.com">cpwright@villagenet.com</a>&gt;</p>
-<pre>
-    gzip, mini-netcat(nc)</pre>
-<br><p>Enrique Zanardi &lt;<a href="mailto:ezanardi@ull.es">ezanardi@ull.es</a>&gt;</p>
-<pre>
-    tarcat (since removed), loadkmap, various fixes, Debian maintenance</pre>
-<br><p>Tito Ragusa &lt;<a href="mailto:farmatito@tiscali.it">farmatito@tiscali.it</a>&gt;</p>
-<pre>
-    devfsd and size optimizations in strings, openvt and deallocvt.</pre>
-<br><p>Paul Fox &lt;<a href="mailto:pgf@foxharp.boston.ma.us">pgf@foxharp.boston.ma.us</a>&gt;</p>
-<pre>
-    vi editing mode for ash, various other patches/fixes</pre>
-<br><p>Roberto A. Foglietta &lt;<a href="mailto:me@roberto.foglietta.name">me@roberto.foglietta.name</a>&gt;</p>
-<pre>
-    port: dnsd</pre>
-<br><p>Bernhard Reutner-Fischer &lt;<a href="mailto:rep.dot.nop@gmail.com">rep.dot.nop@gmail.com</a>&gt;</p>
-<pre>
-    misc</pre>
-<br><p>Mike Frysinger &lt;<a href="mailto:vapier@gentoo.org">vapier@gentoo.org</a>&gt;</p>
-<pre>
-    initial e2fsprogs, printenv, setarch, sum, misc</pre>
-<br><p>Jie Zhang &lt;<a href="mailto:jie.zhang@analog.com">jie.zhang@analog.com</a>&gt;</p>
-<pre>
-    fixed two bugs in msh and hush (exitcode of killed processes)</pre>
-
-</body>
-
-</html>
Index: c/router/busybox/docs/BusyBox.txt
===================================================================
--- /src/router/busybox/docs/BusyBox.txt	(revision 17636)
+++ 	(revision )
@@ -1,656 +1,0 @@
-NAME
-    BusyBox - The Swiss Army Knife of Embedded Linux
-
-SYNTAX
-     busybox <applet> [arguments...]  # or
-
-     <applet> [arguments...]          # if symlinked
-
-DESCRIPTION
-    BusyBox combines tiny versions of many common UNIX utilities into a
-    single small executable. It provides minimalist replacements for most of
-    the utilities you usually find in GNU coreutils, util-linux, etc. The
-    utilities in BusyBox generally have fewer options than their
-    full-featured GNU cousins; however, the options that are included
-    provide the expected functionality and behave very much like their GNU
-    counterparts.
-
-    BusyBox has been written with size-optimization and limited resources in
-    mind. It is also extremely modular so you can easily include or exclude
-    commands (or features) at compile time. This makes it easy to customize
-    your embedded systems. To create a working system, just add /dev, /etc,
-    and a Linux kernel. BusyBox provides a fairly complete POSIX environment
-    for any small or embedded system.
-
-    BusyBox is extremely configurable. This allows you to include only the
-    components you need, thereby reducing binary size. Run 'make config' or
-    'make menuconfig' to select the functionality that you wish to enable.
-    Then run 'make' to compile BusyBox using your configuration.
-
-    After the compile has finished, you should use 'make install' to install
-    BusyBox. This will install the 'bin/busybox' binary, in the target
-    directory specified by CONFIG_PREFIX. CONFIG_PREFIX can be set when
-    configuring BusyBox, or you can specify an alternative location at
-    install time (i.e., with a command line like 'make
-    CONFIG_PREFIX=/tmp/foo install'). If you enabled any applet installation
-    scheme (either as symlinks or hardlinks), these will also be installed
-    in the location pointed to by CONFIG_PREFIX.
-
-USAGE
-    BusyBox is a multi-call binary. A multi-call binary is an executable
-    program 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.
-
-    You can also invoke BusyBox by issuing a command as an argument on the
-    command line. For example, entering
-
-            /bin/busybox ls
-
-    will also cause BusyBox to behave as 'ls'.
-
-    Of course, adding '/bin/busybox' into every command would be painful. So
-    most people will invoke BusyBox using links to the BusyBox binary.
-
-    For example, entering
-
-            ln -s /bin/busybox ls
-            ./ls
-
-    will cause BusyBox to behave as 'ls' (if the 'ls' command has been
-    compiled into BusyBox). Generally speaking, you should never need to
-    make all these links yourself, as the BusyBox build system will do this
-    for you when you run the 'make install' command.
-
-    If you invoke BusyBox with no arguments, it will provide you with a list
-    of the applets that have been compiled into your BusyBox binary.
-
-COMMON OPTIONS
-    Most BusyBox applets support the --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.
-
-COMMANDS
-    Currently available applets include:
-
-            [, [[, adjtimex, arp, arping, ash, awk, basename, bash, cat, chgrp,
-            chmod, chown, chroot, clear, cmp, cp, cut, date, dc, dd, df,
-            dirname, dmesg, dnsdomainname, du, echo, egrep, env, expr, false,
-            fgrep, find, free, ftpget, ftpput, getopt, grep, gunzip, gzip, halt,
-            hdparm, head, hexdump, hostname, id, ifconfig, ifdown, ifup, insmod,
-            install, kill, killall, klogd, less, ln, logger, login, logread, ls,
-            lsmod, md5sum, mesg, mkdir, mke2fs, mkfifo, mkfs.ext2, more, mount,
-            mv, nameif, nc, netstat, nohup, nslookup, pidof, ping, ping6,
-            pivot_root, poweroff, printf, ps, pwd, reboot, reset, rm, rmdir,
-            rmmod, route, run-parts, rx, sed, sendmail, sh, sleep, sort,
-            strings, stty, sync, syslogd, tail, tar, tee, telnet, telnetd, test,
-            time, top, touch, tr, traceroute, traceroute6, true, tty, umount,
-            uname, uniq, uptime, usleep, uudecode, uuencode, vconfig, vi, watch,
-            wc, wget, which, whoami, xargs, yes, zcat
-
-COMMAND DESCRIPTIONS
-    adjtimex
-        adjtimex [-q] [-o OFF] [-f FREQ] [-p TCONST] [-t TICK]
-
-    arp arp [-vn] [-H HWTYPE] [-i IF] -a [HOSTNAME] [-v] [-i IF] -d HOSTNAME
-        [pub] [-v] [-H HWTYPE] [-i IF] -s HOSTNAME HWADDR [temp] [-v] [-H
-        HWTYPE] [-i IF] -s HOSTNAME HWADDR [netmask MASK] pub [-v] [-H
-        HWTYPE] [-i IF] -Ds HOSTNAME IFACE [netmask MASK] pub
-
-    arping
-        arping [-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP
-
-    ash ash [-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE
-        [ARGS]]
-
-    awk awk [OPTIONS] [AWK_PROGRAM] [FILE]...
-
-    basename
-        basename FILE [SUFFIX]
-
-    bash
-        bash [-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE
-        [ARGS]]
-
-    cat cat [FILE]...
-
-    chgrp
-        chgrp [-RhLHP]... GROUP FILE...
-
-    chmod
-        chmod [-R] MODE[,MODE]... FILE...
-
-    chown
-        chown [-RhLHP]... OWNER[<.|:>[GROUP]] FILE...
-
-    chroot
-        chroot NEWROOT [PROG ARGS]
-
-    clear
-        clear
-
-    cmp cmp [-l] [-s] FILE1 [FILE2]
-
-    cp  cp [OPTIONS] SOURCE DEST
-
-    cut cut [OPTIONS] [FILE]...
-
-    date
-        date [OPTIONS] [+FMT] [TIME]
-
-    dc  dc EXPRESSION...
-
-    dd  dd [if=FILE] [of=FILE] [bs=N] [count=N] [skip=N] [seek=N]
-
-    df  df [-Pkmhai] [-B SIZE] [FILESYSTEM]...
-
-    dirname
-        dirname FILENAME
-
-    dmesg
-        dmesg [-c] [-n LEVEL] [-s SIZE]
-
-    du  du [-aHLdclsxhmk] [FILE]...
-
-    echo
-        echo [-neE] [ARG]...
-
-    env env [-iu] [-] [name=value]... [PROG ARGS]
-
-    expr
-        expr EXPRESSION
-
-    false
-        false
-
-    find
-        find [PATH]... [OPTIONS] [ACTIONS]
-
-    free
-        free
-
-    ftpget
-        ftpget [OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE
-
-    ftpput
-        ftpput [OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE
-
-    getopt
-        getopt [OPTIONS]
-
-    grep
-        grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f
-        FILE [FILE]...
-
-    gunzip
-        gunzip [-cft] [FILE]...
-
-    gzip
-        gzip [-cfd] [FILE]...
-
-    halt
-        halt [-d DELAY] [-n] [-f]
-
-    hdparm
-        hdparm [OPTIONS] [DEVICE]
-
-    head
-        head [OPTIONS] [FILE]...
-
-    hexdump
-        hexdump [-bcCdefnosvx] [FILE]...
-
-    hostname
-        hostname [OPTIONS] [HOSTNAME | -F FILE]
-
-    id  id [OPTIONS] [USER]
-
-    ifconfig
-        ifconfig [-a] interface [address]
-
-    ifdown
-        ifdown [-anvf] [-i FILE] IFACE...
-
-    ifup
-        ifup [-anvf] [-i FILE] IFACE...
-
-    insmod
-        insmod [OPTIONS] MODULE [SYMBOL=VALUE]...
-
-    install
-        install [-cdDsp] [-o USER] [-g GRP] [-m MODE] [SOURCE]... DEST
-
-    kill
-        kill [-l] [-SIG] PID...
-
-    killall
-        killall [-l] [-q] [-SIG] PROCESS_NAME...
-
-    klogd
-        klogd [-c N] [-n]
-
-    less
-        less [-EMNmh~I?] [FILE]...
-
-    ln  ln [OPTIONS] TARGET... LINK|DIR
-
-    logger
-        logger [OPTIONS] [MESSAGE]
-
-    login
-        login [-p] [-h HOST] [[-f] USER]
-
-    logread
-        logread [-f]
-
-    ls  ls [-1AaCxdLHRFplinsehrSXvctu] [-w WIDTH] [FILE]...
-
-    lsmod
-        lsmod
-
-    md5sum
-        md5sum [FILE]...
-
-    mesg
-        mesg [y|n]
-
-    mkdir
-        mkdir [OPTIONS] DIRECTORY...
-
-    mke2fs
-        mke2fs [-Fn] [-b BLK_SIZE] [-i INODE_RATIO] [-I INODE_SIZE] [-m
-        RESERVED_PERCENT] [-L LABEL] BLOCKDEV [KBYTES]
-
-    mkfifo
-        mkfifo [-m MODE] NAME
-
-    mkfs.ext2
-        mkfs.ext2 [-Fn] [-b BLK_SIZE] [-i INODE_RATIO] [-I INODE_SIZE] [-m
-        RESERVED_PERCENT] [-L LABEL] BLOCKDEV [KBYTES]
-
-    more
-        more [FILE]...
-
-    mount
-        mount [OPTIONS] [-o OPTS] DEVICE NODE
-
-    mv  mv [-fin] SOURCE DEST or: mv [-fin] SOURCE... DIRECTORY
-
-    nameif
-        nameif [-s] [-c FILE] [IFNAME HWADDR]...
-
-    nc  nc [-iN] [-wN] [-l] [-p PORT] [-f FILE|IPADDR PORT] [-e PROG]
-
-    netstat
-        netstat [-ral] [-tuwx] [-en]
-
-    nohup
-        nohup PROG ARGS
-
-    nslookup
-        nslookup [HOST] [SERVER]
-
-    pidof
-        pidof [OPTIONS] [NAME]...
-
-    ping
-        ping [OPTIONS] HOST
-
-    ping6
-        ping6 [OPTIONS] HOST
-
-    pivot_root
-        pivot_root NEW_ROOT PUT_OLD
-
-    poweroff
-        poweroff [-d DELAY] [-n] [-f]
-
-    printf
-        printf FORMAT [ARGUMENT]...
-
-    ps  ps
-
-    pwd pwd
-
-    reboot
-        reboot [-d DELAY] [-n] [-f]
-
-    reset
-        reset
-
-    rm  rm [-irf] FILE...
-
-    rmdir
-        rmdir [OPTIONS] DIRECTORY...
-
-    rmmod
-        rmmod [-wfa] [MODULE]...
-
-    route
-        route [{add|del|delete}]
-
-    run-parts
-        run-parts [-t] [-a ARG] [-u MASK] DIRECTORY
-
-    rx  rx FILE
-
-    sed sed [-efinr] SED_CMD [FILE]...
-
-    sendmail
-        sendmail [OPTIONS] [RECIPIENT_EMAIL]...
-
-    sh  sh [-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE
-        [ARGS]]
-
-    sleep
-        sleep [N]...
-
-    sort
-        sort [-nrugMcszbdfimSTokt] [-o FILE] [-k
-        start[.offset][opts][,end[.offset][opts]] [-t CHAR] [FILE]...
-
-    strings
-        strings [-afo] [-n LEN] [FILE]...
-
-    stty
-        stty [-a|g] [-F DEVICE] [SETTING]...
-
-    sync
-        sync
-
-    syslogd
-        syslogd [OPTIONS]
-
-    tail
-        tail [OPTIONS] [FILE]...
-
-    tar tar -[cxtzhvO] [-f TARFILE] [-C DIR] [FILE]...
-
-    tee tee [-ai] [FILE]...
-
-    telnet
-        telnet [-a] [-l USER] HOST [PORT]
-
-    telnetd
-        telnetd [OPTIONS]
-
-    test
-        test EXPRESSION ]
-
-    time
-        time [-v] PROG ARGS
-
-    top top [-b] [-nCOUNT] [-dSECONDS] [-m]
-
-    touch
-        touch [-c] FILE [FILE]...
-
-    tr  tr [-cds] STRING1 [STRING2]
-
-    traceroute
-        traceroute [-46FIldnrv] [-f 1ST_TTL] [-m MAXTTL] [-p PORT] [-q
-        PROBES] [-s SRC_IP] [-t TOS] [-w WAIT_SEC] [-g GATEWAY] [-i IFACE]
-        [-z PAUSE_MSEC] HOST [BYTES]
-
-    traceroute6
-        traceroute6 [-dnrv] [-m MAXTTL] [-p PORT] [-q PROBES] [-s SRC_IP]
-        [-t TOS] [-w WAIT_SEC] [-i IFACE] HOST [BYTES]
-
-    true
-        true
-
-    tty tty
-
-    umount
-        umount [OPTIONS] FILESYSTEM|DIRECTORY
-
-    uname
-        uname [-amnrspv]
-
-    uniq
-        uniq [-cdu][-f,s,w N] [INPUT [OUTPUT]]
-
-    uptime
-        uptime
-
-    usleep
-        usleep N
-
-    uudecode
-        uudecode [-o OUTFILE] [INFILE]
-
-    uuencode
-        uuencode [-m] [INFILE] STORED_FILENAME
-
-    vconfig
-        vconfig COMMAND [OPTIONS]
-
-    vi  vi [OPTIONS] [FILE]...
-
-    watch
-        watch [-n SEC] [-t] PROG ARGS
-
-    wc  wc [-clwL] [FILE]...
-
-    wget
-        wget [-csq] [-O FILE] [-Y on/off] [-P DIR] [-U AGENT] URL...
-
-    which
-        which [COMMAND]...
-
-    whoami
-        whoami
-
-    xargs
-        xargs [OPTIONS] [PROG ARGS]
-
-    yes yes [STRING]
-
-    zcat
-        zcat FILE
-
-LIBC NSS
-    GNU Libc (glibc) uses the Name Service Switch (NSS) to configure the
-    behavior of the C library for the local environment, and to configure
-    how it reads system data, such as passwords and group information. This
-    is implemented using an /etc/nsswitch.conf configuration file, and using
-    one or more of the /lib/libnss_* libraries. BusyBox tries to avoid using
-    any libc calls that make use of NSS. Some applets however, such as login
-    and su, will use libc functions that require NSS.
-
-    If you enable CONFIG_USE_BB_PWD_GRP, BusyBox will use internal functions
-    to directly access the /etc/passwd, /etc/group, and /etc/shadow files
-    without using NSS. This may allow you to run your system without the
-    need for installing any of the NSS configuration files and libraries.
-
-    When used with glibc, the BusyBox 'networking' applets will similarly
-    require that you install at least some of the glibc NSS stuff (in
-    particular, /etc/nsswitch.conf, /lib/libnss_dns*, /lib/libnss_files*,
-    and /lib/libresolv*).
-
-    Shameless Plug: As an alternative, one could use a C library such as
-    uClibc. In addition to making your system significantly smaller, uClibc
-    does not require the use of any NSS support files or libraries.
-
-MAINTAINER
-    Denis Vlasenko <vda.linux@googlemail.com>
-
-AUTHORS
-    The following people have contributed code to BusyBox whether they know
-    it or not. If you have written code included in BusyBox, you should
-    probably be listed here so you can obtain your bit of eternal glory. If
-    you should be listed here, or the description of what you have done
-    needs more detail, or is incorrect, please send in an update.
-
-    Emanuele Aina <emanuele.aina@tiscali.it> run-parts
-
-    Erik Andersen <andersen@codepoet.org>
-
-        Tons of new stuff, major rewrite of most of the
-        core apps, tons of new apps as noted in header files.
-        Lots of tedious effort writing these boring docs that
-        nobody is going to actually read.
-
-    Laurence Anderson <l.d.anderson@warwick.ac.uk>
-
-        rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm
-
-    Jeff Angielski <jeff@theptrgroup.com>
-
-        ftpput, ftpget
-
-    Edward Betts <edward@debian.org>
-
-        expr, hostid, logname, whoami
-
-    John Beppu <beppu@codepoet.org>
-
-        du, nslookup, sort
-
-    Brian Candler <B.Candler@pobox.com>
-
-        tiny-ls(ls)
-
-    Randolph Chung <tausq@debian.org>
-
-        fbset, ping, hostname
-
-    Dave Cinege <dcinege@psychosis.com>
-
-        more(v2), makedevs, dutmp, modularization, auto links file,
-        various fixes, Linux Router Project maintenance
-
-    Jordan Crouse <jordan@cosmicpenguin.net>
-
-        ipcalc
-
-    Magnus Damm <damm@opensource.se>
-
-        tftp client insmod powerpc support
-
-    Larry Doolittle <ldoolitt@recycle.lbl.gov>
-
-        pristine source directory compilation, lots of patches and fixes.
-
-    Glenn Engel <glenne@engel.org>
-
-        httpd
-
-    Gennady Feldman <gfeldman@gena01.com>
-
-        Sysklogd (single threaded syslogd, IPC Circular buffer support,
-        logread), various fixes.
-
-    Karl M. Hegbloom <karlheg@debian.org>
-
-        cp_mv.c, the test suite, various fixes to utility.c, &c.
-
-    Daniel Jacobowitz <dan@debian.org>
-
-        mktemp.c
-
-    Matt Kraai <kraai@alumni.cmu.edu>
-
-        documentation, bugfixes, test suite
-
-    Stephan Linz <linz@li-pro.net>
-
-        ipcalc, Red Hat equivalence
-
-    John Lombardo <john@deltanet.com>
-
-        tr
-
-    Glenn McGrath <bug1@iinet.net.au>
-
-        Common unarchiving code and unarchiving applets, ifupdown, ftpgetput,
-        nameif, sed, patch, fold, install, uudecode.
-        Various bugfixes, review and apply numerous patches.
-
-    Manuel Novoa III <mjn3@codepoet.org>
-
-        cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes,
-        mesg, vconfig, make_directory, parse_mode, dirname, mode_string,
-        get_last_path_component, simplify_path, and a number trivial libbb routines
-
-        also bug fixes, partial rewrites, and size optimizations in
-        ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir,
-        mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable,
-        interface, dutmp, ifconfig, route
-
-    Vladimir Oleynik <dzo@simtreas.ru>
-
-        cmdedit; xargs(current), httpd(current);
-        ports: ash, crond, fdisk, inetd, stty, traceroute, top;
-        locale, various fixes
-        and irreconcilable critic of everything not perfect.
-
-    Bruce Perens <bruce@pixar.com>
-
-        Original author of BusyBox in 1995, 1996. Some of his code can
-        still be found hiding here and there...
-
-    Tim Riker <Tim@Rikers.org>
-
-        bug fixes, member of fan club
-
-    Kent Robotti <robotti@metconnect.com>
-
-        reset, tons and tons of bug reports and patches.
-
-    Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com>
-
-        wget - Contributed by permission of Covad Communications
-
-    Pavel Roskin <proski@gnu.org>
-
-        Lots of bugs fixes and patches.
-
-    Gyepi Sam <gyepi@praxis-sw.com>
-
-        Remote logging feature for syslogd
-
-    Linus Torvalds <torvalds@transmeta.com>
-
-        mkswap, fsck.minix, mkfs.minix
-
-    Mark Whitley <markw@codepoet.org>
-
-        grep, sed, cut, xargs(previous),
-        style-guide, new-applet-HOWTO, bug fixes, etc.
-
-    Charles P. Wright <cpwright@villagenet.com>
-
-        gzip, mini-netcat(nc)
-
-    Enrique Zanardi <ezanardi@ull.es>
-
-        tarcat (since removed), loadkmap, various fixes, Debian maintenance
-
-    Tito Ragusa <farmatito@tiscali.it>
-
-        devfsd and size optimizations in strings, openvt and deallocvt.
-
-    Paul Fox <pgf@foxharp.boston.ma.us>
-
-        vi editing mode for ash, various other patches/fixes
-
-    Roberto A. Foglietta <me@roberto.foglietta.name>
-
-        port: dnsd
-
-    Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-
-        misc
-
-    Mike Frysinger <vapier@gentoo.org>
-
-        initial e2fsprogs, printenv, setarch, sum, misc
-
-    Jie Zhang <jie.zhang@analog.com>
-
-        fixed two bugs in msh and hush (exitcode of killed processes)
-
Index: c/router/busybox/docs/busybox.net/BusyBox.html
===================================================================
--- /src/router/busybox/docs/busybox.net/BusyBox.html	(revision 17636)
+++ 	(revision )
@@ -1,948 +1,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title>BusyBox - The Swiss Army Knife of Embedded Linux</title>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<link rev="made" href="mailto:none" />
-</head>
-
-<body style="background-color: white">
-
-
-<!-- INDEX BEGIN -->
-<div name="index">
-<p><a name="__index__"></a></p>
-<!--
-
-<ul>
-
-	<li><a href="#name">NAME</a></li>
-	<li><a href="#syntax">SYNTAX</a></li>
-	<li><a href="#description">DESCRIPTION</a></li>
-	<li><a href="#usage">USAGE</a></li>
-	<li><a href="#common_options">COMMON OPTIONS</a></li>
-	<li><a href="#commands">COMMANDS</a></li>
-	<li><a href="#command_descriptions">COMMAND DESCRIPTIONS</a></li>
-	<li><a href="#libc_nss">LIBC NSS</a></li>
-	<li><a href="#maintainer">MAINTAINER</a></li>
-	<li><a href="#authors">AUTHORS</a></li>
-</ul>
-
--->
-
-
-</div>
-<!-- INDEX END -->
-
-<p>
-</p>
-<h1><a name="name">NAME</a></h1>
-<p>BusyBox - The Swiss Army Knife of Embedded Linux</p>
-<p>
-</p>
-<hr />
-<h1><a name="syntax">SYNTAX</a></h1>
-<pre>
- busybox &lt;applet&gt; [arguments...]  # or</pre>
-<pre>
- &lt;applet&gt; [arguments...]          # if symlinked</pre>
-<p>
-</p>
-<hr />
-<h1><a name="description">DESCRIPTION</a></h1>
-<p>BusyBox combines tiny versions of many common UNIX utilities into a single
-small executable. It provides minimalist replacements for most of the utilities
-you usually find in GNU coreutils, util-linux, etc. The utilities in BusyBox
-generally have fewer options than their full-featured GNU cousins; however, the
-options that are included provide the expected functionality and behave very
-much like their GNU counterparts.</p>
-<p>BusyBox has been written with size-optimization and limited resources in mind.
-It is also extremely modular so you can easily include or exclude commands (or
-features) at compile time. This makes it easy to customize your embedded
-systems. To create a working system, just add /dev, /etc, and a Linux kernel.
-BusyBox provides a fairly complete POSIX environment for any small or embedded
-system.</p>
-<p>BusyBox is extremely configurable.  This allows you to include only the
-components you need, thereby reducing binary size. Run 'make config' or 'make
-menuconfig' to select the functionality that you wish to enable.  Then run
-'make' to compile BusyBox using your configuration.</p>
-<p>After the compile has finished, you should use 'make install' to install
-BusyBox. This will install the 'bin/busybox' binary, in the target directory
-specified by CONFIG_PREFIX. CONFIG_PREFIX can be set when configuring BusyBox,
-or you can specify an alternative location at install time (i.e., with a
-command line like 'make CONFIG_PREFIX=/tmp/foo install'). If you enabled
-any applet installation scheme (either as symlinks or hardlinks), these will
-also be installed in the location pointed to by CONFIG_PREFIX.</p>
-<p>
-</p>
-<hr />
-<h1><a name="usage">USAGE</a></h1>
-<p>BusyBox is a multi-call binary.  A multi-call binary is an executable program
-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.</p>
-<p>You can also invoke BusyBox by issuing a command as an argument on the
-command line.  For example, entering</p>
-<pre>
-        /bin/busybox ls</pre>
-<p>will also cause BusyBox to behave as 'ls'.</p>
-<p>Of course, adding '/bin/busybox' into every command would be painful.  So most
-people will invoke BusyBox using links to the BusyBox binary.</p>
-<p>For example, entering</p>
-<pre>
-        ln -s /bin/busybox ls
-        ./ls</pre>
-<p>will cause BusyBox to behave as 'ls' (if the 'ls' command has been compiled
-into BusyBox).  Generally speaking, you should never need to make all these
-links yourself, as the BusyBox build system will do this for you when you run
-the 'make install' command.</p>
-<p>If you invoke BusyBox with no arguments, it will provide you with a list of the
-applets that have been compiled into your BusyBox binary.</p>
-<p>
-</p>
-<hr />
-<h1><a name="common_options">COMMON OPTIONS</a></h1>
-<p>Most BusyBox applets support the <strong>--help</strong> 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.</p>
-<p>
-</p>
-<hr />
-<h1><a name="commands">COMMANDS</a></h1>
-<p>Currently available applets include:</p>
-<pre>
-        [, [[, adjtimex, arp, arping, ash, awk, basename, bash, cat, chgrp,
-        chmod, chown, chroot, clear, cmp, cp, cut, date, dc, dd, df,
-        dirname, dmesg, dnsdomainname, du, echo, egrep, env, expr, false,
-        fgrep, find, free, ftpget, ftpput, getopt, grep, gunzip, gzip, halt,
-        hdparm, head, hexdump, hostname, id, ifconfig, ifdown, ifup, insmod,
-        install, kill, killall, klogd, less, ln, logger, login, logread, ls,
-        lsmod, md5sum, mesg, mkdir, mke2fs, mkfifo, mkfs.ext2, more, mount,
-        mv, nameif, nc, netstat, nohup, nslookup, pidof, ping, ping6,
-        pivot_root, poweroff, printf, ps, pwd, reboot, reset, rm, rmdir,
-        rmmod, route, run-parts, rx, sed, sendmail, sh, sleep, sort,
-        strings, stty, sync, syslogd, tail, tar, tee, telnet, telnetd, test,
-        time, top, touch, tr, traceroute, traceroute6, true, tty, umount,
-        uname, uniq, uptime, usleep, uudecode, uuencode, vconfig, vi, watch,
-        wc, wget, which, whoami, xargs, yes, zcat</pre>
-<p>
-</p>
-<hr />
-<h1><a name="command_descriptions">COMMAND DESCRIPTIONS</a></h1>
-<dl>
-<dt><strong><a name="adjtimex" class="item"><strong>adjtimex</strong></a></strong></dt>
-
-<dd>
-<p>adjtimex [-q] [-o OFF] [-f FREQ] [-p TCONST] [-t TICK]</p>
-</dd>
-<dt><strong><a name="arp" class="item"><strong>arp</strong></a></strong></dt>
-
-<dd>
-<p><table cellspacing="0" cellpadding="0"><tr><td>arp 
-<tr><td>[-vn]<td>[-H HWTYPE] [-i IF] -a [HOSTNAME]
-<tr><td>[-v]<td>    [-i IF] -d HOSTNAME [pub]
-<tr><td>[-v]<td>[-H HWTYPE] [-i IF] -s HOSTNAME HWADDR [temp]
-<tr><td>[-v]<td>[-H HWTYPE] [-i IF] -s HOSTNAME HWADDR [netmask MASK] pub
-<tr><td>[-v]<td>[-H HWTYPE] [-i IF] -Ds HOSTNAME IFACE [netmask MASK] pub</table></p>
-</dd>
-<dt><strong><a name="arping" class="item"><strong>arping</strong></a></strong></dt>
-
-<dd>
-<p>arping [-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP</p>
-</dd>
-<dt><strong><a name="ash" class="item"><strong>ash</strong></a></strong></dt>
-
-<dd>
-<p>ash [-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE [ARGS]]</p>
-</dd>
-<dt><strong><a name="awk" class="item"><strong>awk</strong></a></strong></dt>
-
-<dd>
-<p>awk [OPTIONS] [AWK_PROGRAM] [FILE]...</p>
-</dd>
-<dt><strong><a name="basename" class="item"><strong>basename</strong></a></strong></dt>
-
-<dd>
-<p>basename FILE [SUFFIX]</p>
-</dd>
-<dt><strong><a name="bash" class="item"><strong>bash</strong></a></strong></dt>
-
-<dd>
-<p>bash [-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE [ARGS]]</p>
-</dd>
-<dt><strong><a name="cat" class="item"><strong>cat</strong></a></strong></dt>
-
-<dd>
-<p>cat [FILE]...</p>
-</dd>
-<dt><strong><a name="chgrp" class="item"><strong>chgrp</strong></a></strong></dt>
-
-<dd>
-<p>chgrp [-RhLHP]... GROUP FILE...</p>
-</dd>
-<dt><strong><a name="chmod" class="item"><strong>chmod</strong></a></strong></dt>
-
-<dd>
-<p>chmod [-R] MODE[,MODE]... FILE...</p>
-</dd>
-<dt><strong><a name="chown" class="item"><strong>chown</strong></a></strong></dt>
-
-<dd>
-<p>chown [-RhLHP]... OWNER[&lt;.|:&gt;[GROUP]] FILE...</p>
-</dd>
-<dt><strong><a name="chroot" class="item"><strong>chroot</strong></a></strong></dt>
-
-<dd>
-<p>chroot NEWROOT [PROG ARGS]</p>
-</dd>
-<dt><strong><a name="clear" class="item"><strong>clear</strong></a></strong></dt>
-
-<dd>
-<p>clear</p>
-</dd>
-<dt><strong><a name="cmp" class="item"><strong>cmp</strong></a></strong></dt>
-
-<dd>
-<p>cmp [-l] [-s] FILE1 [FILE2]</p>
-</dd>
-<dt><strong><a name="cp" class="item"><strong>cp</strong></a></strong></dt>
-
-<dd>
-<p>cp [OPTIONS] SOURCE DEST</p>
-</dd>
-<dt><strong><a name="cut" class="item"><strong>cut</strong></a></strong></dt>
-
-<dd>
-<p>cut [OPTIONS] [FILE]...</p>
-</dd>
-<dt><strong><a name="date" class="item"><strong>date</strong></a></strong></dt>
-
-<dd>
-<p>date [OPTIONS] [+FMT] [TIME]</p>
-</dd>
-<dt><strong><a name="dc" class="item"><strong>dc</strong></a></strong></dt>
-
-<dd>
-<p>dc EXPRESSION...</p>
-</dd>
-<dt><strong><a name="dd" class="item"><strong>dd</strong></a></strong></dt>
-
-<dd>
-<p><table cellspacing="0" cellpadding="0"><tr><td>dd [if=FILE] [of=FILE] [bs=N] [count=N] [skip=N]
-<tr><td><td>[seek=N]</table></p>
-</dd>
-<dt><strong><a name="df" class="item"><strong>df</strong></a></strong></dt>
-
-<dd>
-<p>df [-Pkmhai] [-B SIZE] [FILESYSTEM]...</p>
-</dd>
-<dt><strong><a name="dirname" class="item"><strong>dirname</strong></a></strong></dt>
-
-<dd>
-<p>dirname FILENAME</p>
-</dd>
-<dt><strong><a name="dmesg" class="item"><strong>dmesg</strong></a></strong></dt>
-
-<dd>
-<p>dmesg [-c] [-n LEVEL] [-s SIZE]</p>
-</dd>
-<dt><strong><a name="du" class="item"><strong>du</strong></a></strong></dt>
-
-<dd>
-<p>du [-aHLdclsxhmk] [FILE]...</p>
-</dd>
-<dt><strong><a name="echo" class="item"><strong>echo</strong></a></strong></dt>
-
-<dd>
-<p>echo [-neE] [ARG]...</p>
-</dd>
-<dt><strong><a name="env" class="item"><strong>env</strong></a></strong></dt>
-
-<dd>
-<p>env [-iu] [-] [name=value]... [PROG ARGS]</p>
-</dd>
-<dt><strong><a name="expr" class="item"><strong>expr</strong></a></strong></dt>
-
-<dd>
-<p>expr EXPRESSION</p>
-</dd>
-<dt><strong><a name="false" class="item"><strong>false</strong></a></strong></dt>
-
-<dd>
-<p>false</p>
-</dd>
-<dt><strong><a name="find" class="item"><strong>find</strong></a></strong></dt>
-
-<dd>
-<p>find [PATH]... [OPTIONS] [ACTIONS]</p>
-</dd>
-<dt><strong><a name="free" class="item"><strong>free</strong></a></strong></dt>
-
-<dd>
-<p>free</p>
-</dd>
-<dt><strong><a name="ftpget" class="item"><strong>ftpget</strong></a></strong></dt>
-
-<dd>
-<p>ftpget [OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE</p>
-</dd>
-<dt><strong><a name="ftpput" class="item"><strong>ftpput</strong></a></strong></dt>
-
-<dd>
-<p>ftpput [OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE</p>
-</dd>
-<dt><strong><a name="getopt" class="item"><strong>getopt</strong></a></strong></dt>
-
-<dd>
-<p>getopt [OPTIONS]</p>
-</dd>
-<dt><strong><a name="grep" class="item"><strong>grep</strong></a></strong></dt>
-
-<dd>
-<p>grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...</p>
-</dd>
-<dt><strong><a name="gunzip" class="item"><strong>gunzip</strong></a></strong></dt>
-
-<dd>
-<p>gunzip [-cft] [FILE]...</p>
-</dd>
-<dt><strong><a name="gzip" class="item"><strong>gzip</strong></a></strong></dt>
-
-<dd>
-<p>gzip [-cfd] [FILE]...</p>
-</dd>
-<dt><strong><a name="halt" class="item"><strong>halt</strong></a></strong></dt>
-
-<dd>
-<p>halt [-d DELAY] [-n] [-f]</p>
-</dd>
-<dt><strong><a name="hdparm" class="item"><strong>hdparm</strong></a></strong></dt>
-
-<dd>
-<p>hdparm [OPTIONS] [DEVICE]</p>
-</dd>
-<dt><strong><a name="head" class="item"><strong>head</strong></a></strong></dt>
-
-<dd>
-<p>head [OPTIONS] [FILE]...</p>
-</dd>
-<dt><strong><a name="hexdump" class="item"><strong>hexdump</strong></a></strong></dt>
-
-<dd>
-<p>hexdump [-bcCdefnosvx] [FILE]...</p>
-</dd>
-<dt><strong><a name="hostname" class="item"><strong>hostname</strong></a></strong></dt>
-
-<dd>
-<p>hostname [OPTIONS] [HOSTNAME | -F FILE]</p>
-</dd>
-<dt><strong><a name="id" class="item"><strong>id</strong></a></strong></dt>
-
-<dd>
-<p>id [OPTIONS] [USER]</p>
-</dd>
-<dt><strong><a name="ifconfig" class="item"><strong>ifconfig</strong></a></strong></dt>
-
-<dd>
-<p>ifconfig [-a] interface [address]</p>
-</dd>
-<dt><strong><a name="ifdown" class="item"><strong>ifdown</strong></a></strong></dt>
-
-<dd>
-<p>ifdown [-anvf] [-i FILE] IFACE...</p>
-</dd>
-<dt><strong><a name="ifup" class="item"><strong>ifup</strong></a></strong></dt>
-
-<dd>
-<p>ifup [-anvf] [-i FILE] IFACE...</p>
-</dd>
-<dt><strong><a name="insmod" class="item"><strong>insmod</strong></a></strong></dt>
-
-<dd>
-<p>insmod [OPTIONS] MODULE [SYMBOL=VALUE]...</p>
-</dd>
-<dt><strong><a name="install" class="item"><strong>install</strong></a></strong></dt>
-
-<dd>
-<p>install [-cdDsp] [-o USER] [-g GRP] [-m MODE] [SOURCE]... DEST</p>
-</dd>
-<dt><strong><a name="kill" class="item"><strong>kill</strong></a></strong></dt>
-
-<dd>
-<p>kill [-l] [-SIG] PID...</p>
-</dd>
-<dt><strong><a name="killall" class="item"><strong>killall</strong></a></strong></dt>
-
-<dd>
-<p>killall [-l] [-q] [-SIG] PROCESS_NAME...</p>
-</dd>
-<dt><strong><a name="klogd" class="item"><strong>klogd</strong></a></strong></dt>
-
-<dd>
-<p>klogd [-c N] [-n]</p>
-</dd>
-<dt><strong><a name="less" class="item"><strong>less</strong></a></strong></dt>
-
-<dd>
-<p>less [-EMNmh~I?] [FILE]...</p>
-</dd>
-<dt><strong><a name="ln" class="item"><strong>ln</strong></a></strong></dt>
-
-<dd>
-<p>ln [OPTIONS] TARGET... LINK|DIR</p>
-</dd>
-<dt><strong><a name="logger" class="item"><strong>logger</strong></a></strong></dt>
-
-<dd>
-<p>logger [OPTIONS] [MESSAGE]</p>
-</dd>
-<dt><strong><a name="login" class="item"><strong>login</strong></a></strong></dt>
-
-<dd>
-<p>login [-p] [-h HOST] [[-f] USER]</p>
-</dd>
-<dt><strong><a name="logread" class="item"><strong>logread</strong></a></strong></dt>
-
-<dd>
-<p>logread [-f]</p>
-</dd>
-<dt><strong><a name="ls" class="item"><strong>ls</strong></a></strong></dt>
-
-<dd>
-<p>ls [-1AaCxdLHRFplinsehrSXvctu] [-w WIDTH] [FILE]...</p>
-</dd>
-<dt><strong><a name="lsmod" class="item"><strong>lsmod</strong></a></strong></dt>
-
-<dd>
-<p>lsmod</p>
-</dd>
-<dt><strong><a name="md5sum" class="item"><strong>md5sum</strong></a></strong></dt>
-
-<dd>
-<p>md5sum [FILE]...</p>
-</dd>
-<dt><strong><a name="mesg" class="item"><strong>mesg</strong></a></strong></dt>
-
-<dd>
-<p>mesg [y|n]</p>
-</dd>
-<dt><strong><a name="mkdir" class="item"><strong>mkdir</strong></a></strong></dt>
-
-<dd>
-<p>mkdir [OPTIONS] DIRECTORY...</p>
-</dd>
-<dt><strong><a name="mke2fs" class="item"><strong>mke2fs</strong></a></strong></dt>
-
-<dd>
-<p>mke2fs [-Fn] [-b BLK_SIZE] [-i INODE_RATIO] [-I INODE_SIZE] [-m RESERVED_PERCENT] [-L LABEL] BLOCKDEV [KBYTES]</p>
-</dd>
-<dt><strong><a name="mkfifo" class="item"><strong>mkfifo</strong></a></strong></dt>
-
-<dd>
-<p>mkfifo [-m MODE] NAME</p>
-</dd>
-<dt><strong><a name="mkfs_ext2" class="item"><strong>mkfs.ext2</strong></a></strong></dt>
-
-<dd>
-<p>mkfs.ext2 [-Fn] [-b BLK_SIZE] [-i INODE_RATIO] [-I INODE_SIZE] [-m RESERVED_PERCENT] [-L LABEL] BLOCKDEV [KBYTES]</p>
-</dd>
-<dt><strong><a name="more" class="item"><strong>more</strong></a></strong></dt>
-
-<dd>
-<p>more [FILE]...</p>
-</dd>
-<dt><strong><a name="mount" class="item"><strong>mount</strong></a></strong></dt>
-
-<dd>
-<p>mount [OPTIONS] [-o OPTS] DEVICE NODE</p>
-</dd>
-<dt><strong><a name="mv" class="item"><strong>mv</strong></a></strong></dt>
-
-<dd>
-<p>mv [-fin] SOURCE DEST
-or: mv [-fin] SOURCE... DIRECTORY</p>
-</dd>
-<dt><strong><a name="nameif" class="item"><strong>nameif</strong></a></strong></dt>
-
-<dd>
-<p>nameif [-s] [-c FILE] [IFNAME HWADDR]...</p>
-</dd>
-<dt><strong><a name="nc" class="item"><strong>nc</strong></a></strong></dt>
-
-<dd>
-<p>nc [-iN] [-wN] [-l] [-p PORT] [-f FILE|IPADDR PORT] [-e PROG]</p>
-</dd>
-<dt><strong><a name="netstat" class="item"><strong>netstat</strong></a></strong></dt>
-
-<dd>
-<p>netstat [-ral] [-tuwx] [-en]</p>
-</dd>
-<dt><strong><a name="nohup" class="item"><strong>nohup</strong></a></strong></dt>
-
-<dd>
-<p>nohup PROG ARGS</p>
-</dd>
-<dt><strong><a name="nslookup" class="item"><strong>nslookup</strong></a></strong></dt>
-
-<dd>
-<p>nslookup [HOST] [SERVER]</p>
-</dd>
-<dt><strong><a name="pidof" class="item"><strong>pidof</strong></a></strong></dt>
-
-<dd>
-<p>pidof [OPTIONS] [NAME]...</p>
-</dd>
-<dt><strong><a name="ping" class="item"><strong>ping</strong></a></strong></dt>
-
-<dd>
-<p>ping [OPTIONS] HOST</p>
-</dd>
-<dt><strong><a name="ping6" class="item"><strong>ping6</strong></a></strong></dt>
-
-<dd>
-<p>ping6 [OPTIONS] HOST</p>
-</dd>
-<dt><strong><a name="pivot_root" class="item"><strong>pivot_root</strong></a></strong></dt>
-
-<dd>
-<p>pivot_root NEW_ROOT PUT_OLD</p>
-</dd>
-<dt><strong><a name="poweroff" class="item"><strong>poweroff</strong></a></strong></dt>
-
-<dd>
-<p>poweroff [-d DELAY] [-n] [-f]</p>
-</dd>
-<dt><strong><a name="printf" class="item"><strong>printf</strong></a></strong></dt>
-
-<dd>
-<p>printf FORMAT [ARGUMENT]...</p>
-</dd>
-<dt><strong><a name="ps" class="item"><strong>ps</strong></a></strong></dt>
-
-<dd>
-<p>ps</p>
-</dd>
-<dt><strong><a name="pwd" class="item"><strong>pwd</strong></a></strong></dt>
-
-<dd>
-<p>pwd</p>
-</dd>
-<dt><strong><a name="reboot" class="item"><strong>reboot</strong></a></strong></dt>
-
-<dd>
-<p>reboot [-d DELAY] [-n] [-f]</p>
-</dd>
-<dt><strong><a name="reset" class="item"><strong>reset</strong></a></strong></dt>
-
-<dd>
-<p>reset</p>
-</dd>
-<dt><strong><a name="rm" class="item"><strong>rm</strong></a></strong></dt>
-
-<dd>
-<p>rm [-irf] FILE...</p>
-</dd>
-<dt><strong><a name="rmdir" class="item"><strong>rmdir</strong></a></strong></dt>
-
-<dd>
-<p>rmdir [OPTIONS] DIRECTORY...</p>
-</dd>
-<dt><strong><a name="rmmod" class="item"><strong>rmmod</strong></a></strong></dt>
-
-<dd>
-<p>rmmod [-wfa] [MODULE]...</p>
-</dd>
-<dt><strong><a name="route" class="item"><strong>route</strong></a></strong></dt>
-
-<dd>
-<p>route [{add|del|delete}]</p>
-</dd>
-<dt><strong><a name="run_parts" class="item"><strong>run-parts</strong></a></strong></dt>
-
-<dd>
-<p>run-parts [-t] [-a ARG] [-u MASK] DIRECTORY</p>
-</dd>
-<dt><strong><a name="rx" class="item"><strong>rx</strong></a></strong></dt>
-
-<dd>
-<p>rx FILE</p>
-</dd>
-<dt><strong><a name="sed" class="item"><strong>sed</strong></a></strong></dt>
-
-<dd>
-<p>sed [-efinr] SED_CMD [FILE]...</p>
-</dd>
-<dt><strong><a name="sendmail" class="item"><strong>sendmail</strong></a></strong></dt>
-
-<dd>
-<p>sendmail [OPTIONS] [RECIPIENT_EMAIL]...</p>
-</dd>
-<dt><strong><a name="sh" class="item"><strong>sh</strong></a></strong></dt>
-
-<dd>
-<p>sh [-/+OPTIONS] [-/+o OPT]... [-c 'SCRIPT' [ARG0 [ARGS]] / FILE [ARGS]]</p>
-</dd>
-<dt><strong><a name="sleep" class="item"><strong>sleep</strong></a></strong></dt>
-
-<dd>
-<p>sleep [N]...</p>
-</dd>
-<dt><strong><a name="sort" class="item"><strong>sort</strong></a></strong></dt>
-
-<dd>
-<p>sort [-nrugMcszbdfimSTokt] [-o FILE] [-k start[.offset][opts][,end[.offset][opts]] [-t CHAR] [FILE]...</p>
-</dd>
-<dt><strong><a name="strings" class="item"><strong>strings</strong></a></strong></dt>
-
-<dd>
-<p>strings [-afo] [-n LEN] [FILE]...</p>
-</dd>
-<dt><strong><a name="stty" class="item"><strong>stty</strong></a></strong></dt>
-
-<dd>
-<p>stty [-a|g] [-F DEVICE] [SETTING]...</p>
-</dd>
-<dt><strong><a name="sync" class="item"><strong>sync</strong></a></strong></dt>
-
-<dd>
-<p>sync</p>
-</dd>
-<dt><strong><a name="syslogd" class="item"><strong>syslogd</strong></a></strong></dt>
-
-<dd>
-<p>syslogd [OPTIONS]</p>
-</dd>
-<dt><strong><a name="tail" class="item"><strong>tail</strong></a></strong></dt>
-
-<dd>
-<p>tail [OPTIONS] [FILE]...</p>
-</dd>
-<dt><strong><a name="tar" class="item"><strong>tar</strong></a></strong></dt>
-
-<dd>
-<p>tar -[cxtzhvO] [-f TARFILE] [-C DIR] [FILE]...</p>
-</dd>
-<dt><strong><a name="tee" class="item"><strong>tee</strong></a></strong></dt>
-
-<dd>
-<p>tee [-ai] [FILE]...</p>
-</dd>
-<dt><strong><a name="telnet" class="item"><strong>telnet</strong></a></strong></dt>
-
-<dd>
-<p>telnet [-a] [-l USER] HOST [PORT]</p>
-</dd>
-<dt><strong><a name="telnetd" class="item"><strong>telnetd</strong></a></strong></dt>
-
-<dd>
-<p>telnetd [OPTIONS]</p>
-</dd>
-<dt><strong><a name="test" class="item"><strong>test</strong></a></strong></dt>
-
-<dd>
-<p>test EXPRESSION ]</p>
-</dd>
-<dt><strong><a name="time" class="item"><strong>time</strong></a></strong></dt>
-
-<dd>
-<p>time [-v] PROG ARGS</p>
-</dd>
-<dt><strong><a name="top" class="item"><strong>top</strong></a></strong></dt>
-
-<dd>
-<p>top [-b] [-nCOUNT] [-dSECONDS] [-m]</p>
-</dd>
-<dt><strong><a name="touch" class="item"><strong>touch</strong></a></strong></dt>
-
-<dd>
-<p>touch [-c] FILE [FILE]...</p>
-</dd>
-<dt><strong><a name="tr" class="item"><strong>tr</strong></a></strong></dt>
-
-<dd>
-<p>tr [-cds] STRING1 [STRING2]</p>
-</dd>
-<dt><strong><a name="traceroute" class="item"><strong>traceroute</strong></a></strong></dt>
-
-<dd>
-<p><table cellspacing="0" cellpadding="0"><tr><td>traceroute [-46FIldnrv] [-f 1ST_TTL] [-m MAXTTL] [-p PORT] [-q PROBES]
-<tr><td><td>[-s SRC_IP] [-t TOS] [-w WAIT_SEC] [-g GATEWAY] [-i IFACE]
-<tr><td><td>[-z PAUSE_MSEC] HOST [BYTES]</table></p>
-</dd>
-<dt><strong><a name="traceroute6" class="item"><strong>traceroute6</strong></a></strong></dt>
-
-<dd>
-<p><table cellspacing="0" cellpadding="0"><tr><td>traceroute6 [-dnrv] [-m MAXTTL] [-p PORT] [-q PROBES]
-<tr><td><td>[-s SRC_IP] [-t TOS] [-w WAIT_SEC] [-i IFACE]
-<tr><td><td>HOST [BYTES]</table></p>
-</dd>
-<dt><strong><a name="true" class="item"><strong>true</strong></a></strong></dt>
-
-<dd>
-<p>true</p>
-</dd>
-<dt><strong><a name="tty" class="item"><strong>tty</strong></a></strong></dt>
-
-<dd>
-<p>tty</p>
-</dd>
-<dt><strong><a name="umount" class="item"><strong>umount</strong></a></strong></dt>
-
-<dd>
-<p>umount [OPTIONS] FILESYSTEM|DIRECTORY</p>
-</dd>
-<dt><strong><a name="uname" class="item"><strong>uname</strong></a></strong></dt>
-
-<dd>
-<p>uname [-amnrspv]</p>
-</dd>
-<dt><strong><a name="uniq" class="item"><strong>uniq</strong></a></strong></dt>
-
-<dd>
-<p>uniq [-cdu][-f,s,w N] [INPUT [OUTPUT]]</p>
-</dd>
-<dt><strong><a name="uptime" class="item"><strong>uptime</strong></a></strong></dt>
-
-<dd>
-<p>uptime</p>
-</dd>
-<dt><strong><a name="usleep" class="item"><strong>usleep</strong></a></strong></dt>
-
-<dd>
-<p>usleep N</p>
-</dd>
-<dt><strong><a name="uudecode" class="item"><strong>uudecode</strong></a></strong></dt>
-
-<dd>
-<p>uudecode [-o OUTFILE] [INFILE]</p>
-</dd>
-<dt><strong><a name="uuencode" class="item"><strong>uuencode</strong></a></strong></dt>
-
-<dd>
-<p>uuencode [-m] [INFILE] STORED_FILENAME</p>
-</dd>
-<dt><strong><a name="vconfig" class="item"><strong>vconfig</strong></a></strong></dt>
-
-<dd>
-<p>vconfig COMMAND [OPTIONS]</p>
-</dd>
-<dt><strong><a name="vi" class="item"><strong>vi</strong></a></strong></dt>
-
-<dd>
-<p>vi [OPTIONS] [FILE]...</p>
-</dd>
-<dt><strong><a name="watch" class="item"><strong>watch</strong></a></strong></dt>
-
-<dd>
-<p>watch [-n SEC] [-t] PROG ARGS</p>
-</dd>
-<dt><strong><a name="wc" class="item"><strong>wc</strong></a></strong></dt>
-
-<dd>
-<p>wc [-clwL] [FILE]...</p>
-</dd>
-<dt><strong><a name="wget" class="item"><strong>wget</strong></a></strong></dt>
-
-<dd>
-<p>wget [-csq] [-O FILE] [-Y on/off] [-P DIR] [-U AGENT] URL...</p>
-</dd>
-<dt><strong><a name="which" class="item"><strong>which</strong></a></strong></dt>
-
-<dd>
-<p>which [COMMAND]...</p>
-</dd>
-<dt><strong><a name="whoami" class="item"><strong>whoami</strong></a></strong></dt>
-
-<dd>
-<p>whoami</p>
-</dd>
-<dt><strong><a name="xargs" class="item"><strong>xargs</strong></a></strong></dt>
-
-<dd>
-<p>xargs [OPTIONS] [PROG ARGS]</p>
-</dd>
-<dt><strong><a name="yes" class="item"><strong>yes</strong></a></strong></dt>
-
-<dd>
-<p>yes [STRING]</p>
-</dd>
-<dt><strong><a name="zcat" class="item"><strong>zcat</strong></a></strong></dt>
-
-<dd>
-<p>zcat FILE</p>
-</dd>
-</dl>
-<p>
-</p>
-<hr />
-<h1><a name="libc_nss">LIBC NSS</a></h1>
-<p>GNU Libc (glibc) uses the Name Service Switch (NSS) to configure the behavior
-of the C library for the local environment, and to configure how it reads
-system data, such as passwords and group information.  This is implemented
-using an /etc/nsswitch.conf configuration file, and using one or more of the
-/lib/libnss_* libraries.  BusyBox tries to avoid using any libc calls that make
-use of NSS.  Some applets however, such as login and su, will use libc functions
-that require NSS.</p>
-<p>If you enable CONFIG_USE_BB_PWD_GRP, BusyBox will use internal functions to
-directly access the /etc/passwd, /etc/group, and /etc/shadow files without
-using NSS.  This may allow you to run your system without the need for
-installing any of the NSS configuration files and libraries.</p>
-<p>When used with glibc, the BusyBox 'networking' applets will similarly require
-that you install at least some of the glibc NSS stuff (in particular,
-/etc/nsswitch.conf, /lib/libnss_dns*, /lib/libnss_files*, and /lib/libresolv*).</p>
-<p>Shameless Plug: As an alternative, one could use a C library such as uClibc.  In
-addition to making your system significantly smaller, uClibc does not require the
-use of any NSS support files or libraries.</p>
-<p>
-</p>
-<hr />
-<h1><a name="maintainer">MAINTAINER</a></h1>
-<p>Denis Vlasenko &lt;<a href="mailto:vda.linux@googlemail.com">vda.linux@googlemail.com</a>&gt;</p>
-<p>
-</p>
-<hr />
-<h1><a name="authors">AUTHORS</a></h1>
-<p>The following people have contributed code to BusyBox whether they know it or
-not.  If you have written code included in BusyBox, you should probably be
-listed here so you can obtain your bit of eternal glory.  If you should be
-listed here, or the description of what you have done needs more detail, or is
-incorrect, please send in an update.</p>
-<br><p>Emanuele Aina &lt;<a href="mailto:emanuele.aina@tiscali.it">emanuele.aina@tiscali.it</a>&gt;
-    run-parts</p>
-<br><p>Erik Andersen &lt;<a href="mailto:andersen@codepoet.org">andersen@codepoet.org</a>&gt;</p>
-<pre>
-    Tons of new stuff, major rewrite of most of the
-    core apps, tons of new apps as noted in header files.
-    Lots of tedious effort writing these boring docs that
-    nobody is going to actually read.</pre>
-<br><p>Laurence Anderson &lt;<a href="mailto:l.d.anderson@warwick.ac.uk">l.d.anderson@warwick.ac.uk</a>&gt;</p>
-<pre>
-    rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm</pre>
-<br><p>Jeff Angielski &lt;<a href="mailto:jeff@theptrgroup.com">jeff@theptrgroup.com</a>&gt;</p>
-<pre>
-    ftpput, ftpget</pre>
-<br><p>Edward Betts &lt;<a href="mailto:edward@debian.org">edward@debian.org</a>&gt;</p>
-<pre>
-    expr, hostid, logname, whoami</pre>
-<br><p>John Beppu &lt;<a href="mailto:beppu@codepoet.org">beppu@codepoet.org</a>&gt;</p>
-<pre>
-    du, nslookup, sort</pre>
-<br><p>Brian Candler &lt;<a href="mailto:B.Candler@pobox.com">B.Candler@pobox.com</a>&gt;</p>
-<pre>
-    tiny-ls(ls)</pre>
-<br><p>Randolph Chung &lt;<a href="mailto:tausq@debian.org">tausq@debian.org</a>&gt;</p>
-<pre>
-    fbset, ping, hostname</pre>
-<br><p>Dave Cinege &lt;<a href="mailto:dcinege@psychosis.com">dcinege@psychosis.com</a>&gt;</p>
-<pre>
-    more(v2), makedevs, dutmp, modularization, auto links file,
-    various fixes, Linux Router Project maintenance</pre>
-<br><p>Jordan Crouse &lt;<a href="mailto:jordan@cosmicpenguin.net">jordan@cosmicpenguin.net</a>&gt;</p>
-<pre>
-    ipcalc</pre>
-<br><p>Magnus Damm &lt;<a href="mailto:damm@opensource.se">damm@opensource.se</a>&gt;</p>
-<pre>
-    tftp client insmod powerpc support</pre>
-<br><p>Larry Doolittle &lt;<a href="mailto:ldoolitt@recycle.lbl.gov">ldoolitt@recycle.lbl.gov</a>&gt;</p>
-<pre>
-    pristine source directory compilation, lots of patches and fixes.</pre>
-<br><p>Glenn Engel &lt;<a href="mailto:glenne@engel.org">glenne@engel.org</a>&gt;</p>
-<pre>
-    httpd</pre>
-<br><p>Gennady Feldman &lt;<a href="mailto:gfeldman@gena01.com">gfeldman@gena01.com</a>&gt;</p>
-<pre>
-    Sysklogd (single threaded syslogd, IPC Circular buffer support,
-    logread), various fixes.</pre>
-<br><p>Karl M. Hegbloom &lt;<a href="mailto:karlheg@debian.org">karlheg@debian.org</a>&gt;</p>
-<pre>
-    cp_mv.c, the test suite, various fixes to utility.c, &amp;c.</pre>
-<br><p>Daniel Jacobowitz &lt;<a href="mailto:dan@debian.org">dan@debian.org</a>&gt;</p>
-<pre>
-    mktemp.c</pre>
-<br><p>Matt Kraai &lt;<a href="mailto:kraai@alumni.cmu.edu">kraai@alumni.cmu.edu</a>&gt;</p>
-<pre>
-    documentation, bugfixes, test suite</pre>
-<br><p>Stephan Linz &lt;<a href="mailto:linz@li-pro.net">linz@li-pro.net</a>&gt;</p>
-<pre>
-    ipcalc, Red Hat equivalence</pre>
-<br><p>John Lombardo &lt;<a href="mailto:john@deltanet.com">john@deltanet.com</a>&gt;</p>
-<pre>
-    tr</pre>
-<br><p>Glenn McGrath &lt;<a href="mailto:bug1@iinet.net.au">bug1@iinet.net.au</a>&gt;</p>
-<pre>
-    Common unarchiving code and unarchiving applets, ifupdown, ftpgetput,
-    nameif, sed, patch, fold, install, uudecode.
-    Various bugfixes, review and apply numerous patches.</pre>
-<br><p>Manuel Novoa III &lt;<a href="mailto:mjn3@codepoet.org">mjn3@codepoet.org</a>&gt;</p>
-<pre>
-    cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes,
-    mesg, vconfig, make_directory, parse_mode, dirname, mode_string,
-    get_last_path_component, simplify_path, and a number trivial libbb routines</pre>
-<pre>
-    also bug fixes, partial rewrites, and size optimizations in
-    ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir,
-    mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable,
-    interface, dutmp, ifconfig, route</pre>
-<br><p>Vladimir Oleynik &lt;<a href="mailto:dzo@simtreas.ru">dzo@simtreas.ru</a>&gt;</p>
-<pre>
-    cmdedit; xargs(current), httpd(current);
-    ports: ash, crond, fdisk, inetd, stty, traceroute, top;
-    locale, various fixes
-    and irreconcilable critic of everything not perfect.</pre>
-<br><p>Bruce Perens &lt;<a href="mailto:bruce@pixar.com">bruce@pixar.com</a>&gt;</p>
-<pre>
-    Original author of BusyBox in 1995, 1996. Some of his code can
-    still be found hiding here and there...</pre>
-<br><p>Tim Riker &lt;<a href="mailto:Tim@Rikers.org">Tim@Rikers.org</a>&gt;</p>
-<pre>
-    bug fixes, member of fan club</pre>
-<br><p>Kent Robotti &lt;<a href="mailto:robotti@metconnect.com">robotti@metconnect.com</a>&gt;</p>
-<pre>
-    reset, tons and tons of bug reports and patches.</pre>
-<br><p>Chip Rosenthal &lt;<a href="mailto:chip@unicom.com">chip@unicom.com</a>&gt;, &lt;<a href="mailto:crosenth@covad.com">crosenth@covad.com</a>&gt;</p>
-<pre>
-    wget - Contributed by permission of Covad Communications</pre>
-<br><p>Pavel Roskin &lt;<a href="mailto:proski@gnu.org">proski@gnu.org</a>&gt;</p>
-<pre>
-    Lots of bugs fixes and patches.</pre>
-<br><p>Gyepi Sam &lt;<a href="mailto:gyepi@praxis-sw.com">gyepi@praxis-sw.com</a>&gt;</p>
-<pre>
-    Remote logging feature for syslogd</pre>
-<br><p>Linus Torvalds &lt;<a href="mailto:torvalds@transmeta.com">torvalds@transmeta.com</a>&gt;</p>
-<pre>
-    mkswap, fsck.minix, mkfs.minix</pre>
-<br><p>Mark Whitley &lt;<a href="mailto:markw@codepoet.org">markw@codepoet.org</a>&gt;</p>
-<pre>
-    grep, sed, cut, xargs(previous),
-    style-guide, new-applet-HOWTO, bug fixes, etc.</pre>
-<br><p>Charles P. Wright &lt;<a href="mailto:cpwright@villagenet.com">cpwright@villagenet.com</a>&gt;</p>
-<pre>
-    gzip, mini-netcat(nc)</pre>
-<br><p>Enrique Zanardi &lt;<a href="mailto:ezanardi@ull.es">ezanardi@ull.es</a>&gt;</p>
-<pre>
-    tarcat (since removed), loadkmap, various fixes, Debian maintenance</pre>
-<br><p>Tito Ragusa &lt;<a href="mailto:farmatito@tiscali.it">farmatito@tiscali.it</a>&gt;</p>
-<pre>
-    devfsd and size optimizations in strings, openvt and deallocvt.</pre>
-<br><p>Paul Fox &lt;<a href="mailto:pgf@foxharp.boston.ma.us">pgf@foxharp.boston.ma.us</a>&gt;</p>
-<pre>
-    vi editing mode for ash, various other patches/fixes</pre>
-<br><p>Roberto A. Foglietta &lt;<a href="mailto:me@roberto.foglietta.name">me@roberto.foglietta.name</a>&gt;</p>
-<pre>
-    port: dnsd</pre>
-<br><p>Bernhard Reutner-Fischer &lt;<a href="mailto:rep.dot.nop@gmail.com">rep.dot.nop@gmail.com</a>&gt;</p>
-<pre>
-    misc</pre>
-<br><p>Mike Frysinger &lt;<a href="mailto:vapier@gentoo.org">vapier@gentoo.org</a>&gt;</p>
-<pre>
-    initial e2fsprogs, printenv, setarch, sum, misc</pre>
-<br><p>Jie Zhang &lt;<a href="mailto:jie.zhang@analog.com">jie.zhang@analog.com</a>&gt;</p>
-<pre>
-    fixed two bugs in msh and hush (exitcode of killed processes)</pre>
-
-</body>
-
-</html>
