diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-06-10 21:19:26 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-06-10 21:19:26 +0000 |
commit | 70128cbcb2cda0b88aadd6b6ec2d09579fdb042e (patch) | |
tree | da98ca0a1c05238edb26955e02a6da2f3ebba8b2 /sys/arch/i386 | |
parent | fd30eeb7a0af3f029a8da02b2060437353ab3445 (diff) |
Document the "machine comaddr" command.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 8e3b74b7cbd..393a3281959 100644 --- a/sys/arch/i386/stand/boot/boot.8 +++ b/sys/arch/i386/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.51 2010/08/10 20:34:16 sobrado Exp $ +.\" $OpenBSD: boot.8,v 1.52 2012/06/10 21:19:25 kettenis Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: August 10 2010 $ +.Dd $Mdocdate: June 10 2012 $ .Dt BOOT 8 i386 .Os .Sh NAME @@ -199,6 +199,8 @@ commands, if any. Issues machine-dependent commands. These are defined for i386 architecture: .Bl -tag -width diskinfo +.It Nm comaddr +Set the I/O base address for the serial to be used as serial console. .It Nm diskinfo Prints a list of hard disks installed on your system including: BIOS device number, and the BIOS geometry. |