aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Gladkov <gladkov.alexey@gmail.com>2021-08-19 12:50:37 +0000
committerAlexey Gladkov <gladkov.alexey@gmail.com>2021-10-05 13:57:49 +0200
commitee2af5f29e7dcb89287c1e68d05e0cd11e199890 (patch)
tree4a44f096bfc1ab39e7d35cfe66c7df3796be29bd
parentc008cbb20e162f7d4efcf9e7013e4309a42311c9 (diff)
downloadkbd-ee2af5f29e7dcb89287c1e68d05e0cd11e199890.tar.gz
fix typos
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
-rw-r--r--docs/man/man1/fgconsole.12
-rw-r--r--docs/man/man5/keymaps.52
-rw-r--r--docs/man/man8misc/mk_modmap.82
-rw-r--r--docs/man/man8misc/setlogcons.82
-rw-r--r--rc/sample.rc2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/man1/fgconsole.1 b/docs/man/man1/fgconsole.1
index 007bb784..12965a57 100644
--- a/docs/man/man1/fgconsole.1
+++ b/docs/man/man1/fgconsole.1
@@ -1,4 +1,4 @@
-.TH FGCONSOLE 1 "14 Feburary 2002" "kbd"
+.TH FGCONSOLE 1 "14 February 2002" "kbd"
.SH NAME
fgconsole \- print the number of the active VT.
diff --git a/docs/man/man5/keymaps.5 b/docs/man/man5/keymaps.5
index 2925a1c0..bbc62b76 100644
--- a/docs/man/man5/keymaps.5
+++ b/docs/man/man5/keymaps.5
@@ -85,7 +85,7 @@ by saying
.LP
Each
.I keysym
-may be prefixed by a '+' (plus sign), in wich case this keysym is treated
+may be prefixed by a '+' (plus sign), in which case this keysym is treated
as a "letter" and therefore affected by the "CapsLock" the same way as by
"Shift" (to be correct, the CapsLock inverts the Shift state).
The ASCII letters ('a'-'z' and 'A'-'Z') are made CapsLock'able by default.
diff --git a/docs/man/man8misc/mk_modmap.8 b/docs/man/man8misc/mk_modmap.8
index b35944f7..b3399950 100644
--- a/docs/man/man8misc/mk_modmap.8
+++ b/docs/man/man8misc/mk_modmap.8
@@ -26,7 +26,7 @@ It requires the X header files to be installed.
(In Debian, these are in the "xlibs-dev" package).
.SH NOTES
Since XFree version 2.1, X initialises its keymap using the Linux
-keymap, so xmodmap will often be superflous.
+keymap, so xmodmap will often be superfluous.
.SH SEE ALSO
.BR dumpkeys (1),
diff --git a/docs/man/man8misc/setlogcons.8 b/docs/man/man8misc/setlogcons.8
index ec16cb83..f016431b 100644
--- a/docs/man/man8misc/setlogcons.8
+++ b/docs/man/man8misc/setlogcons.8
@@ -10,7 +10,7 @@ setlogcons \- Send kernel messages to console N
The command
.B setlogcons
.I N
-sets all kernel messges to the console specified as N.
+sets all kernel messages to the console specified as N.
.P
By default kernel messages are sent to the current console.
.P
diff --git a/rc/sample.rc b/rc/sample.rc
index dcabfb5d..452ebfeb 100644
--- a/rc/sample.rc
+++ b/rc/sample.rc
@@ -39,7 +39,7 @@ EOF
# Let alt-uparrow (anytime) create a new virtual console
# (watch out for security aspects!)
#
-spawn_console& # start a deamon that listens to the keyboard
+spawn_console& # start a daemon that listens to the keyboard
loadkeys << EOF
alt keycode 103 = Spawn_Console
EOF