diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/stand/biosboot/biosboot.8 | 7 | ||||
-rw-r--r-- | sys/arch/amd64/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/amd64/stand/cdboot/cdboot.8 | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/sys/arch/amd64/stand/biosboot/biosboot.8 b/sys/arch/amd64/stand/biosboot/biosboot.8 index ec1bd95393f..709ccfeae68 100644 --- a/sys/arch/amd64/stand/biosboot/biosboot.8 +++ b/sys/arch/amd64/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.11 2013/10/28 15:15:08 stsp Exp $ +.\" $OpenBSD: biosboot.8,v 1.12 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> .\" Copyright (c) 1997 Michael Shalayeff @@ -25,13 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 28 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BIOSBOOT 8 amd64 .Os .Sh NAME .Nm biosboot -.Nd -amd64-specific first-stage system bootstrap +.Nd amd64-specific first-stage system bootstrap .Sh DESCRIPTION This small program (roughly 512 bytes of code) is responsible for loading the second-stage diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8 index 5b04f7ed589..cc5faac959d 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.24 2015/06/22 18:31:48 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.25 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,14 +25,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 amd64 .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -amd64-specific second-stage bootstrap +.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. diff --git a/sys/arch/amd64/stand/cdboot/cdboot.8 b/sys/arch/amd64/stand/cdboot/cdboot.8 index 9789d73b364..430faff0f0a 100644 --- a/sys/arch/amd64/stand/cdboot/cdboot.8 +++ b/sys/arch/amd64/stand/cdboot/cdboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdboot.8,v 1.8 2012/10/29 17:25:29 jmc Exp $ +.\" $OpenBSD: cdboot.8,v 1.9 2015/09/10 15:16:43 schwarze Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -25,13 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 29 2012 $ +.Dd $Mdocdate: September 10 2015 $ .Dt CDBOOT 8 amd64 .Os .Sh NAME .Nm cdboot -.Nd -amd64-specific second-stage CD-specific bootstrap +.Nd amd64-specific second-stage CD-specific bootstrap .Sh DESCRIPTION .Nm is a modified version of the amd64 second-stage bootstrap program, |