aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-02 03:21:42 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-02 03:21:42 +0000
commit86ab8a32bd63b2f2a73bdcead8e2bb037589e175 (patch)
tree10aa90962757d07724c78e4fc9baaa27ca7b4858 /docs
parent4062268bc7ac748e2ea2e569aa862b2b3f8a2db2 (diff)
downloadbusybox-w32-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.tar.gz
busybox-w32-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.tar.bz2
busybox-w32-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.zip
A number of additional fixed from Pavel Roskin, note some more bugs in the
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/BusyBox.html30
-rw-r--r--docs/busybox.pod26
2 files changed, 51 insertions, 5 deletions
diff --git a/docs/busybox.net/BusyBox.html b/docs/busybox.net/BusyBox.html
index 0741c013b..86c819198 100644
--- a/docs/busybox.net/BusyBox.html
+++ b/docs/busybox.net/BusyBox.html
@@ -100,8 +100,8 @@ Most BusyBox commands support the <STRONG>--help</STRONG> option to provide a te
100Currently defined functions include: 100Currently defined functions include:
101 101
102<P> 102<P>
103basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date, dd, 103ar, basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date,
104df, dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free, 104dd, df, dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free,
105freeramdisk, deallocvt, fsck.minix, grep, gunzip, gzip, halt, head, hostid, 105freeramdisk, deallocvt, fsck.minix, grep, gunzip, gzip, halt, head, hostid,
106hostname, id, init, kill, killall, length, ln, loadacm, loadfont, loadkmap, 106hostname, id, init, kill, killall, length, ln, loadacm, loadfont, loadkmap,
107logger, logname, ls, lsmod, makedevs, math, mkdir, mkfifo, mkfs.minix, 107logger, logname, ls, lsmod, makedevs, math, mkdir, mkfifo, mkfs.minix,
@@ -115,6 +115,26 @@ yes, zcat, [
115------------------------------- 115-------------------------------
116 116
117<DL> 117<DL>
118<DT><STRONG><A NAME="item_ar">ar</A></STRONG><DD>
119<P>
120Usage: ar [optxvV] archive [filenames]
121
122<P>
123Extract or list files from an ar archive.
124
125<P>
126Options:
127
128<P>
129<PRE> o preserve original dates
130 p extract to stdout
131 t list
132 x extract
133 v verbosely list files processed
134</PRE>
135<P>
136-------------------------------
137
118<DT><STRONG><A NAME="item_basename">basename</A></STRONG><DD> 138<DT><STRONG><A NAME="item_basename">basename</A></STRONG><DD>
119<P> 139<P>
120Usage: basename FILE [SUFFIX] 140Usage: basename FILE [SUFFIX]
@@ -2433,6 +2453,12 @@ HREF="mailto:john@deltanet.com">john@deltanet.com</A>&gt;
2433<br> 2453<br>
2434 2454
2435<P> 2455<P>
2456Glenn McGrath &lt;<A
2457HREF="mailto:bug1@netconnect.com.au">bug1@netconnect.com.au</A>&gt;
2458
2459<br>
2460
2461<P>
2436Bruce Perens &lt;<A HREF="mailto:bruce@perens.com">bruce@perens.com</A>&gt; 2462Bruce Perens &lt;<A HREF="mailto:bruce@perens.com">bruce@perens.com</A>&gt;
2437 2463
2438<br> 2464<br>
diff --git a/docs/busybox.pod b/docs/busybox.pod
index e8b5a9ed9..5b9205b60 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -55,8 +55,8 @@ terse runtime description of their behavior.
55 55
56Currently defined functions include: 56Currently defined functions include:
57 57
58basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date, dd, df, 58ar, basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date, dd,
59dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free, 59df, dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free,
60freeramdisk, deallocvt, fsck.minix, grep, gunzip, gzip, halt, head, hostid, 60freeramdisk, deallocvt, fsck.minix, grep, gunzip, gzip, halt, head, hostid,
61hostname, id, init, kill, killall, length, ln, loadacm, loadfont, loadkmap, 61hostname, id, init, kill, killall, length, ln, loadacm, loadfont, loadkmap,
62logger, logname, ls, lsmod, makedevs, math, mkdir, mkfifo, mkfs.minix, mknod, 62logger, logname, ls, lsmod, makedevs, math, mkdir, mkfifo, mkfs.minix, mknod,
@@ -69,6 +69,22 @@ uname, uniq, update, uptime, usleep, wc, whoami, yes, zcat, [
69 69
70=over 4 70=over 4
71 71
72=item ar
73
74Usage: ar [optxvV] archive [filenames]
75
76Extract or list files from an ar archive.
77
78Options:
79
80 o preserve original dates
81 p extract to stdout
82 t list
83 x extract
84 v verbosely list files processed
85
86-------------------------------
87
72=item basename 88=item basename
73 89
74Usage: basename FILE [SUFFIX] 90Usage: basename FILE [SUFFIX]
@@ -1904,6 +1920,10 @@ John Lombardo <john@deltanet.com>
1904 1920
1905=for html <br> 1921=for html <br>
1906 1922
1923Glenn McGrath <bug1@netconnect.com.au>
1924
1925=for html <br>
1926
1907Bruce Perens <bruce@perens.com> 1927Bruce Perens <bruce@perens.com>
1908 1928
1909=for html <br> 1929=for html <br>
@@ -1926,4 +1946,4 @@ Enrique Zanardi <ezanardi@ull.es>
1926 1946
1927=cut 1947=cut
1928 1948
1929# $Id: busybox.pod,v 1.32 2000/06/02 03:30:50 andersen Exp $ 1949# $Id: busybox.pod,v 1.33 2000/06/02 03:21:37 andersen Exp $