aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-20 19:22:26 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-20 19:22:26 +0000
commitcff3fe3ae9696584f0c4bdad6860e8d94d5e99f9 (patch)
tree11ccadd6495c9e4fbd920896e94935551af4c14d /docs
parent0cccdfaf363171c9f0761fbdb2028db0ea73e6b5 (diff)
downloadbusybox-w32-cff3fe3ae9696584f0c4bdad6860e8d94d5e99f9.tar.gz
busybox-w32-cff3fe3ae9696584f0c4bdad6860e8d94d5e99f9.tar.bz2
busybox-w32-cff3fe3ae9696584f0c4bdad6860e8d94d5e99f9.zip
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
-Erik
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod47
-rw-r--r--docs/busybox.sgml42
2 files changed, 76 insertions, 13 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index fed8b57a6..5fd15cab5 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -55,16 +55,17 @@ terse runtime description of their behavior.
55 55
56Currently defined functions include: 56Currently defined functions include:
57 57
58ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date, 58ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date, dc,
59dc, dd, deallocvt, df, dirname, dmesg, du, dumpkmap, dutmp, echo, false, fbset, 59dd, deallocvt, df, dirname, dmesg, dos2unix, du, dumpkmap, dutmp, echo, false,
60fdflush, find, free, freeramdisk, fsck.minix, getopt, grep, gunzip, gzip, halt, 60fbset, fdflush, find, free, freeramdisk, fsck.minix, getopt, grep, gunzip,
61head, hostid, hostname, id, init, insmod, kill, killall, length, ln, 61gzip, halt, head, hostid, hostname, id, init, insmod, kill, killall, length,
62loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir, 62ln, loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir,
63mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, 63mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, nslookup,
64nslookup, ping, poweroff, printf, ps, pwd, rdate, reboot, renice, reset, rm, rmdir, rmmod, sed, 64ping, poweroff, printf, ps, pwd, rdate, reboot, renice, reset, rm, rmdir,
65setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail, 65rmmod, sed, setkeycodes, sh, sleep, sort, swapoff, swapon, sync, syslogd, tail,
66tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, update, 66tar, tee, telnet, test, touch, tr, true, tty, umount, uname, uniq, unix2dos,
67uptime, usleep, uudecode, uuencode, wc, which, whoami, yes, zcat, [ 67unrpm, update, uptime, usleep, uudecode, uuencode, wc, which, whoami, yes,
68zcat, [
68 69
69------------------------------- 70-------------------------------
70 71
@@ -412,6 +413,14 @@ Print or controls the kernel ring buffer.
412 413
413------------------------------- 414-------------------------------
414 415
416=item dos2unix
417
418Usage: dos2unix < dosfile > unixfile
419
420Converts a text file from dos format to unix format.
421
422-------------------------------
423
415=item du 424=item du
416 425
417Usage: du [OPTION]... [FILE]... 426Usage: du [OPTION]... [FILE]...
@@ -1929,6 +1938,22 @@ Example:
1929 1938
1930------------------------------- 1939-------------------------------
1931 1940
1941=item unix2dos
1942
1943Usage: unix2dos < unixfile > dosfile
1944
1945Converts a text file from unix format to dos format.
1946
1947-------------------------------
1948
1949=item unrpm
1950
1951Usage: unrpm < package.rpm | gzip -d | cpio -idmuv
1952
1953Extracts an rpm archive.
1954
1955-------------------------------
1956
1932=item update 1957=item update
1933 1958
1934Usage: update [options] 1959Usage: update [options]
@@ -2157,4 +2182,4 @@ Enrique Zanardi <ezanardi@ull.es>
2157 2182
2158=cut 2183=cut
2159 2184
2160# $Id: busybox.pod,v 1.68 2000/09/15 17:24:13 proski Exp $ 2185# $Id: busybox.pod,v 1.69 2000/09/20 19:22:26 andersen Exp $
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index f4161f59e..e8a91fa05 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -1,5 +1,4 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ 1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ ]>
2]>
3<book id="BusyBoxDocumentation"> 2<book id="BusyBoxDocumentation">
4 <bookinfo> 3 <bookinfo>
5 <title>BusyBox - The Swiss Army Knife of Embedded Linux</title> 4 <title>BusyBox - The Swiss Army Knife of Embedded Linux</title>
@@ -746,6 +745,19 @@
746 </para> 745 </para>
747 </sect1> 746 </sect1>
748 747
748 <sect1 id="dos2unix">
749 <title>dos2unix</title>
750
751 <para>
752 Usage: dos2unix < dosfile > unixfile
753 </para>
754
755 <para>
756 Converts a text file from dos format to unix format.
757 </para>
758
759 </sect1>
760
749 <sect1 id="du"> 761 <sect1 id="du">
750 <title>du</title> 762 <title>du</title>
751 763
@@ -3394,6 +3406,32 @@
3394 </screen> 3406 </screen>
3395 </para> 3407 </para>
3396 </sect1> 3408 </sect1>
3409
3410 <sect1 id="unix2dos">
3411 <title>unix2dos</title>
3412
3413 <para>
3414 Usage: unix2dos < unixfile > dosfile
3415 </para>
3416
3417 <para>
3418 Converts a text file from unix format to dos format.
3419 </para>
3420
3421 </sect1>
3422
3423 <sect1 id="unrpm">
3424 <titleunrpmuniq</title>
3425
3426 <para>
3427 Usage: unrpm < package.rpm | gzip -d | cpio -idmuv
3428 </para>
3429
3430 <para>
3431 Extracts an rpm archive.
3432 </para>
3433
3434 </sect1>
3397 3435
3398 <sect1 id="update"> 3436 <sect1 id="update">
3399 <title>update</title> 3437 <title>update</title>