aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 01:06:30 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-01-03 01:06:30 +0000
commitfa0443216dee3ea313ea05187a4535b48edf7c2a (patch)
treeed6a2ed99459fc95219f893a14db1f623bcfeb88
parent47b005217e4fcf24cc0fb55a8cd06ec5d3784e62 (diff)
downloadbusybox-w32-fa0443216dee3ea313ea05187a4535b48edf7c2a.tar.gz
busybox-w32-fa0443216dee3ea313ea05187a4535b48edf7c2a.tar.bz2
busybox-w32-fa0443216dee3ea313ea05187a4535b48edf7c2a.zip
Add dpkg-deb documentation
-rw-r--r--docs/busybox.pod48
-rw-r--r--docs/busybox.sgml42
2 files changed, 77 insertions, 13 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index ccd8734cf..30f71e4f4 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -56,16 +56,16 @@ terse runtime description of their behavior.
56Currently defined functions include: 56Currently defined functions include:
57 57
58ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date, dc, 58ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date, dc,
59dd, deallocvt, df, dirname, dmesg, dos2unix, du, dumpkmap, dutmp, echo, false, 59dd, deallocvt, df, dirname, dmesg, dos2unix, dpkg-deb, du, dumpkmap, dutmp,
60fbset, fdflush, find, free, freeramdisk, fsck.minix, getopt, grep, gunzip, 60echo, false, fbset, fdflush, find, free, freeramdisk, fsck.minix, getopt, grep,
61gzip, halt, head, hostid, hostname, id, init, insmod, kill, killall, length, 61gunzip, gzip, halt, head, hostid, hostname, id, init, insmod, kill, killall,
62ln, loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, 62length, ln, loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs,
63mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, nslookup, 63mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc,
64ping, poweroff, printf, ps, pwd, rdate, reboot, renice, reset, rm, rmdir, 64nslookup, ping, poweroff, printf, ps, pwd, rdate, reboot, renice, reset, rm,
65rmmod, sed, setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, 65rmdir, rmmod, sed, setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd,
66tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, unix2dos, 66tail, tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq,
67unrpm, update, uptime, usleep, uudecode, uuencode, wc, which, whoami, xargs, 67unix2dos, unrpm, update, uptime, usleep, uudecode, uuencode, wc, which, whoami,
68yes, zcat, [ 68xargs, yes, zcat, [
69 69
70------------------------------- 70-------------------------------
71 71
@@ -421,6 +421,32 @@ Converts a text file from dos format to unix format.
421 421
422------------------------------- 422-------------------------------
423 423
424=item dpkg-deb
425
426Usage: dpkg-deb [-cexX] archive-file [directory]
427
428Debian package archive (.deb) manipulation tool
429
430Options:
431
432 -c Lists the contents of the filesystem tree archive
433 portion of the package archive.
434
435 -e Extracts the control information files from a package
436 archive into the specified directory.
437
438 -x Silently extracts the filesystem tree from a package
439 archive into the specified directory.
440
441 -X Extracts the filesystem tree from a package archive
442 into the specified directory, list files as it goes.
443
444Example:
445
446 dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp
447
448-------------------------------
449
424=item du 450=item du
425 451
426Usage: du [OPTION]... [FILE]... 452Usage: du [OPTION]... [FILE]...
@@ -2294,4 +2320,4 @@ Enrique Zanardi <ezanardi@ull.es>
2294 2320
2295=cut 2321=cut
2296 2322
2297# $Id: busybox.pod,v 1.85 2001/01/02 22:54:12 kraai Exp $ 2323# $Id: busybox.pod,v 1.86 2001/01/03 01:06:30 bug1 Exp $
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index 62ef4e325..52850b494 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -137,8 +137,8 @@
137 137
138 <para> 138 <para>
139 ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear, 139 ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear,
140 cp, cut, date, dc, dd, deallocvt, df, dirname, dmesg, du, 140 cp, cut, date, dc, dd, deallocvt, df, dirname, dmesg, dpkg-deb,
141 dumpkmap, dutmp, echo, false, fbset, fdflush, find, free, 141 du, dumpkmap, dutmp, echo, false, fbset, fdflush, find, free,
142 freeramdisk, fsck.minix, grep, gunzip, gzip, halt, head, 142 freeramdisk, fsck.minix, grep, gunzip, gzip, halt, head,
143 hostid, hostname, id, init, insmod, kill, killall, length, ln, 143 hostid, hostname, id, init, insmod, kill, killall, length, ln,
144 loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, 144 loadacm, loadfont, loadkmap, logger, logname, ls, lsmod,
@@ -758,6 +758,44 @@
758 758
759 </sect1> 759 </sect1>
760 760
761 <sect1 id="dpkg-deb">
762 <title>dpkg-deb</title>
763
764 <para>
765 Usage: dpkg-deb [OPTION] archive [directory]
766 </para>
767
768 <para>
769 Debian package archive (.deb) manipulation tool
770 </para>
771
772 <para>
773 Options:
774 </para>
775
776 <para>
777 <screen>
778 -c List the contents of the filesystem tree archive portion of the package
779 -e Extracts the control information files from a package archive into the specified directory.
780 If no directory is specified then a subdirectory DEBIAN in the current directory is used.
781 -x Silently extracts the filesystem tree from a package archive into the specified directory.
782 -X Extracts the filesystem tree from a package archive into the specified directory, listing the files as it goes.
783 If required the specified directory (but not its parents) will be created.
784 </screen>
785 <para>
786
787 <para>
788 Example:
789 </para>
790
791 <para>
792 <screen>
793 dpkg-deb -e ./busybox_0.48-1_i386.deb
794 dpkg-deb -x ./busybox_0.48-1_i386.deb ./unpack_dir
795 </screen>
796 </para>
797 </sect1>
798
761 <sect1 id="du"> 799 <sect1 id="du">
762 <title>du</title> 800 <title>du</title>
763 801