summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.sparc
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/man/man4/man4.sparc
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/man/man4/man4.sparc')
-rw-r--r--share/man/man4/man4.sparc/zs.415
1 files changed, 10 insertions, 5 deletions
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 ,