summaryrefslogtreecommitdiff
path: root/tools/xkbcli-list.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-list.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-list.1')
-rw-r--r--tools/xkbcli-list.123
1 files changed, 13 insertions, 10 deletions
diff --git a/tools/xkbcli-list.1 b/tools/xkbcli-list.1
index 3211efb..6f20cc1 100644
--- a/tools/xkbcli-list.1
+++ b/tools/xkbcli-list.1
@@ -1,41 +1,44 @@
.TH "XKBCLI\-LIST" "1" "" "" "libxkbcommon manual"
.
.SH "NAME"
-\fBxkbcli\-list\fR \- list available XKB rules, models, layouts, variants and options
+\fBxkbcli\-list\fR \- list available XKB models, layouts, variants and options
.
.SH "SYNOPSIS"
-\fBxkbcli\fR list [\-\-help] [/path/to/xkbbase [/path/to/xkbbase] \.\.\.]
+\fBxkbcli\fR list [\-\-help] [/path/to/xkbbase [/path/to/xkbbase] ...]
.
.SH "DESCRIPTION"
-\fBxkbcli list\fR is a commandline tool to list available model, layout, variant and option (MLVO) values from the XKB registry\.
+\fBxkbcli list\fR is a commandline tool to list available model, layout, variant and option (MLVO) values from the XKB registry.
.
.P
-Arguments provided on the commandline are treated as XKB base directory installations\.
+Arguments provided on the commandline are treated as XKB base directory installations.
.
.SH "OPTIONS"
.
.TP
-\fB\-\-help\fR
+.B \-\-help
Print help and exit
.
.TP
-\fB\-v, \-\-verbose\fR
+.B \-v, \-\-verbose
Increase verbosity, use multiple times for debugging output
.
.TP
-\fB\-\-ruleset <name>\fR
+.B \-\-ruleset=<name>
Load the ruleset with the given name
.
.TP
-\fB\-\-skip\-default\-paths\fR
+.B \-\-skip\-default\-paths
Do not load the default XKB include paths
.
.TP
-\fB\-\-load\-exotic\fR
+.B \-\-load\-exotic
Load exotic (extra) layouts
.
.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