Ignore:
Timestamp:
09/18/11 21:42:32 (20 months ago)
Author:
BrainSlayer
Message:

orphan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/busybox/docs/BusyBox.txt

    r17633 r17636  
    8181            dirname, dmesg, dnsdomainname, du, echo, egrep, env, expr, false, 
    8282            fgrep, find, free, ftpget, ftpput, getopt, grep, gunzip, gzip, halt, 
    83             head, hexdump, hostname, id, ifconfig, ifdown, ifup, insmod, 
     83            hdparm, head, hexdump, hostname, id, ifconfig, ifdown, ifup, insmod, 
    8484            install, kill, killall, klogd, less, ln, logger, login, logread, ls, 
    8585            lsmod, md5sum, mesg, mkdir, mke2fs, mkfifo, mkfs.ext2, more, mount, 
    86             mv, nameif, nc, netstat, nohup, nslookup, pidof, ping, pivot_root, 
    87             poweroff, printf, ps, pwd, reboot, reset, rm, rmdir, rmmod, route, 
    88             run-parts, rx, sed, sendmail, sh, sleep, sort, strings, stty, sync, 
    89             syslogd, tail, tar, tee, telnet, telnetd, test, time, top, touch, 
    90             tr, traceroute, true, tty, umount, uname, uniq, uptime, usleep, 
    91             uudecode, uuencode, vconfig, vi, watch, wc, wget, which, whoami, 
    92             xargs, yes, zcat 
     86            mv, nameif, nc, netstat, nohup, nslookup, pidof, ping, ping6, 
     87            pivot_root, poweroff, printf, ps, pwd, reboot, reset, rm, rmdir, 
     88            rmmod, route, run-parts, rx, sed, sendmail, sh, sleep, sort, 
     89            strings, stty, sync, syslogd, tail, tar, tee, telnet, telnetd, test, 
     90            time, top, touch, tr, traceroute, traceroute6, true, tty, umount, 
     91            uname, uniq, uptime, usleep, uudecode, uuencode, vconfig, vi, watch, 
     92            wc, wget, which, whoami, xargs, yes, zcat 
    9393 
    9494COMMAND DESCRIPTIONS 
     
    195195        halt [-d DELAY] [-n] [-f] 
    196196 
     197    hdparm 
     198        hdparm [OPTIONS] [DEVICE] 
     199 
    197200    head 
    198201        head [OPTIONS] [FILE]... 
     
    297300        ping [OPTIONS] HOST 
    298301 
     302    ping6 
     303        ping6 [OPTIONS] HOST 
     304 
    299305    pivot_root 
    300306        pivot_root NEW_ROOT PUT_OLD 
     
    386392 
    387393    traceroute 
    388         traceroute [-FIldnrv] [-f 1ST_TTL] [-m MAXTTL] [-p PORT] [-q PROBES] 
    389         [-s SRC_IP] [-t TOS] [-w WAIT_SEC] [-g GATEWAY] [-i IFACE] [-z 
    390         PAUSE_MSEC] HOST [BYTES] 
     394        traceroute [-46FIldnrv] [-f 1ST_TTL] [-m MAXTTL] [-p PORT] [-q 
     395        PROBES] [-s SRC_IP] [-t TOS] [-w WAIT_SEC] [-g GATEWAY] [-i IFACE] 
     396        [-z PAUSE_MSEC] HOST [BYTES] 
     397 
     398    traceroute6 
     399        traceroute6 [-dnrv] [-m MAXTTL] [-p PORT] [-q PROBES] [-s SRC_IP] 
     400        [-t TOS] [-w WAIT_SEC] [-i IFACE] HOST [BYTES] 
    391401 
    392402    true 
Note: See TracChangeset for help on using the changeset viewer.