Module Name:    src
Committed By:   apb
Date:           Sat Aug 16 08:43:12 UTC 2014

Modified Files:
        src/share/man/man8: boot.8
        src/share/man/man8/man8.cobalt: boot.8
        src/share/man/man8/man8.x68k: boot.8
        src/share/man/man8/man8.x86: boot.8 dosboot.8 pxeboot.8

Log Message:
To get no space between [device:] and [filename],
the mdoc input needs ... Oc Ns Oo ..., not ... Ns Oc Oo ....


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man8/boot.8
cvs rdiff -u -r1.8 -r1.9 src/share/man/man8/man8.cobalt/boot.8
cvs rdiff -u -r1.14 -r1.15 src/share/man/man8/man8.x68k/boot.8
cvs rdiff -u -r1.1 -r1.2 src/share/man/man8/man8.x86/boot.8 \
    src/share/man/man8/man8.x86/dosboot.8 \
    src/share/man/man8/man8.x86/pxeboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man8/boot.8
diff -u src/share/man/man8/boot.8:1.13 src/share/man/man8/boot.8:1.14
--- src/share/man/man8/boot.8:1.13	Thu Aug 14 15:50:42 2014
+++ src/share/man/man8/boot.8	Sat Aug 16 08:43:12 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.13 2014/08/14 15:50:42 apb Exp $
+.\"	$NetBSD: boot.8,v 1.14 2014/08/16 08:43:12 apb Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)boot_i386.8	8.2 (Berkeley) 4/19/94
 .\"
-.Dd August 14, 2014
+.Dd August 16, 2014
 .Dt BOOT 8
 .Os
 .Sh NAME
@@ -62,7 +62,7 @@ input of these commands:
 .\" man pages (man8/man8.*/*boot*.8);
 .\" please try to keep all relevant files synchronized.
 .Bl -tag -width 04n -offset 04n
-.It Ic boot Oo Va device : Ns Oc Oo Va filename Oc Oo Fl 1234abcdmqsvxz Oc
+.It Ic boot Oo Va device : Oc Ns Oo Va filename Oc Oo Fl 1234abcdmqsvxz Oc
 The default
 .Va device
 will be set to the disk that the boot loader was

Index: src/share/man/man8/man8.cobalt/boot.8
diff -u src/share/man/man8/man8.cobalt/boot.8:1.8 src/share/man/man8/man8.cobalt/boot.8:1.9
--- src/share/man/man8/man8.cobalt/boot.8:1.8	Sun Feb 21 13:33:03 2010
+++ src/share/man/man8/man8.cobalt/boot.8	Sat Aug 16 08:43:12 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.8 2010/02/21 13:33:03 wiz Exp $
+.\"	$NetBSD: boot.8,v 1.9 2014/08/16 08:43:12 apb Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)boot_i386.8	8.2 (Berkeley) 4/19/94
 .\"
-.Dd November 6, 2008
+.Dd August 16, 2014
 .Dt BOOT 8 cobalt
 .Os
 .Sh NAME
@@ -343,7 +343,7 @@ Cobalt: bfd /boot/boot.gz [options]
 .Pp
 The boot loader allows the following options:
 .Bl -tag -width 04n -offset 04n
-.It Ic nbsd= Oo Va device : Ns Oc Oo Va filename Oc Oo Fl acdqsv Oc
+.It Ic nbsd= Oo Va device : Oc Ns Oo Va filename Oc Oo Fl acdqsv Oc
 .Pp
 The device, filename and options on the bfd prompt are same with the boot
 loader.

Index: src/share/man/man8/man8.x68k/boot.8
diff -u src/share/man/man8/man8.x68k/boot.8:1.14 src/share/man/man8/man8.x68k/boot.8:1.15
--- src/share/man/man8/man8.x68k/boot.8:1.14	Sat Sep  5 11:37:53 2009
+++ src/share/man/man8/man8.x68k/boot.8	Sat Aug 16 08:43:12 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.14 2009/09/05 11:37:53 wiz Exp $
+.\"	$NetBSD: boot.8,v 1.15 2014/08/16 08:43:12 apb Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)boot_i386.8	8.2 (Berkeley) 4/19/94
 .\"
-.Dd April 8, 2003
+.Dd August 16, 2014
 .Dt BOOT 8 x68k
 .Os
 .Sh NAME
@@ -124,7 +124,7 @@ Pressing a key within the time limit wil
 In interactive mode, the boot loader will present a prompt, allowing
 input of these commands:
 .Bl -tag -width helpx -offset indent
