diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:21:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-02 03:21:42 +0000 |
commit | 86ab8a32bd63b2f2a73bdcead8e2bb037589e175 (patch) | |
tree | 10aa90962757d07724c78e4fc9baaa27ca7b4858 /docs/busybox.net | |
parent | 4062268bc7ac748e2ea2e569aa862b2b3f8a2db2 (diff) | |
download | busybox-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/busybox.net')
-rw-r--r-- | docs/busybox.net/BusyBox.html | 30 |
1 files changed, 28 insertions, 2 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 | |||
100 | Currently defined functions include: | 100 | Currently defined functions include: |
101 | 101 | ||
102 | <P> | 102 | <P> |
103 | basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date, dd, | 103 | ar, basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date, |
104 | df, dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free, | 104 | dd, df, dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free, |
105 | freeramdisk, deallocvt, fsck.minix, grep, gunzip, gzip, halt, head, hostid, | 105 | freeramdisk, deallocvt, fsck.minix, grep, gunzip, gzip, halt, head, hostid, |
106 | hostname, id, init, kill, killall, length, ln, loadacm, loadfont, loadkmap, | 106 | hostname, id, init, kill, killall, length, ln, loadacm, loadfont, loadkmap, |
107 | logger, logname, ls, lsmod, makedevs, math, mkdir, mkfifo, mkfs.minix, | 107 | logger, 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> | ||
120 | Usage: ar [optxvV] archive [filenames] | ||
121 | |||
122 | <P> | ||
123 | Extract or list files from an ar archive. | ||
124 | |||
125 | <P> | ||
126 | Options: | ||
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> |
120 | Usage: basename FILE [SUFFIX] | 140 | Usage: basename FILE [SUFFIX] |
@@ -2433,6 +2453,12 @@ HREF="mailto:john@deltanet.com">john@deltanet.com</A>> | |||
2433 | <br> | 2453 | <br> |
2434 | 2454 | ||
2435 | <P> | 2455 | <P> |
2456 | Glenn McGrath <<A | ||
2457 | HREF="mailto:bug1@netconnect.com.au">bug1@netconnect.com.au</A>> | ||
2458 | |||
2459 | <br> | ||
2460 | |||
2461 | <P> | ||
2436 | Bruce Perens <<A HREF="mailto:bruce@perens.com">bruce@perens.com</A>> | 2462 | Bruce Perens <<A HREF="mailto:bruce@perens.com">bruce@perens.com</A>> |
2437 | 2463 | ||
2438 | <br> | 2464 | <br> |