diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2012-06-11 07:15:54 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2012-06-11 07:15:54 +0000 |
commit | 0f75c28a9221f6479d0e82ebb6fd0fd8dd335eed (patch) | |
tree | 46150ebe9a7f602f67bd2019670fece674294e4c /sys/arch/i386/stand/boot/boot.8 | |
parent | 804749e245cb601730551ea58a4fb318ea828577 (diff) |
serial -> serial port; ok phessler@
Diffstat (limited to 'sys/arch/i386/stand/boot/boot.8')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 393a3281959..2d95f3701fa 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.52 2012/06/10 21:19:25 kettenis Exp $ +.\" $OpenBSD: boot.8,v 1.53 2012/06/11 07:15:53 otto Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 10 2012 $ +.Dd $Mdocdate: June 11 2012 $ .Dt BOOT 8 i386 .Os .Sh NAME @@ -200,7 +200,7 @@ 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. +Set the I/O base address for the serial port 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. |