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/arch/landisk | |
parent | 27fad9823036e4e7f322b6db631263300af738d5 (diff) |
reduce .Nd to one line and kill .Tn while here
Diffstat (limited to 'sys/arch/landisk')
-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 |
3 files changed, 9 insertions, 12 deletions
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 |