Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8 To get no space between [device:] and [filena...



details:   https://anonhg.NetBSD.org/src/rev/0d58edb0df92
branches:  trunk
changeset: 801747:0d58edb0df92
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Aug 16 08:43:12 2014 +0000

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

diffstat:

 share/man/man8/boot.8             |  6 +++---
 share/man/man8/man8.cobalt/boot.8 |  6 +++---
 share/man/man8/man8.x68k/boot.8   |  6 +++---
 share/man/man8/man8.x86/boot.8    |  6 +++---
 share/man/man8/man8.x86/dosboot.8 |  6 +++---
 share/man/man8/man8.x86/pxeboot.8 |  6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diffs (162 lines):

diff -r 04ca287dc644 -r 0d58edb0df92 share/man/man8/boot.8
--- a/share/man/man8/boot.8     Sat Aug 16 07:22:30 2014 +0000
+++ b/share/man/man8/boot.8     Sat Aug 16 08:43:12 2014 +0000
@@ -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 @@
 .\" 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
diff -r 04ca287dc644 -r 0d58edb0df92 share/man/man8/man8.cobalt/boot.8
--- a/share/man/man8/man8.cobalt/boot.8 Sat Aug 16 07:22:30 2014 +0000
+++ b/share/man/man8/man8.cobalt/boot.8 Sat Aug 16 08:43:12 2014 +0000
@@ -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 @@
 .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.
diff -r 04ca287dc644 -r 0d58edb0df92 share/man/man8/man8.x68k/boot.8
--- a/share/man/man8/man8.x68k/boot.8   Sat Aug 16 07:22:30 2014 +0000
+++ b/share/man/man8/man8.x68k/boot.8   Sat Aug 16 08:43:12 2014 +0000
@@ -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 @@
 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
diff -r 04ca287dc644 -r 0d58edb0df92 share/man/man8/man8.x86/boot.8
--- a/share/man/man8/man8.x86/boot.8    Sat Aug 16 07:22:30 2014 +0000
+++ b/share/man/man8/man8.x86/boot.8    Sat Aug 16 08:43:12 2014 +0000
@@ -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 @@
 .\" 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
diff -r 04ca287dc644 -r 0d58edb0df92 share/man/man8/man8.x86/dosboot.8
--- a/share/man/man8/man8.x86/dosboot.8 Sat Aug 16 07:22:30 2014 +0000
+++ b/share/man/man8/man8.x86/dosboot.8 Sat Aug 16 08:43:12 2014 +0000
@@ -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 @@
 .\" 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
diff -r 04ca287dc644 -r 0d58edb0df92 share/man/man8/man8.x86/pxeboot.8
--- a/share/man/man8/man8.x86/pxeboot.8 Sat Aug 16 07:22:30 2014 +0000
+++ b/share/man/man8/man8.x86/pxeboot.8 Sat Aug 16 08:43:12 2014 +0000
@@ -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 @@
 .\" 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



Home | Main Index | Thread Index | Old Index