ref: a288db973cf0436575a3e660d2a1c68adbee9e56
parent: dd820435e922d927c4f1531fb82aec2bf8fc5cd3
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Apr 19 12:17:41 EDT 2024
keyboard(6): use >> instead of > for caps example (thanks moody) Using > causes the kbmap file to get truncated, which resets to the default keymap and *THEN* applies the new change. Which is probably not what was intended.
--- a/sys/man/6/keyboard
+++ b/sys/man/6/keyboard
@@ -32,7 +32,7 @@
.PP
.RS
.L
-cat /sys/lib/kbmap/caps >/dev/kbmap
+cat /sys/lib/kbmap/caps >> /dev/kbmap
.RE
.PP
The delete character