-.It Ic boot Oo Ar device : Ns Oc Oo Ar filename Oc Oo Fl adqsv Oc
+.It Ic boot Oo Ar device : Oc Ns Oo Ar filename Oc Oo Fl adqsv Oc
 The default
 .Ar device
 will be set to the disk that the boot loader was

Index: src/share/man/man8/man8.x86/boot.8
diff -u src/share/man/man8/man8.x86/boot.8:1.1 src/share/man/man8/man8.x86/boot.8:1.2
--- src/share/man/man8/man8.x86/boot.8:1.1	Wed Jul 31 21:01:13 2013
+++ src/share/man/man8/man8.x86/boot.8	Sat Aug 16 08:43:12 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: boot.8,v 1.1 2013/07/31 21:01:13 soren Exp $
+.\"	$NetBSD: boot.8,v 1.2 2014/08/16 08:43:12 apb Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)boot_i386.8	8.2 (Berkeley) 4/19/94
 .\"
-.Dd July 31, 2013
+.Dd August 16, 2014
 .Dt BOOT 8 x86
 .Os
 .Sh NAME
@@ -170,7 +170,7 @@ input of these commands:
 .\" also duplicated in the x86-specific dosboot.8 and pxeboot.8;
 .\" please try to keep all relevant files synchronized.
 .Bl -tag -width 04n -offset 04n
-.It Ic boot Oo Va device : Ns Oc Oo Va filename Oc Oo Fl 1234abcdmqsvxz Oc
+.It Ic boot Oo Va device : Oc Ns Oo Va filename Oc Oo Fl 1234abcdmqsvxz Oc
 The default
 .Va device
 will be set to the disk that the boot loader was
Index: src/share/man/man8/man8.x86/dosboot.8
diff -u src/share/man/man8/man8.x86/dosboot.8:1.1 src/share/man/man8/man8.x86/dosboot.8:1.2
--- src/share/man/man8/man8.x86/dosboot.8:1.1	Wed Jul 31 21:01:13 2013
+++ src/share/man/man8/man8.x86/dosboot.8	Sat Aug 16 08:43:12 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dosboot.8,v 1.1 2013/07/31 21:01:13 soren Exp $
+.\"	$NetBSD: dosboot.8,v 1.2 2014/08/16 08:43:12 apb Exp $
 .\"
 .\" Copyright (c) 1997
 .\" 	Matthias Drochner.  All rights reserved.
@@ -26,7 +26,7 @@
 .\"
 .\"     @(#)boot_i386.8	8.2 (Berkeley) 4/19/94
 .\"
-.Dd July 31, 2013
+.Dd August 16, 2014
 .Dt DOSBOOT 8 x86
 .Os
 .Sh NAME
@@ -107,7 +107,7 @@ flag or in interactive mode are:
 .\" and in other x86-specific *boot.8 files;
 .\" please try to keep all relevant files synchronized.
 .Bl -tag -width 04n -offset 04n
-.It Ic boot Oo Va device : Ns Oc Oo Va filename Oc Oo Fl 1234abcdmqsvxz Oc
+.It Ic boot Oo Va device : Oc Ns Oo Va filename Oc Oo Fl 1234abcdmqsvxz Oc
 Boot
 .Nx .
 See
Index: src/share/man/man8/man8.x86/pxeboot.8
diff -u src/share/man/man8/man8.x86/pxeboot.8:1.1 src/share/man/man8/man8.x86/pxeboot.8:1.2
--- src/share/man/man8/man8.x86/pxeboot.8:1.1	Wed Jul 31 21:01:13 2013
+++ src/share/man/man8/man8.x86/pxeboot.8	Sat Aug 16 08:43:12 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pxeboot.8,v 1.1 2013/07/31 21:01:13 soren Exp $
+.\"	$NetBSD: pxeboot.8,v 1.2 2014/08/16 08:43:12 apb Exp $
 .\"
 .\" Copyright (c) 2003
 .\" 	Matthias Drochner.  All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 7, 2010
+.Dd August 16, 2014
 .Dt PXEBOOT 8 x86
 .Os
 .Sh NAME
@@ -225,7 +225,7 @@ The commands accepted in interactive mod
 .\" and in other x86-specific *boot.8 files;
 .\" please try to keep all relevant files synchronized.
 .Bl -tag -width 04n -offset 04n
-.It Ic boot Oo Va device : Ns Oc Oo Va filename Oc Oo Fl 1234abcdmqsvxz Oc
+.It Ic boot Oo Va device : Oc Ns Oo Va filename Oc Oo Fl 1234abcdmqsvxz Oc
 Boot
 .Nx .
 See

Reply via email to