diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-11 13:58:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-11 13:58:58 +0000 |
commit | 3d893660c68bac269f924544587d316a529295ed (patch) | |
tree | 2db0987f5d8e84b803be0296884d60b6edb9b3c8 /sys/arch/hppa/stand | |
parent | 916039e831c08aed9bc622ffa1d0705cf7886ef9 (diff) |
fix some displays;
Diffstat (limited to 'sys/arch/hppa/stand')
-rw-r--r-- | sys/arch/hppa/stand/boot/boot.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index 5d7446f9c24..178d54ba772 100644 --- a/sys/arch/hppa/stand/boot/boot.8 +++ b/sys/arch/hppa/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.7 2003/06/06 21:45:33 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.8 2003/07/11 13:58:57 jmc Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -161,14 +161,14 @@ will attempt to switch the console configuration to the desired device. The console definition attempts to follow the PDC syntax, and would have a form of: .Pp -.Bd -offset indent -compact +.Bd -filled -compact graphics .Op _head .Op .mode .Ed for graphics console, and .Pp -.Bd -offset indent -compact +.Bd -filled -compact rs232 .Op _2 .Op .speed Op .bits Op .parity @@ -191,12 +191,12 @@ will attempt to switch the keyboard configuration to the desired port. The keyboard definition attempts to follow the PDC syntax, and would have a form of: .Pp -.Bd -offset indent -compact +.Bd -filled -compact hil .Ed for hil keyboard, and .Pp -.Bd -offset indent -compact +.Bd -filled -compact ps2 .Ed for PS/2 keyboard. |