Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8 Punctuation fixes.



details:   https://anonhg.NetBSD.org/src/rev/bf15e730fa6b
branches:  trunk
changeset: 514666:bf15e730fa6b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Sep 08 01:34:37 2001 +0000

description:
Punctuation fixes.

diffstat:

 share/man/man8/man8.hp300/boot.8       |   6 +++---
 share/man/man8/man8.i386/boot.8        |   6 +++---
 share/man/man8/man8.mac68k/boot.8      |   4 ++--
 share/man/man8/man8.mvme68k/boot.8     |   4 ++--
 share/man/man8/man8.next68k/boot.8     |   6 +++---
 share/man/man8/man8.pmax/boot.8        |  12 ++++++------
 share/man/man8/man8.pmax/installboot.8 |   4 ++--
 share/man/man8/man8.sparc/boot.8       |   4 ++--
 share/man/man8/man8.sun3/boot.8        |   4 ++--
 share/man/man8/man8.vax/boot.8         |   6 +++---
 share/man/man8/man8.vax/installboot.8  |   4 ++--
 11 files changed, 30 insertions(+), 30 deletions(-)

diffs (259 lines):

diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.hp300/boot.8
--- a/share/man/man8/man8.hp300/boot.8  Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.hp300/boot.8  Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.5 2001/09/05 23:53:23 wiz Exp $
+.\"    $NetBSD: boot.8,v 1.6 2001/09/08 01:34:37 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -45,12 +45,12 @@
 .Nd
 system bootstrapping procedures
 .Sh DESCRIPTION
-.Sy Power fail and crash recovery.
+.Sy Power fail and crash recovery
 Normally, the system will reboot itself at power-up or after crashes.
 An automatic consistency check of the file systems will be performed,
 and unless this fails, the system will resume multi-user operations.
 .Pp
-.Sy Cold starts.
+.Sy Cold starts
 On an HP300, the boot procedure uses the boot ROM to load a boot program
 from an
 .Tn LIF
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.i386/boot.8
--- a/share/man/man8/man8.i386/boot.8   Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.i386/boot.8   Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.20 2001/09/05 23:53:23 wiz Exp $
+.\"    $NetBSD: boot.8,v 1.21 2001/09/08 01:34:38 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -62,7 +62,7 @@
 .Nx No 's
 .No boot-selecting
 master boot record - see
-.Xr mbr 8 ).
+.Xr mbr 8 ) .
 .Pp
 .Ss Normal Operation
 Once running, a banner similar to the following will appear:
@@ -222,7 +222,7 @@
 boot block for machines that need their video boards reset on bootup (e.g. iOpeners).
 .It Pa /boot
 boot block (written by
-.Xr installboot 8 ).
+.Xr installboot 8 ) .
 .El
 .Sh SEE ALSO
 .Xr ddb 4 ,
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.mac68k/boot.8
--- a/share/man/man8/man8.mac68k/boot.8 Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.mac68k/boot.8 Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.5 2001/09/05 23:53:24 wiz Exp $
+.\"    $NetBSD: boot.8,v 1.6 2001/09/08 01:34:39 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -46,7 +46,7 @@
 .Nd
 system bootstrapping procedures
 .Sh DESCRIPTION
-.Sy Power fail and crash recovery.
+.Sy Power fail and crash recovery
 Normally, the
 .Nx
 kernel on the mac68k architecture is booted from the native operating
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.mvme68k/boot.8
--- a/share/man/man8/man8.mvme68k/boot.8        Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.mvme68k/boot.8        Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.2 2000/09/24 17:03:28 jdolecek Exp $
+.\"    $NetBSD: boot.8,v 1.3 2001/09/08 01:34:39 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -48,7 +48,7 @@
 .\" .Ar -- <boot string>
 .\" .Oc
 .Sh DESCRIPTION
-.Sy Power fail and crash recovery.
+.Sy Power fail and crash recovery
 Normally, the system will reboot itself at power-up or after crashes.
 An automatic consistency check of the file systems will be performed
 as described in
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.next68k/boot.8
--- a/share/man/man8/man8.next68k/boot.8        Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.next68k/boot.8        Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.1 2000/03/06 08:47:27 deberg Exp $
+.\"    $NetBSD: boot.8,v 1.2 2001/09/08 01:34:40 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -46,12 +46,12 @@
 .Nd
 system bootstrapping procedures
 .Sh DESCRIPTION
-.Sy Power fail and crash recovery.
+.Sy Power fail and crash recovery
 Normally, the system will reboot itself at power-up or after crashes.
 An automatic consistency check of the file systems will be performed,
 and unless this fails, the system will resume multi-user operations.
 .Pp
-.Sy Cold starts.
+.Sy Cold starts
 On an NeXT, the boot procedure uses the boot ROM to load a boot program
 over the network using BOOTP and TFTP.
 The
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.pmax/boot.8
--- a/share/man/man8/man8.pmax/boot.8   Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.pmax/boot.8   Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.9 2001/09/05 23:53:24 wiz Exp $
+.\"    $NetBSD: boot.8,v 1.10 2001/09/08 01:34:41 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -51,12 +51,12 @@
 it is necessary to read it in from disk or tape
 each time it is to be bootstrapped.
 .Pp
