Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-01 20:12:57 +0400
committerEric Andersen <andersen@codepoet.org>2000-09-01 20:12:57 +0400
commit18a1014c959abea0f8693e5aea4248ba4848f1be (patch)
treebdaaf99d2db38ba070dd62fbad78a8de3f73d516 /docs
parentda542f3a0ca107d00be9ac00a5c8e23ef5af9c28 (diff)
updated some usage info from a patch from robotti@metconnect.com
-Erik
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.pod6
-rw-r--r--docs/busybox.sgml10
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
Prints out a binary keyboard translation table to standard input.
+Example:
+
+ $ dumpkmap > keymap
+
-------------------------------
=item dutmp
@@ -2108,4 +2112,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.64 2000/08/21 23:29:45 andersen Exp $
+# $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 @@
<para>
Prints out a binary keyboard translation table to standard input.
</para>
+
+ <para>
+ Example:
+ </para>
+
+ <para>
+ <screen>
+ $ dumpkmap &lt; keymap
+ </screen>
+ </para>
</sect1>
<sect1 id="dutmp">