diff options
author | Heikki Korpela <heko@cvs.openbsd.org> | 2001-09-08 15:36:02 +0000 |
---|---|---|
committer | Heikki Korpela <heko@cvs.openbsd.org> | 2001-09-08 15:36:02 +0000 |
commit | 511b177ef7304d0a0d691e3859daa4784679d1a0 (patch) | |
tree | 82976a37b6b382c302f9c3b2e22d0fc6294afa08 /share | |
parent | 41dee4ae30a56bcd45f6ea7ab6c77d05aeeb8dd4 (diff) |
o Mention /etc/wsconsctl.conf in wsconsctl(8)
o Sync pckbd(4) with wsconsctl(8); you need
wsconsctl -w keyboard.encoding= instead of wsconsctl -w encoding=
pckbd(4) error noticed by Philipp Buehler.
mickey@ ok
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pckbd.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pckbd.4 b/share/man/man4/pckbd.4 index f264c441424..04128160934 100644 --- a/share/man/man4/pckbd.4 +++ b/share/man/man4/pckbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pckbd.4,v 1.9 2001/09/04 21:37:46 mickey Exp $ +.\" $OpenBSD: pckbd.4,v 1.10 2001/09/08 15:36:01 heko Exp $ .\" $NetBSD: pckbd.4,v 1.3 1999/12/21 11:31:07 drochner Exp $ .\" .Dd March 20, 1999 @@ -29,7 +29,7 @@ can be chosen from with the kernel option at compile time or with the utility .Xr wsconsctl 8 (variable: -.Dq encoding +.Dq keyboard.encoding ) at runtime. Other mappings can be used if the whole keymap is replaced by means of .Xr wsconsctl 8 . @@ -139,7 +139,7 @@ To set a german keyboard layout without .Dq dead accents and sending an ESC character before the key symbol if the ALT key is pressed simultaneously, use -.Ic wsconsctl -w encoding=de.nodead.metaesc . +.Ic wsconsctl -w keyboard.encoding=de.nodead.metaesc . To set it at kernel build time, add .Em option PCKBD_LAYOUT="(KB_DE|KB_NODEAD|KB_METAESC)" to the kernel configuration file. |