-.Sy Power fail and crash recovery.
+.Sy Power fail and crash recovery
 Normally, the system will boot itself at power-up or after crashes.
 An automatic consistency check of the file systems will be performed,
 and unless this fails, the system will resume multi-user operations.
 .Pp
-.Sy Cold starts.
+.Sy Cold starts
 At power up, all DECstation ROMs consult the
 .Nm haltaction
 environment
@@ -93,7 +93,7 @@
 .Nm onetbsd ,
 .Nm gennetbsd .
 Generally, the kernel is named
-.Nm netbsd.
+.Nm netbsd .
 .Pp
 An example bootpath setting would be:
 .nf
@@ -139,7 +139,7 @@
 On TurboChannel machines (all DECstation 5000 models), the boot path
 is specified in the boot environment variable, along with any arguments
 to be passed to the kernel.   Note that to specify boot arguments (e.g.,
-.Fl a)
+.Fl a )
 when setting the
 .Nm boot
 environment variable, the filename and arguments
@@ -175,7 +175,7 @@
 command must be used.   With no arguments, this simply boots the default
 kernel with the default arguments as set with
 .Nm setenv
-.Nm boot.
+.Nm boot .
 If no boot environment variable is set or if an alternative kernel is to be
 booted, the path of that kernel may be specified after the boot command as
 described above, and any arguments may be passed similarly.   For example:
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.pmax/installboot.8
--- a/share/man/man8/man8.pmax/installboot.8    Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.pmax/installboot.8    Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: installboot.8,v 1.5 2001/09/05 23:53:24 wiz Exp $
+.\" $NetBSD: installboot.8,v 1.6 2001/09/08 01:34:41 wiz Exp $
 .\"
 .\" Copyright (c) 1999 Christopher G. Demetriou
 .\" All rights reserved.
@@ -121,7 +121,7 @@
 when making an ISO image which will boot on both
 .Nx Ns Tn /sparc
 and
-.Nx Ns Tn /pmax.
+.Nx Ns Tn /pmax .
 .Em Note : No The existing
 .Nx Ns Tn /sparc
 disklabel should use no more than 4 partitions.
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.sparc/boot.8
--- a/share/man/man8/man8.sparc/boot.8  Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.sparc/boot.8  Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.11 2001/09/05 23:53:24 wiz Exp $
+.\"    $NetBSD: boot.8,v 1.12 2001/09/08 01:34:41 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -49,7 +49,7 @@
 .Ar -- <boot string>
 .Oc
 .Sh DESCRIPTION
-.Sy Power fail and crash recovery.
+.Sy Power fail and crash recovery
 Normally, the system will reboot itself at power-up or after crashes.
 An automatic consistency check of the file systems will be performed
 as described in
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.sun3/boot.8
--- a/share/man/man8/man8.sun3/boot.8   Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.sun3/boot.8   Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.6 2000/09/24 17:03:28 jdolecek Exp $
+.\"    $NetBSD: boot.8,v 1.7 2001/09/08 01:34:42 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -48,7 +48,7 @@
 .\" .Ar -- <boot string>
 .\" .Oc
 .Sh DESCRIPTION
-.Sy Power fail and crash recovery.
+.Sy Power fail and crash recovery
 Normally, the system will reboot itself at power-up or after crashes.
 An automatic consistency check of the file systems will be performed
 as described in
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.vax/boot.8
--- a/share/man/man8/man8.vax/boot.8    Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.vax/boot.8    Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: boot.8,v 1.5 2001/09/05 23:53:24 wiz Exp $
+.\"    $NetBSD: boot.8,v 1.6 2001/09/08 01:34:43 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -41,13 +41,13 @@
 .Nd
 system bootstrapping procedures
 .Sh DESCRIPTION
-.Sy Power fail and crash recovery.
+.Sy Power fail and crash recovery
 Normally, the system will reboot itself at power-up or after crashes.
 Provided the auto-restart is enabled on the machine front panel,
 an automatic consistency check of the file systems will be performed,
 and unless this fails, the system will resume multi-user operations.
 .Pp
-.Sy Cold starts.
+.Sy Cold starts
 These are processor-type dependent.
 On an 11/780, there are two floppy files for each disk controller,
 both of which cause boots from unit 0 of the root file system
diff -r 2e73d972a016 -r bf15e730fa6b share/man/man8/man8.vax/installboot.8
--- a/share/man/man8/man8.vax/installboot.8     Sat Sep 08 01:32:36 2001 +0000
+++ b/share/man/man8/man8.vax/installboot.8     Sat Sep 08 01:34:37 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: installboot.8,v 1.12 2001/09/05 23:53:25 wiz Exp $
+.\" $NetBSD: installboot.8,v 1.13 2001/09/08 01:34:43 wiz Exp $
 .\"
 .\" Copyright (c) 1999 Christopher G. Demetriou
 .\" All rights reserved.
@@ -121,7 +121,7 @@
 when making an ISO image which will boot on both
 .Nx Ns Tn /sparc
 and
-.Nx Ns Tn /vax.
+.Nx Ns Tn /vax .
 .Em Note : No The existing
 .Nx Ns Tn /sparc
 disklabel should use no more than 4 partitions.



Home | Main Index | Thread Index | Old Index