diff options
author | Eric Andersen | 2000-06-02 03:21:42 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-02 03:21:42 +0000 |
commit | 86ab8a32bd63b2f2a73bdcead8e2bb037589e175 (patch) | |
tree | 10aa90962757d07724c78e4fc9baaa27ca7b4858 /docs | |
parent | 4062268bc7ac748e2ea2e569aa862b2b3f8a2db2 (diff) | |
download | busybox-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.zip busybox-86ab8a32bd63b2f2a73bdcead8e2bb037589e175.tar.gz |
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.html | 30 | ||||
-rw-r--r-- | docs/busybox.pod | 26 |
2 files changed, 51 insertions, 5 deletions
diff --git a/docs/busybox.net/BusyBox.html b/docs/busybox.net/BusyBox.html index 0741c01..86c8191 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 Currently defined functions include: <P> -basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date, dd, -df, dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free, +ar, basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date, +dd, df, dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free, freeramdisk, deallocvt, fsck.minix, grep, gunzip, gzip, halt, head, hostid, hostname, id, init, kill, killall, length, ln, loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, math, mkdir, mkfifo, mkfs.minix, @@ -115,6 +115,26 @@ yes, zcat, [ ------------------------------- <DL> +<DT><STRONG><A NAME="item_ar">ar</A></STRONG><DD> +<P> +Usage: ar [optxvV] archive [filenames] + +<P> +Extract or list files from an ar archive. + +<P> +Options: + +<P> +<PRE> o preserve original dates + p extract to stdout + t list + x extract + v verbosely list files processed +</PRE> +<P> +------------------------------- + <DT><STRONG><A NAME="item_basename">basename</A></STRONG><DD> <P> Usage: basename FILE [SUFFIX] @@ -2433,6 +2453,12 @@ HREF="mailto:john@deltanet.com">john@deltanet.com</A>> <br> <P> +Glenn McGrath <<A +HREF="mailto:bug1@netconnect.com.au">bug1@netconnect.com.au</A>> + +<br> + +<P> Bruce Perens <<A HREF="mailto:bruce@perens.com">bruce@perens.com</A>> <br> diff --git a/docs/busybox.pod b/docs/busybox.pod index e8b5a9e..5b9205b 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -55,8 +55,8 @@ terse runtime description of their behavior. Currently defined functions include: -basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date, dd, df, -dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free, +ar, basename, cat, chgrp, chmod, chown, chroot, clear, chvt, cp, cut, date, dd, +df, dirname, dmesg, du, dutmp, echo, false, fbset, fdflush, find, free, freeramdisk, deallocvt, fsck.minix, grep, gunzip, gzip, halt, head, hostid, hostname, id, init, kill, killall, length, ln, loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, math, mkdir, mkfifo, mkfs.minix, mknod, @@ -69,6 +69,22 @@ uname, uniq, update, uptime, usleep, wc, whoami, yes, zcat, [ =over 4 +=item ar + +Usage: ar [optxvV] archive [filenames] + +Extract or list files from an ar archive. + +Options: + + o preserve original dates + p extract to stdout + t list + x extract + v verbosely list files processed + +------------------------------- + =item basename Usage: basename FILE [SUFFIX] @@ -1904,6 +1920,10 @@ John Lombardo <john@deltanet.com> =for html <br> +Glenn McGrath <bug1@netconnect.com.au> + +=for html <br> + Bruce Perens <bruce@perens.com> =for html <br> @@ -1926,4 +1946,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.32 2000/06/02 03:30:50 andersen Exp $ +# $Id: busybox.pod,v 1.33 2000/06/02 03:21:37 andersen Exp $ |