summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-05-20 08:58:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-05-20 08:58:44 +0000
commit939bce305b1c66d68fa873a50b6ee6dacb532a62 (patch)
tree4045265f74c8d0def47e4c397e0467cc2e0a18ce /share
parente979e9f5b978876b35ccecdc27f4ac6bd9ea7516 (diff)
use a display instead of .Em for the kernel config line: avoids nasty
line splits, and it should be `literal' anyway; ok miod@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/hilkbd.48
-rw-r--r--share/man/man4/man4.hppa/gsckbd.48
-rw-r--r--share/man/man4/man4.macppc/akbd.48
-rw-r--r--share/man/man4/man4.sparc/zs.415
-rw-r--r--share/man/man4/man4.sparc64/zs.415
-rw-r--r--share/man/man4/pckbd.48
-rw-r--r--share/man/man4/ukbd.410
7 files changed, 46 insertions, 26 deletions
diff --git a/share/man/man4/hilkbd.4 b/share/man/man4/hilkbd.4
index a5fcd6340f9..1947f9b0a91 100644
--- a/share/man/man4/hilkbd.4
+++ b/share/man/man4/hilkbd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hilkbd.4,v 1.8 2004/09/30 19:59:24 mickey Exp $
+.\" $OpenBSD: hilkbd.4,v 1.9 2005/05/20 08:58:43 jmc Exp $
.\"
.\" Copyright (c) 2003 Miodrag Vallat.
.\" All rights reserved.
@@ -93,8 +93,10 @@ This switches off the
To set a Swedish keyboard mapping, use
.Ic wsconsctl -w keyboard.encoding=sv .
To set it at kernel build time, regardless of what keyboard is plugged, add
-.Em option HILKBD_LAYOUT="KB_SV"
-to the kernel configuration file.
+the following to the kernel configuration file:
+.Bd -literal -offset indent
+option HILKBD_LAYOUT="KB_SV"
+.Ed
.Sh SEE ALSO
.Xr hil 4 ,
.Xr intro 4 ,
diff --git a/share/man/man4/man4.hppa/gsckbd.4 b/share/man/man4/man4.hppa/gsckbd.4
index 86ef10a9d67..23c413f90bc 100644
--- a/share/man/man4/man4.hppa/gsckbd.4
+++ b/share/man/man4/man4.hppa/gsckbd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gsckbd.4,v 1.14 2005/05/06 17:58:04 mickey Exp $
+.\" $OpenBSD: gsckbd.4,v 1.15 2005/05/20 08:58:43 jmc Exp $
.\"
.\" Copyright (c) 2003, Miodrag Vallat.
.\" All rights reserved.
@@ -235,8 +235,10 @@ and sending an ESC character before the key symbol if the ALT
key is pressed simultaneously, use
.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.
+the following to the kernel configuration file:
+.Bd -literal -offset indent
+option PCKBD_LAYOUT="(KB_DE|KB_NODEAD|KB_METAESC)"
+.Ed
.Sh SEE ALSO
.Xr gsc 4 ,
.Xr gsckbc 4 ,
diff --git a/share/man/man4/man4.macppc/akbd.4 b/share/man/man4/man4.macppc/akbd.4
index bf15f7a7289..b30aa80f951 100644
--- a/share/man/man4/man4.macppc/akbd.4
+++ b/share/man/man4/man4.macppc/akbd.4
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: akbd.4,v 1.9 2005/05/04 21:23:11 miod Exp $
+.\" $OpenBSD: akbd.4,v 1.10 2005/05/20 08:58:43 jmc Exp $
.\" $NetBSD: adb.4,v 1.1 1997/07/18 02:13:42 ender Exp $
.\"
.Dd May 4, 2005
@@ -145,8 +145,10 @@ To set a German keyboard layout without
use
.Ic wsconsctl -w keyboard.encoding=de.nodead .
To set it at kernel build time, add
-.Em option AKBD_LAYOUT="KB_DE|KB_NODEAD"
-to the kernel configuration file.
+the following to the kernel configuration file:
+.Bd -literal -offset indent
+option AKBD_LAYOUT="KB_DE|KB_NODEAD"
+.Ed
.Sh SEE ALSO
.Xr adb 4 ,
.Xr intro 4 ,
diff --git a/share/man/man4/man4.sparc/zs.4 b/share/man/man4/man4.sparc/zs.4
index 83177d37d68..8bbea274508 100644
--- a/share/man/man4/man4.sparc/zs.4
+++ b/share/man/man4/man4.sparc/zs.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: zs.4,v 1.16 2004/09/30 19:59:27 mickey Exp $
+.\" $OpenBSD: zs.4,v 1.17 2005/05/20 08:58:43 jmc Exp $
.\"
.\" Copyright (c) 1998, 2002 The OpenBSD Project
.\" All rights reserved.
@@ -154,10 +154,15 @@ This switches off the
To set a German keyboard layout, use
.Ic wsconsctl -w keyboard.encoding=de .
To set it at kernel build time, add
-.Em option SUNKBD_LAYOUT="KB_DE"
-to the kernel configuration file for a type 4 keyboard, or
-.Em option SUNKBD5_LAYOUT="KB_DE"
-for a type 5 keyboard.
+the following to the kernel configuration file for a type 4 keyboard:
+.Bd -literal -offset indent
+option SUNKBD_LAYOUT="KB_DE"
+.Ed
+.Pp
+For a type 5 keyboard:
+.Bd -literal -offset indent
+option SUNKBD5_LAYOUT="KB_DE"
+.Ed
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr intro 4 ,
diff --git a/share/man/man4/man4.sparc64/zs.4 b/share/man/man4/man4.sparc64/zs.4
index d9e2e41923e..89c1ddc82b4 100644
--- a/share/man/man4/man4.sparc64/zs.4
+++ b/share/man/man4/man4.sparc64/zs.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: zs.4,v 1.11 2004/09/30 19:59:28 mickey Exp $
+.\" $OpenBSD: zs.4,v 1.12 2005/05/20 08:58:43 jmc Exp $
.\"
.\" Copyright (c) 1998, 2002 The OpenBSD Project
.\" All rights reserved.
@@ -147,10 +147,15 @@ This switches off the
To set a German keyboard layout, use
.Ic wsconsctl -w keyboard.encoding=de .
To set it at kernel build time, add
-.Em option SUNKBD_LAYOUT="KB_DE"
-to the kernel configuration file for a type 4 keyboard, or
-.Em option SUNKBD5_LAYOUT="KB_DE"
-for a type 5 keyboard.
+the following to the kernel configuration file for a type 4 keyboard:
+.Bd -literal -offset indent
+option SUNKBD_LAYOUT="KB_DE"
+.Ed
+.Pp
+For a type 5 keyboard:
+.Bd -literal -offset indent
+option SUNKBD5_LAYOUT="KB_DE"
+.Ed
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr fhc 4 ,
diff --git a/share/man/man4/pckbd.4 b/share/man/man4/pckbd.4
index 80fccd7ad67..775fe51b5a1 100644
--- a/share/man/man4/pckbd.4
+++ b/share/man/man4/pckbd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pckbd.4,v 1.27 2005/05/06 17:58:04 mickey Exp $
+.\" $OpenBSD: pckbd.4,v 1.28 2005/05/20 08:58:43 jmc Exp $
.\" $NetBSD: pckbd.4,v 1.3 1999/12/21 11:31:07 drochner Exp $
.\"
.\" Copyright (c) 1999
@@ -213,8 +213,10 @@ and sending an ESC character before the key symbol if the ALT
key is pressed simultaneously, use
.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.
+the following to the kernel configuration file:
+.Bd -literal -offset indent
+option PCKBD_LAYOUT="(KB_DE|KB_NODEAD|KB_METAESC)"
+.Ed
.Sh SEE ALSO
.Xr intro 4 ,
.Xr isa 4 ,
diff --git a/share/man/man4/ukbd.4 b/share/man/man4/ukbd.4
index ca1afb07e5f..57c897de7ea 100644
--- a/share/man/man4/ukbd.4
+++ b/share/man/man4/ukbd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ukbd.4,v 1.10 2005/05/19 10:40:46 miod Exp $
+.\" $OpenBSD: ukbd.4,v 1.11 2005/05/20 08:58:43 jmc Exp $
.\" $NetBSD: ukbd.4,v 1.10 2001/12/29 15:12:32 augustss Exp $
.\"
.\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
@@ -248,9 +248,11 @@ To set a German keyboard layout without
and sending an ESC character before the key symbol if the ALT
key is pressed simultaneously, use
.Ic wsconsctl -w keyboard.encoding=de.nodead.metaesc .
-To set it at kernel build time, add
-.Em option UKBD_LAYOUT="(KB_DE|KB_NODEAD|KB_METAESC)"
-to the kernel configuration file.
+To set it at kernel build time, add the following
+to the kernel configuration file:
+.Bd -literal -offset indent
+option UKBD_LAYOUT="(KB_DE|KB_NODEAD|KB_METAESC)"
+.Ed
.Sh SEE ALSO
.Xr usbhidctl 1 ,
.Xr intro 4 ,