From 86ab8a32bd63b2f2a73bdcead8e2bb037589e175 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 2 Jun 2000 03:21:42 +0000 Subject: 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 --- docs/busybox.net/BusyBox.html | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'docs/busybox.net/BusyBox.html') 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 --help option to provide a te 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, @@ -115,6 +115,26 @@ yes, zcat, [ -------------------------------

+
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
+
+

+------------------------------- +

basename

Usage: basename FILE [SUFFIX] @@ -2432,6 +2452,12 @@ HREF="mailto:john@deltanet.com">john@deltanet.com>
+

+Glenn McGrath <bug1@netconnect.com.au> + +
+

Bruce Perens <bruce@perens.com> -- cgit v1.2.3