diff options
Diffstat (limited to 'docs/busybox.sgml')
-rw-r--r-- | docs/busybox.sgml | 42 |
1 files changed, 40 insertions, 2 deletions
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 | ||