diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 15:16:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 15:16:45 +0000 |
commit | 840dcf322050b4f05806a68886c1ca3d327b9b42 (patch) | |
tree | 9e86d72fec15c3d7de6624531689373660b9c244 /sys | |
parent | 27fad9823036e4e7f322b6db631263300af738d5 (diff) |
reduce .Nd to one line and kill .Tn while here
Diffstat (limited to 'sys')
-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 | ||||
-rw-r--r-- | sys/arch/armish/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/hppa/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/hppa64/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.8 | 7 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/i386/stand/cdboot/cdboot.8 | 7 | ||||
-rw-r--r-- | sys/arch/landisk/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/landisk/stand/mbr/mbr.8 | 7 | ||||
-rw-r--r-- | sys/arch/landisk/stand/xxboot/xxboot.8 | 7 | ||||
-rw-r--r-- | sys/arch/socppc/stand/boot/boot.8 | 7 | ||||
-rw-r--r-- | sys/arch/zaurus/stand/zboot/boot.8 | 7 |
14 files changed, 42 insertions, 56 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, diff --git a/sys/arch/armish/stand/boot/boot.8 b/sys/arch/armish/stand/boot/boot.8 index 932261bf0d4..f116ca59f30 100644 --- a/sys/arch/armish/stand/boot/boot.8 +++ b/sys/arch/armish/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.5 2015/06/22 18:31:48 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.6 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 armish .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -armish-specific bootstrap +.Nd armish-specific bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel. .Pp diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8 index 372d56022f9..83d2e63afed 100644 --- a/sys/arch/hppa/stand/boot/boot.8 +++ b/sys/arch/hppa/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.21 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.22 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2002 Michael Shalayeff @@ -26,14 +26,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 hppa .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -hppa-specific bootstrap +.Nd hppa-specific bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel while dealing with the various features of the PA-RISC hardware. diff --git a/sys/arch/hppa64/stand/boot/boot.8 b/sys/arch/hppa64/stand/boot/boot.8 index 3ccebfb847f..26764be1f5a 100644 --- a/sys/arch/hppa64/stand/boot/boot.8 +++ b/sys/arch/hppa64/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.10 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.11 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2002 Miodrag Vallat .\" Copyright (c) 1997-2005 Michael Shalayeff @@ -26,14 +26,13 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 22 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BOOT 8 hppa64 .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -hppa64-specific bootstrap +.Nd hppa64-specific bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel while dealing with the various features of the PA-RISC hardware. 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, diff --git a/sys/arch/landisk/stand/boot/boot.8 b/sys/arch/landisk/stand/boot/boot.8 index 44260173e73..ca453cb8ea5 100644 --- a/sys/arch/landisk/stand/boot/boot.8 +++ b/sys/arch/landisk/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.6 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.7 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 landisk .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -landisk-specific second-stage bootstrap +.Nd landisk-specific second-stage bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel from the root file system of the machine. diff --git a/sys/arch/landisk/stand/mbr/mbr.8 b/sys/arch/landisk/stand/mbr/mbr.8 index ac9bdf5d29c..647a7e4b15b 100644 --- a/sys/arch/landisk/stand/mbr/mbr.8 +++ b/sys/arch/landisk/stand/mbr/mbr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbr.8,v 1.4 2007/05/31 19:20:03 jmc Exp $ +.\" $OpenBSD: mbr.8,v 1.5 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2006 Michael Shalayeff .\" All rights reserved. @@ -15,13 +15,12 @@ .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt MBR 8 landisk .Os .Sh NAME .Nm mbr -.Nd -LANDISK-specific Master Boot Record +.Nd LANDISK-specific Master Boot Record .Sh SYNOPSIS .Nm .Sh DESCRIPTION diff --git a/sys/arch/landisk/stand/xxboot/xxboot.8 b/sys/arch/landisk/stand/xxboot/xxboot.8 index 3f27630a08c..8e5a6b82d95 100644 --- a/sys/arch/landisk/stand/xxboot/xxboot.8 +++ b/sys/arch/landisk/stand/xxboot/xxboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xxboot.8,v 1.3 2007/05/31 19:20:04 jmc Exp $ +.\" $OpenBSD: xxboot.8,v 1.4 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2006 Michael Shalayeff .\" All rights reserved. @@ -15,13 +15,12 @@ .\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 10 2015 $ .Dt XXBOOT 8 landisk .Os .Sh NAME .Nm xxboot -.Nd -LANDISK-specific primary boot loader +.Nd LANDISK-specific primary boot loader .Sh DESCRIPTION This small program, residing in the reserved sectors at the beginning of the root file system of the system, is responsible for loading diff --git a/sys/arch/socppc/stand/boot/boot.8 b/sys/arch/socppc/stand/boot/boot.8 index 0c1a4dbeacd..1f64f74b908 100644 --- a/sys/arch/socppc/stand/boot/boot.8 +++ b/sys/arch/socppc/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.6 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.7 2015/09/10 15:16:44 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 socppc .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -socppc-specific bootstrap +.Nd socppc-specific bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel. .Pp diff --git a/sys/arch/zaurus/stand/zboot/boot.8 b/sys/arch/zaurus/stand/zboot/boot.8 index 08ce1dccdbd..166290097a5 100644 --- a/sys/arch/zaurus/stand/zboot/boot.8 +++ b/sys/arch/zaurus/stand/zboot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.12 2015/06/22 18:31:49 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.13 2015/09/10 15:16:44 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 zaurus .Os .Sh NAME .Nm boot , .Nm boot.conf -.Nd -zaurus-specific second-stage bootstrap +.Nd zaurus-specific second-stage bootstrap .Sh DESCRIPTION The main purpose of this program is to load the system kernel while dealing with the peculiarities of the zaurus machine. |