Added 'dumpkmap' to allow people to dump a binary keymap, which can then be

loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org>
 -Erik
This commit is contained in:
Eric Andersen
2000-07-11 17:29:36 +00:00
parent df5f6ba115
commit 61dc057183
11 changed files with 248 additions and 14 deletions

View File

@@ -56,7 +56,7 @@ terse runtime description of their behavior.
Currently defined functions include:
ar, basename, cat, chgrp, chmod, chown, chroot, chvt, clear, cp, cut, date,
dc, dd, deallocvt, df, dirname, dmesg, du, dutmp, echo, false, fbset,
dc, dd, deallocvt, df, dirname, dmesg, du, dumpkmap, dutmp, echo, false, fbset,
fdflush, find, free, freeramdisk, fsck.minix, grep, gunzip, gzip, halt,
head, hostid, hostname, id, init, insmod, kill, killall, length, ln,
loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, mkdir,
@@ -440,6 +440,14 @@ Example:
-------------------------------
=item dumpkmap
Usage: dumpkmap
Prints out a binary keyboard translation table to standard input.
-------------------------------
=item dutmp
Usage: dutmp [FILE]
@@ -2020,4 +2028,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
# $Id: busybox.pod,v 1.55 2000/07/08 00:09:30 andersen Exp $
# $Id: busybox.pod,v 1.56 2000/07/11 17:29:36 andersen Exp $