summaryrefslogtreecommitdiff
path: root/docs/busybox.sgml
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/busybox.sgml
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/busybox.sgml')
-rw-r--r--docs/busybox.sgml42
1 files changed, 40 insertions, 2 deletions
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>