diff options
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r-- | docs/busybox.pod | 48 |
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. | |||
56 | Currently defined functions include: | 56 | Currently defined functions include: |
57 | 57 | ||
58 | ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date, dc, | 58 | ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date, dc, |
59 | dd, deallocvt, df, dirname, dmesg, dos2unix, du, dumpkmap, dutmp, echo, false, | 59 | dd, deallocvt, df, dirname, dmesg, dos2unix, dpkg-deb, du, dumpkmap, dutmp, |
60 | fbset, fdflush, find, free, freeramdisk, fsck.minix, getopt, grep, gunzip, | 60 | echo, false, fbset, fdflush, find, free, freeramdisk, fsck.minix, getopt, grep, |
61 | gzip, halt, head, hostid, hostname, id, init, insmod, kill, killall, length, | 61 | gunzip, gzip, halt, head, hostid, hostname, id, init, insmod, kill, killall, |
62 | ln, loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, | 62 | length, ln, loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, |
63 | mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, nslookup, | 63 | mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, |
64 | ping, poweroff, printf, ps, pwd, rdate, reboot, renice, reset, rm, rmdir, | 64 | nslookup, ping, poweroff, printf, ps, pwd, rdate, reboot, renice, reset, rm, |
65 | rmmod, sed, setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, | 65 | rmdir, rmmod, sed, setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, |
66 | tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, unix2dos, | 66 | tail, tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, |
67 | unrpm, update, uptime, usleep, uudecode, uuencode, wc, which, whoami, xargs, | 67 | unix2dos, unrpm, update, uptime, usleep, uudecode, uuencode, wc, which, whoami, |
68 | yes, zcat, [ | 68 | xargs, 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 | |||
426 | Usage: dpkg-deb [-cexX] archive-file [directory] | ||
427 | |||
428 | Debian package archive (.deb) manipulation tool | ||
429 | |||
430 | Options: | ||
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 | |||
444 | Example: | ||
445 | |||
446 | dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp | ||
447 | |||
448 | ------------------------------- | ||
449 | |||
424 | =item du | 450 | =item du |
425 | 451 | ||
426 | Usage: du [OPTION]... [FILE]... | 452 | Usage: 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 $ |