diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-01 16:12:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-01 16:12:57 +0000 |
commit | 18a1014c959abea0f8693e5aea4248ba4848f1be (patch) | |
tree | bdaaf99d2db38ba070dd62fbad78a8de3f73d516 /docs | |
parent | da542f3a0ca107d00be9ac00a5c8e23ef5af9c28 (diff) | |
download | busybox-w32-18a1014c959abea0f8693e5aea4248ba4848f1be.tar.gz busybox-w32-18a1014c959abea0f8693e5aea4248ba4848f1be.tar.bz2 busybox-w32-18a1014c959abea0f8693e5aea4248ba4848f1be.zip |
updated some usage info from a patch from robotti@metconnect.com
-Erik
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 6 | ||||
-rw-r--r-- | docs/busybox.sgml | 10 |
2 files changed, 15 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index e68b41b68..accdaed23 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -446,6 +446,10 @@ Usage: dumpkmap | |||
446 | 446 | ||
447 | Prints out a binary keyboard translation table to standard input. | 447 | Prints out a binary keyboard translation table to standard input. |
448 | 448 | ||
449 | Example: | ||
450 | |||
451 | $ dumpkmap > keymap | ||
452 | |||
449 | ------------------------------- | 453 | ------------------------------- |
450 | 454 | ||
451 | =item dutmp | 455 | =item dutmp |
@@ -2108,4 +2112,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2108 | 2112 | ||
2109 | =cut | 2113 | =cut |
2110 | 2114 | ||
2111 | # $Id: busybox.pod,v 1.64 2000/08/21 23:29:45 andersen Exp $ | 2115 | # $Id: busybox.pod,v 1.65 2000/09/01 16:12:57 andersen Exp $ |
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index d590237bf..ec6f5041d 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -796,6 +796,16 @@ | |||
796 | <para> | 796 | <para> |
797 | Prints out a binary keyboard translation table to standard input. | 797 | Prints out a binary keyboard translation table to standard input. |
798 | </para> | 798 | </para> |
799 | |||
800 | <para> | ||
801 | Example: | ||
802 | </para> | ||
803 | |||
804 | <para> | ||
805 | <screen> | ||
806 | $ dumpkmap < keymap | ||
807 | </screen> | ||
808 | </para> | ||
799 | </sect1> | 809 | </sect1> |
800 | 810 | ||
801 | <sect1 id="dutmp"> | 811 | <sect1 id="dutmp"> |