summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authormmcc <mmcc@cvs.openbsd.org>2015-11-23 19:24:35 +0000
committermmcc <mmcc@cvs.openbsd.org>2015-11-23 19:24:35 +0000
commitc2f4f4e14bdbbe058f3635a258a5996514f45861 (patch)
tree7275a507eb35b5f54af78c046d6d247a305229ce /sys/arch
parentc10750cf11d5188fefdbb251666560c63f567b49 (diff)
downfalls -> pitfalls
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/stand/boot/boot.86
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 af87c9c7013..388243bc61e 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.62 2015/09/10 15:16:43 schwarze Exp $
+.\" $OpenBSD: boot.8,v 1.63 2015/11/23 19:24:34 mmcc Exp $
.\"
.\" Copyright (c) 1997-2001 Michael Shalayeff
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: November 23 2015 $
.Dt BOOT 8 i386
.Os
.Sh NAME
@@ -34,7 +34,7 @@
.Nd i386-specific second-stage bootstrap
.Sh DESCRIPTION
The main purpose of this program is to load the system kernel while dealing
-with the downfalls of the PC BIOS architecture.
+with the pitfalls of the PC BIOS architecture.
.Pp
As described in
.Xr boot_i386 8 ,