mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
Fix typo pointed out by Michael Renzmann <renzmann@gmx.de>
This commit is contained in:
parent
e790ddb2e1
commit
337ec1bb32
2 changed files with 3 additions and 3 deletions
|
|
@ -453,7 +453,7 @@ Example:
|
|||
|
||||
Usage: dumpkmap
|
||||
|
||||
Prints out a binary keyboard translation table to standard input.
|
||||
Prints out a binary keyboard translation table to standard output.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
@ -2261,4 +2261,4 @@ Enrique Zanardi <ezanardi@ull.es>
|
|||
|
||||
=cut
|
||||
|
||||
# $Id: busybox.pod,v 1.76 2000/11/14 21:28:09 andersen Exp $
|
||||
# $Id: busybox.pod,v 1.77 2000/11/17 17:23:16 andersen Exp $
|
||||
|
|
|
|||
|
|
@ -811,7 +811,7 @@
|
|||
</para>
|
||||
|
||||
<para>
|
||||
Prints out a binary keyboard translation table to standard input.
|
||||
Prints out a binary keyboard translation table to standard output.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue