aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r--docs/busybox.pod48
1 files changed, 37 insertions, 11 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 $