From 511b177ef7304d0a0d691e3859daa4784679d1a0 Mon Sep 17 00:00:00 2001 From: Heikki Korpela Date: Sat, 8 Sep 2001 15:36:02 +0000 Subject: 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 --- share/man/man4/pckbd.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/man/man4') 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. -- cgit v1.2.3