summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 15:16:45 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 15:16:45 +0000
commit840dcf322050b4f05806a68886c1ca3d327b9b42 (patch)
tree9e86d72fec15c3d7de6624531689373660b9c244 /sys/arch/i386
parent27fad9823036e4e7f322b6db631263300af738d5 (diff)
reduce .Nd to one line and kill .Tn while here
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/biosboot/biosboot.87
-rw-r--r--sys/arch/i386/stand/boot/boot.87
-rw-r--r--sys/arch/i386/stand/cdboot/cdboot.87
3 files changed, 9 insertions, 12 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8
index b154093d068..0c6364930f8 100644
--- a/sys/arch/i386/stand/biosboot/biosboot.8
+++ b/sys/arch/i386/stand/biosboot/biosboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: biosboot.8,v 1.25 2013/10/28 15:15:08 stsp Exp $
+.\" $OpenBSD: biosboot.8,v 1.26 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 i386
.Os
.Sh NAME
.Nm biosboot
-.Nd
-i386-specific first-stage system bootstrap
+.Nd i386-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/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8
index ef64bbb8157..af87c9c7013 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.61 2015/06/22 18:31:49 jmc Exp $
+.\" $OpenBSD: boot.8,v 1.62 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 i386
.Os
.Sh NAME
.Nm boot ,
.Nm boot.conf
-.Nd
-i386-specific second-stage bootstrap
+.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.
diff --git a/sys/arch/i386/stand/cdboot/cdboot.8 b/sys/arch/i386/stand/cdboot/cdboot.8
index 1d356af2fc9..52beaec701a 100644
--- a/sys/arch/i386/stand/cdboot/cdboot.8
+++ b/sys/arch/i386/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 i386
.Os
.Sh NAME
.Nm cdboot
-.Nd
-i386-specific second-stage CD-specific bootstrap
+.Nd i386-specific second-stage CD-specific bootstrap
.Sh DESCRIPTION
.Nm
is a modified version of the i386 second-stage bootstrap program,