summaryrefslogtreecommitdiff
path: root/tools/xkbcli.1.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xkbcli.1.ronn')
-rw-r--r--tools/xkbcli.1.ronn31
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/xkbcli.1.ronn b/tools/xkbcli.1.ronn
new file mode 100644
index 0000000..8e2c338
--- /dev/null
+++ b/tools/xkbcli.1.ronn
@@ -0,0 +1,31 @@
+# xkbcli(1) - tool to interact with XKB keymaps
+
+## SYNOPSIS
+
+**xkbcli** [--help|--version] &lt;command&gt; [<args>]
+
+## DESCRIPTION
+
+**xkbcli** is a commandline tool to query, compile and test XKB keymaps,
+layouts and other elements.
+
+## OPTIONS
+
+ * `--help`:
+ Print help and exit
+
+ * `--version`:
+ Print the version and exit
+
+## EXIT STATUS
+
+ * 0:
+ exited successfully
+ * 1:
+ an error occured
+ * 2:
+ program was called with invalid arguments
+
+## SEE ALSO
+
+The libxkbcommon online documentation at <https://xkbcommon.org>