diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-11-23 18:38:38 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-11-23 18:38:38 +0000 |
commit | 5f6a0461377cf78f6de38d20e06b83bdd5052554 (patch) | |
tree | aaa98e1d30b7b30aeec856161d4324178ee6c6cf /sys/arch | |
parent | cc0b5b6eaf8d1db7c804c2ef37f1655f49b54de5 (diff) |
downfalls -> pitfalls
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/stand/boot/boot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8 index cc5faac959d..2113917f991 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.25 2015/09/10 15:16:43 schwarze Exp $ +.\" $OpenBSD: boot.8,v 1.26 2015/11/23 18:38:37 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 amd64 .Os .Sh NAME @@ -34,7 +34,7 @@ .Nd amd64-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_amd64 8 , |