summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.macppc
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.macppc
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.macppc')
-rw-r--r--share/man/man4/man4.macppc/akbd.48
1 files changed, 5 insertions, 3 deletions
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 ,