summaryrefslogtreecommitdiff
path: root/tools/xkbcli.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.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.1')
-rw-r--r--tools/xkbcli.190
1 files changed, 45 insertions, 45 deletions
diff --git a/tools/xkbcli.1 b/tools/xkbcli.1
index 6250291..9ea0416 100644
--- a/tools/xkbcli.1
+++ b/tools/xkbcli.1
@@ -1,65 +1,65 @@
-.TH "XKBCLI" "1" "" "" "libxkbcommon manual"
+.Dd July 27, 2020
+.Dt XKBCLI 1
+.Os
.
-.SH "NAME"
-\fBxkbcli\fR \- tool to interact with XKB keymaps
+.Sh NAME
+.Nm xkbcli
+.Nd tool to interact with XKB keymaps
.
-.SH "SYNOPSIS"
-\fBxkbcli\fR [\-\-help|\-\-version] <command> [\fIargs\fR]
+.Sh SYNOPSIS
+.Nm
+.Ar command Bo arguments Bc
.
-.SH "DESCRIPTION"
-\fBxkbcli\fR is a commandline tool to query, compile and test XKB keymaps, layouts and other elements.
+.Nm
+.Op Fl \-help | Fl \-version
.
-.SH "OPTIONS"
+.Sh DESCRIPTION
+.Nm
+is a commandline tool to query, compile and test XKB keymaps, layouts and other elements.
.
-.TP
-.B \-\-help
+.Bl -tag -width Ds
+.It Fl \-help
Print help and exit
.
-.TP
-.B \-\-version
+.It Fl \-version
Print the version and exit
+.El
.
-.SH "COMMANDS"
+.Ss COMMANDS
+.Bl -tag -width Ds
+.It Ic how\-to\-type
+Show how to type a given Unicode codepoint, see
+.Xr xkbcli\-how\-to\-type 1
.
-.TP
-.B how\-to\-type
-Show how to type a given Unicode codepoint, see \fBxkbcli\-how\-to\-type\fR(1)
+.It Ic interactive\-x11
+Interactive debugger for XKB keymaps for X11, see
+.Xr xkbcli\-interactive\-x11 1
.
-.TP
-.B interactive\-x11
-Interactive debugger for XKB keymaps for X11, see \fBxbkcli\-interactive\-x11\fR(1)
+.It Ic interactive\-wayland
+Interactive debugger for XKB keymaps for Wayland, see
+.Xr xkbcli\-interactive\-wayland 1
.
-.TP
-.B interactive\-wayland
-Interactive debugger for XKB keymaps for Wayland, see \fBxkbcli\-interactive\-wayland\fR(1)
+.It Ic interactive\-evdev
+Interactive debugger for XKB keymaps for evdev (Linux), see
+.Xr xkbcli\-interactive\-evdev 1
.
-.TP
-.B interactive\-evdev
-Interactive debugger for XKB keymaps for evdev (Linux), see \fBxkbcli\-interactive\-evdev\fR
+.It Ic list
+List available layouts and more, see
+.Xr xkbcli\-list 1
+.El
.
-.TP
-.B list
-List available layouts and more, see \fBxkbcli\-list\fR(1)
-.
-.P
+.Pp
Note that not all tools may be available on your system.
.
-.SH "EXIT STATUS"
-.
-.TP
-0
+.Sh EXIT STATUS
+.Bl -tag -compact -width Ds
+.It 0
exited successfully
-.
-.TP
-1
+.It 1
an error occured
-.
-.TP
-2
+.It 2
program was called with invalid arguments
+.El
.
-.SH "SEE ALSO"
-The
-.UR https://xkbcommon.org
-libxkbcommon online documentation
-.UE
+.Sh SEE ALSO
+.Lk https://xkbcommon.org "The libxkbcommon online documentation"