summaryrefslogtreecommitdiff
path: root/tools/xkbcli-list.1
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-07-27 11:24:06 +0300
committerRan Benita <ran@unusedvar.com>2020-08-31 10:02:47 +0300
commitd5c6b58152d74e16f357bc2d9e3509bbbb7440bf (patch)
tree1818540e386d097f3353e3d4190741960a8e107f /tools/xkbcli-list.1
parent5649e4ae726639ea6185ad9acdaa1c6ec94f8ed5 (diff)
downloadxorg-lib-libxkbcommon-d5c6b58152d74e16f357bc2d9e3509bbbb7440bf.tar.gz
tools: convert man pages from man format to mdoc format
The mdoc is more semantic and consistent. Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'tools/xkbcli-list.1')
-rw-r--r--tools/xkbcli-list.153
1 files changed, 24 insertions, 29 deletions
diff --git a/tools/xkbcli-list.1 b/tools/xkbcli-list.1
index 6f20cc1..a72477b 100644
--- a/tools/xkbcli-list.1
+++ b/tools/xkbcli-list.1
@@ -1,44 +1,39 @@
-.TH "XKBCLI\-LIST" "1" "" "" "libxkbcommon manual"
+.Dd July 27, 2020
+.Dt XKBCLI\-LIST 1
+.Os
.
-.SH "NAME"
-\fBxkbcli\-list\fR \- list available XKB models, layouts, variants and options
+.Sh NAME
+.Nm "xkbcli list"
+.Nd list available XKB models, layouts, variants and options
.
-.SH "SYNOPSIS"
-\fBxkbcli\fR list [\-\-help] [/path/to/xkbbase [/path/to/xkbbase] ...]
+.Sh SYNOPSIS
+.Nm
+.Op Pa /path/to/xkbbase Oo Pa /path/to/xkbbase Oc ...
.
-.SH "DESCRIPTION"
-\fBxkbcli list\fR is a commandline tool to list available model, layout, variant and option (MLVO) values from the XKB registry.
+.Sh DESCRIPTION
+.Nm
+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.
+.Pp
+Positional arguments provided on the commandline are treated as XKB base directory installations.
.
-.SH "OPTIONS"
-.
-.TP
-.B \-\-help
+.Bl -tag -width Ds
+.It Fl \-help
Print help and exit
.
-.TP
-.B \-v, \-\-verbose
+.It Fl \-verbose
Increase verbosity, use multiple times for debugging output
.
-.TP
-.B \-\-ruleset=<name>
+.It Fl \-ruleset Ar name
Load the ruleset with the given name
.
-.TP
-.B \-\-skip\-default\-paths
+.It Fl \-skip\-default\-paths
Do not load the default XKB include paths
.
-.TP
-.B \-\-load\-exotic
+.It Fl \-load\-exotic
Load exotic (extra) layouts
+.El
.
-.SH "SEE ALSO"
-\fBxkbcli\fR(1)
-.
-.P
-The
-.UR https://xkbcommon.org
-libxkbcommon online documentation
-.UE
+.Sh SEE ALSO
+.Xr xkbcli 1 ,
+.Lk https://xkbcommon.org "The libxkbcommon online documentation"