summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2012-06-11 07:15:41 +0000
committerotto <otto@openbsd.org>2012-06-11 07:15:41 +0000
commitad64226c5770a209dc80a9476a67cad72f5ae176 (patch)
tree81035558c2891eeef5ba453341afd36b525e9d72
parentImprove standards compliance: bsd_signal() was XSI only and has been dropped (diff)
downloadwireguard-openbsd-ad64226c5770a209dc80a9476a67cad72f5ae176.tar.xz
wireguard-openbsd-ad64226c5770a209dc80a9476a67cad72f5ae176.zip
serial -> serial port; ok phessler@
-rw-r--r--sys/arch/amd64/stand/boot/boot.86
-rw-r--r--sys/arch/i386/stand/boot/boot.86
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8
index d63f3dba915..edfdd5ffe0c 100644
--- a/sys/arch/amd64/stand/boot/boot.8
+++ b/sys/arch/amd64/stand/boot/boot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot.8,v 1.15 2012/06/10 21:19:00 kettenis Exp $
+.\" $OpenBSD: boot.8,v 1.16 2012/06/11 07:15:41 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 amd64
.Os
.Sh NAME
@@ -200,7 +200,7 @@ Issues machine-dependent commands.
These are defined for amd64 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.
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.