summaryrefslogtreecommitdiff
path: root/tools/xkbcli-how-to-type.1
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-07-25 11:17:11 +0300
committerRan Benita <ran@unusedvar.com>2020-07-25 15:06:12 +0300
commitf439ce188904f7a83c8e73d4ebc7a583a141c60f (patch)
treea418cd04d0c0815604f2fde67b94610ab3ca4424 /tools/xkbcli-how-to-type.1
parentce5eb1ac6d542bea11222670ec8438cdd074a833 (diff)
downloadxorg-lib-libxkbcommon-f439ce188904f7a83c8e73d4ebc7a583a141c60f.tar.gz
tools: some minor changes to xkbcli
Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'tools/xkbcli-how-to-type.1')
-rw-r--r--tools/xkbcli-how-to-type.119
1 files changed, 11 insertions, 8 deletions
diff --git a/tools/xkbcli-how-to-type.1 b/tools/xkbcli-how-to-type.1
index 60d42ff..aca5280 100644
--- a/tools/xkbcli-how-to-type.1
+++ b/tools/xkbcli-how-to-type.1
@@ -7,35 +7,38 @@
\fBxkbcli\fR how\-to\-type [OPTIONS] <codepoint>
.
.SH "DESCRIPTION"
-\fBxkbcli how\-to\-type\fR prints key sequences to type the given Unicode codepoint\.
+\fBxkbcli how\-to\-type\fR prints key sequences to type the given Unicode codepoint.
.
.P
-Pipe into \fBcolumn \-ts $\'\e\et\'\fR for nicely aligned output\.
+Pipe into \fBcolumn \-ts $\'\e\et\'\fR for nicely aligned output.
.
.SH "OPTIONS"
.
.TP
-\fB\-\-rules <rules>\fR
+.B \-\-rules=<rules>
The XKB ruleset
.
.TP
-\fB\-\-model <model>\fR
+.B \-\-model=<model>
The XKB model
.
.TP
-\fB\-\-layout <layout>\fR
+.B \-\-layout=<layout>
The XKB layout
.
.TP
-\fB\-\-variant <variant>\fR
+.B \-\-variant=<variant>
The XKB layout variant
.
.TP
-\fB\-\-options <options>\fR
+.B \-\-options=<options>
The XKB options
.
.SH "SEE ALSO"
\fBxkbcli\fR(1)
.
.P
-The libxkbcommon online documentation at \fIhttps://xkbcommon\.org\fR
+The
+.UR https://xkbcommon.org
+libxkbcommon online documentation
+.UE