aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Gladkov <gladkov.alexey@gmail.com>2021-10-28 18:26:18 +0200
committerAlexey Gladkov <gladkov.alexey@gmail.com>2021-10-28 18:26:40 +0200
commit42667e75250dd9bddeade7263a308e5305ecb365 (patch)
treefabcd209a68e215021d4bf345d1326d32f3d4739
parent996970701bae020d3fcac0c61bbb9bd8dca22729 (diff)
downloadkbd-42667e75250dd9bddeade7263a308e5305ecb365.tar.gz
man: loadkeys: Remove enumeration of options from SYNOPSIS
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
-rw-r--r--docs/man/man1/loadkeys.1.in46
1 files changed, 14 insertions, 32 deletions
diff --git a/docs/man/man1/loadkeys.1.in b/docs/man/man1/loadkeys.1.in
index b88d33ef..558a2524 100644
--- a/docs/man/man1/loadkeys.1.in
+++ b/docs/man/man1/loadkeys.1.in
@@ -4,37 +4,19 @@
loadkeys \- load keyboard translation tables
.SH SYNOPSIS
.B loadkeys
-[
-.I -a --ascii
-] [
-.I -b --bkeymap
-] [
-.I -c --clearcompose
-] [
-.I -C '<FILE>'
-|
-.I --console=<FILE>
-] [
-.I -d --default
-] [
-.I -h --help
-] [
-.I -m --mktable
-] [
-.I -p --parse
-] [
-.I -q --quiet
-] [
-.I -s --clearstrings
-] [
-.I -u --unicode
-] [
-.I -v --verbose
-] [
-.I -V --version
-] [
-.I filename...
-]
+[\fI\,OPTION\/\fR]... \fI\,FILENAME\/\fR...
+.br
+.B loadkeys
+.I --default
+.br
+.B loadkeys
+.I --mktable
+.br
+.B loadkeys
+.I --bkeymap
+.br
+.B loadkeys
+.I --parse
.LP
.SH DESCRIPTION
.IX "loadkeys command" "" "\fLloadkeys\fR command"
@@ -42,7 +24,7 @@ loadkeys \- load keyboard translation tables
The program
.B loadkeys
reads the file or files specified by
-.IR filename... .
+.IR FILENAME... .
Its main purpose is to load the kernel keymap for the console.
You can specify console device by the
.I -C