aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Gladkov <gladkov.alexey@gmail.com>2021-10-28 16:34:24 +0200
committerAlexey Gladkov <gladkov.alexey@gmail.com>2021-10-28 17:45:23 +0200
commit996970701bae020d3fcac0c61bbb9bd8dca22729 (patch)
tree631af4e6fbec583bbb501259355eeddbb856042c
parent4e3d137bc4aab1ce1a9e224c46761234601f5c82 (diff)
downloadkbd-996970701bae020d3fcac0c61bbb9bd8dca22729.tar.gz
man: dumpkeys: Document a few missing options
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
-rw-r--r--docs/man/man1/dumpkeys.1.in38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/man/man1/dumpkeys.1.in b/docs/man/man1/dumpkeys.1.in
index ec425f81..a3d52baf 100644
--- a/docs/man/man1/dumpkeys.1.in
+++ b/docs/man/man1/dumpkeys.1.in
@@ -152,6 +152,35 @@ output of
.LP
.TP
.BI \-S shape " " " " \-\-shape= shape
+Available shapes:
+.LP
+.RS
+.B 2
+default output.
+.RE
+.LP
+.RS
+.B 4
+one line for each keycode.
+.RE
+.LP
+.RS
+.B 8
+one line for each (modifier,keycode) pair.
+.RE
+.LP
+.RS
+.B 16
+one line for each keycode until 1st hole.
+.RE
+.LP
+.TP
+.B \-1 \-\-separate-lines
+This forces
+.B dumpkeys
+to write one line per (modifier,keycode) pair. It prefixes the word
+.I plain
+for plain keycodes.
.LP
.TP
.B \-t \-\-funcs-only
@@ -196,7 +225,16 @@ loadkeys how to interpret the keymap. (For example, "division" is
0xf7 in iso-8859-1 but 0xba in iso-8859-8.)
.LP
.TP
+.BI \-C dev " " " " \-\-console= dev
+The affected console device can be specified using the
+.I -C
+(or
+.I --console
+) option. This option supports exactly one device name.
+.LP
+.TP
.B \-v \-\-verbose
+Turn on verbose output.
.LP
.TP
.B \-V \-\-version