aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/busybox.pod65
-rw-r--r--docs/busybox_header.pod26
2 files changed, 55 insertions, 36 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index e54ff8290..bb2c0c0c7 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -48,25 +48,25 @@ will also cause BusyBox to behave as 'ls'.
48 48
49=head1 COMMON OPTIONS 49=head1 COMMON OPTIONS
50 50
51Most BusyBox commands support the B<--help> option to provide a 51Most BusyBox commands support the B<-h> option to provide a
52terse runtime description of their behavior. 52terse runtime description of their behavior.
53 53
54=head1 COMMANDS 54=head1 COMMANDS
55 55
56Currently defined functions include: 56Currently defined functions include:
57 57
58ar, basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear, cmp, cp, 58adjtimex, ar, basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear,
59cut, date, dc, dd, deallocvt, df, dirname, dmesg, dos2unix, dpkg, dpkg-deb, du, 59cmp, cp, cut, date, dc, dd, deallocvt, df, dirname, dmesg, dos2unix, dpkg,
60dumpkmap, dutmp, echo, expr, false, fbset, fdflush, find, free, freeramdisk, 60dpkg-deb, du, dumpkmap, dutmp, echo, expr, false, fbset, fdflush, find, free,
61fsck.minix, getopt, grep, gunzip, gzip, halt, head, hostid, hostname, id, 61freeramdisk, fsck.minix, getopt, grep, gunzip, gzip, halt, head, hostid,
62ifconfig, init, insmod, kill, killall, klogd, length, ln, loadacm, loadfont, 62hostname, id, ifconfig, init, insmod, kill, killall, klogd, length, ln,
63loadkmap, logger, logname, ls, lsmod, makedevs, md5sum, mkdir, mkfifo, 63loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, md5sum,
64mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, nslookup, ping, 64mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
65pivot_root, poweroff, printf, ps, pwd, rdate, readlink, reboot, renice, reset, 65nslookup, ping, pivot_root, poweroff, printf, ps, pwd, rdate, readlink, reboot,
66rm, rmdir, rmmod, route, rpmunpack, sed, setkeycodes, sh, sleep, sort, stty, 66renice, reset, rm, rmdir, rmmod, route, rpmunpack, sed, setkeycodes, sh, sleep,
67swapoff, swapon, sync, syslogd, tail, tar, tee, telnet, test, tftp, touch, tr, 67sort, stty, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet, test, tftp,
68true, tty, umount, uname, uniq, unix2dos, update, uptime, usleep, uudecode, 68touch, tr, true, tty, umount, uname, uniq, unix2dos, update, uptime, usleep,
69uuencode, watchdog, wc, wget, which, whoami, xargs, yes, zcat, [ 69uudecode, uuencode, watchdog, wc, wget, which, whoami, xargs, yes, zcat, [
70 70
71=over 4 71=over 4
72 72
@@ -1127,7 +1127,7 @@ Prints out the length of the specified STRING.
1127 1127
1128Example: 1128Example:
1129 1129
1130 $ length "Hello" 1130 $ length Hello
1131 5 1131 5
1132 1132
1133------------------------------- 1133-------------------------------
@@ -1834,10 +1834,16 @@ Example:
1834 1834
1835=item B<sort> 1835=item B<sort>
1836 1836
1837sort [B<-n>] [B<-r>] [FILE]... 1837sort [B<-nru>] [FILE]...
1838 1838
1839Sorts lines of text in the specified files 1839Sorts lines of text in the specified files
1840 1840
1841Options:
1842
1843 -u suppress duplicate lines
1844 -r sort in reverse order
1845 -n sort numerics
1846
1841Example: 1847Example:
1842 1848
1843 $ echo -e "e\nf\nb\nd\nc\na" | sort 1849 $ echo -e "e\nf\nb\nd\nc\na" | sort
@@ -2310,7 +2316,7 @@ Example:
2310 2316
2311=item B<wget> 2317=item B<wget>
2312 2318
2313wget [B<-c>] [B<-O> file] url 2319wget [B<-c>] [B<-q>] [B<-O> file] url
2314 2320
2315wget retrieves files via HTTP or FTP 2321wget retrieves files via HTTP or FTP
2316 2322
@@ -2411,16 +2417,17 @@ Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
2411 2417
2412=for html <br> 2418=for html <br>
2413 2419
2414Edward Betts <edward@debian.org> 2420John Beppu <beppu@lineo.com>
2415 2421
2416 expr, hostid, logname, tty, wc, whoami, yes 2422 du, head, nslookup, sort, tee, uniq (so Kraai could rewrite them ;-),
2417 2423 documentation
2418=for html <br>
2419 2424
2420John Beppu <beppu@lineo.com> 2425=for html <br>
2421 2426
2422 du, head, nslookup, sort, tee, uniq 2427Edward Betts <edward@debian.org>
2423 2428
2429 expr, hostid, logname, tty, wc, whoami, yes
2430
2424=for html <br> 2431=for html <br>
2425 2432
2426Brian Candler <B.Candler@pobox.com> 2433Brian Candler <B.Candler@pobox.com>
@@ -2442,12 +2449,24 @@ Dave Cinege <dcinege@psychosis.com>
2442 2449
2443=for html <br> 2450=for html <br>
2444 2451
2452Larry Doolittle <ldoolitt@recycle.lbl.gov>
2453
2454 various fixes, shell rewrite
2455
2456=for html <br>
2457
2445Karl M. Hegbloom <karlheg@debian.org> 2458Karl M. Hegbloom <karlheg@debian.org>
2446 2459
2447 cp_mv.c, the test suite, various fixes to utility.c, &c. 2460 cp_mv.c, the test suite, various fixes to utility.c, &c.
2448 2461
2449=for html <br> 2462=for html <br>
2450 2463
2464Sterling Huxley <sterling@europa.com>
2465
2466 vi (!!!)
2467
2468=for html <br>
2469
2451Daniel Jacobowitz <dan@debian.org> 2470Daniel Jacobowitz <dan@debian.org>
2452 2471
2453 mktemp.c 2472 mktemp.c
@@ -2527,4 +2546,4 @@ Enrique Zanardi <ezanardi@ull.es>
2527 2546
2528=cut 2547=cut
2529 2548
2530# $Id: busybox.pod,v 1.101 2001/04/17 17:09:34 beppu Exp $ 2549# $Id: busybox.pod,v 1.102 2001/04/17 23:57:23 beppu Exp $
diff --git a/docs/busybox_header.pod b/docs/busybox_header.pod
index 1208afab3..5b64cd7d7 100644
--- a/docs/busybox_header.pod
+++ b/docs/busybox_header.pod
@@ -48,25 +48,25 @@ will also cause BusyBox to behave as 'ls'.
48 48
49=head1 COMMON OPTIONS 49=head1 COMMON OPTIONS
50 50
51Most BusyBox commands support the B<--help> option to provide a 51Most BusyBox commands support the B<-h> option to provide a
52terse runtime description of their behavior. 52terse runtime description of their behavior.
53 53
54=head1 COMMANDS 54=head1 COMMANDS
55 55
56Currently defined functions include: 56Currently defined functions include:
57 57
58ar, basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear, cmp, cp, 58adjtimex, ar, basename, busybox, cat, chgrp, chmod, chown, chroot, chvt, clear,
59cut, date, dc, dd, deallocvt, df, dirname, dmesg, dos2unix, dpkg, dpkg-deb, du, 59cmp, cp, cut, date, dc, dd, deallocvt, df, dirname, dmesg, dos2unix, dpkg,
60dumpkmap, dutmp, echo, expr, false, fbset, fdflush, find, free, freeramdisk, 60dpkg-deb, du, dumpkmap, dutmp, echo, expr, false, fbset, fdflush, find, free,
61fsck.minix, getopt, grep, gunzip, gzip, halt, head, hostid, hostname, id, 61freeramdisk, fsck.minix, getopt, grep, gunzip, gzip, halt, head, hostid,
62ifconfig, init, insmod, kill, killall, klogd, length, ln, loadacm, loadfont, 62hostname, id, ifconfig, init, insmod, kill, killall, klogd, length, ln,
63loadkmap, logger, logname, ls, lsmod, makedevs, md5sum, mkdir, mkfifo, 63loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, md5sum,
64mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, nslookup, ping, 64mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
65pivot_root, poweroff, printf, ps, pwd, rdate, readlink, reboot, renice, reset, 65nslookup, ping, pivot_root, poweroff, printf, ps, pwd, rdate, readlink, reboot,
66rm, rmdir, rmmod, route, rpmunpack, sed, setkeycodes, sh, sleep, sort, stty, 66renice, reset, rm, rmdir, rmmod, route, rpmunpack, sed, setkeycodes, sh, sleep,
67swapoff, swapon, sync, syslogd, tail, tar, tee, telnet, test, tftp, touch, tr, 67sort, stty, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet, test, tftp,
68true, tty, umount, uname, uniq, unix2dos, update, uptime, usleep, uudecode, 68touch, tr, true, tty, umount, uname, uniq, unix2dos, update, uptime, usleep,
69uuencode, watchdog, wc, wget, which, whoami, xargs, yes, zcat, [ 69uudecode, uuencode, watchdog, wc, wget, which, whoami, xargs, yes, zcat, [
70 70
71=over 4 71=over 4
72 72