Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/x68k clean up whitespace, formatting, copyrights



details:   https://anonhg.NetBSD.org/src/rev/0fb50542918b
branches:  trunk
changeset: 533444:0fb50542918b
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Jun 30 13:06:05 2002 +0000

description:
clean up whitespace, formatting, copyrights

diffstat:

 distrib/notes/x68k/hardware |  19 +++++++++++--------
 distrib/notes/x68k/install  |  34 +---------------------------------
 distrib/notes/x68k/prep     |   9 +++++----
 distrib/notes/x68k/upgrade  |  35 +----------------------------------
 4 files changed, 18 insertions(+), 79 deletions(-)

diffs (159 lines):

diff -r db4f07409322 -r 0fb50542918b distrib/notes/x68k/hardware
--- a/distrib/notes/x68k/hardware       Sun Jun 30 12:57:29 2002 +0000
+++ b/distrib/notes/x68k/hardware       Sun Jun 30 13:06:05 2002 +0000
@@ -1,11 +1,12 @@
-.\"    $NetBSD: hardware,v 1.14 2002/05/26 03:37:18 isaki Exp $
+.\"    $NetBSD: hardware,v 1.15 2002/06/30 13:06:05 lukem Exp $
 .
 .Nx*M
 \*V runs on the Sharp X68030 series PCs with a
 .Em true
-MC68030 MPU (not the original MC68EC030).  Since the processor of
-the X68030 series is the MC68EC030, you need to replace it with an
-MC68030. Simply remove the old chip and put in the new one instead.
+MC68030 MPU (not the original MC68EC030).
+Since the processor of the X68030 series is the MC68EC030,
+you need to replace it with an MC68030.
+Simply remove the old chip and put in the new one instead.
 The largest difficulty might be to open your X68030.
 .Pp
 In addition, some accelerators are supported:
@@ -21,8 +22,8 @@
 .bullet)
 .Pp
 Note that the processor for the Xellent30 series is MC68EC030, so
-you need to replace your processor as well as for X68030.  040Excel
-is reported
+you need to replace your processor as well as for X68030.
+040Excel is reported
 .Em not
 to work at all; possibly because MC68LC040 support is
 incomplete.
@@ -31,7 +32,8 @@
 but not required.
 .Pp
 The minimal configuration requires 4 MB of RAM and about 100 MB of
-disk space.  To install the entire system requires much more disk space,
+disk space.
+To install the entire system requires much more disk space,
 and to run X or compile the system, more RAM is recommended.
 .Pp
 Here is a table of recommended HD partition sizes for a full install:
@@ -48,7 +50,8 @@
 .Pp
 As you may note the recommended size of
 .Pa /usr
-is 100 MB greater than needed. This is to leave room for a kernel source and
+is 100 MB greater than needed.
+This is to leave room for a kernel source and
 compile tree as you will probably want to compile your own kernel.
 .Li ( ALL
 is large and bulky to accommodate all people).
diff -r db4f07409322 -r 0fb50542918b distrib/notes/x68k/install
--- a/distrib/notes/x68k/install        Sun Jun 30 12:57:29 2002 +0000
+++ b/distrib/notes/x68k/install        Sun Jun 30 13:06:05 2002 +0000
@@ -1,35 +1,3 @@
-.\"    $NetBSD: install,v 1.17 2000/12/01 08:02:34 minoura Exp $
-.\"
-.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\"    notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\"    notice, this list of conditions and the following disclaimer in the
-.\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"        This product includes software developed by the NetBSD
-.\"        Foundation, Inc. and its contributors.
-.\" 4. Neither the name of The NetBSD Foundation nor the names of its
-.\"    contributors may be used to endorse or promote products derived
-.\"    from this software without specific prior written permission.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
-.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-.\" POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"    $NetBSD: install,v 1.18 2002/06/30 13:06:06 lukem Exp $
 .
 .so ../common/sysinst
diff -r db4f07409322 -r 0fb50542918b distrib/notes/x68k/prep
--- a/distrib/notes/x68k/prep   Sun Jun 30 12:57:29 2002 +0000
+++ b/distrib/notes/x68k/prep   Sun Jun 30 13:06:05 2002 +0000
@@ -1,18 +1,19 @@
-.\"    $NetBSD: prep,v 1.7 2000/10/29 14:08:12 lukem Exp $
+.\"    $NetBSD: prep,v 1.8 2002/06/30 13:06:06 lukem Exp $
 .
 .(Note
 Currently
 .Nx*M
 requires a dedicated disk when you install
-it for the first time.  In other words
+it for the first time.
+In other words
 .Nx*M
 cannot be installed
 on the hard disk on which
 .Tn Human68k
 or any other operating systems reside.
 This is because of the poor installer, and the system itself
-can share a single disk with other OSs.  This problem should be fixed
-in the next release.
+can share a single disk with other OSs.
+This problem should be fixed in the next release.
 .Note)
 .Pp
 What you have to do to prepare the disk is only to physically format
diff -r db4f07409322 -r 0fb50542918b distrib/notes/x68k/upgrade
--- a/distrib/notes/x68k/upgrade        Sun Jun 30 12:57:29 2002 +0000
+++ b/distrib/notes/x68k/upgrade        Sun Jun 30 13:06:05 2002 +0000
@@ -1,36 +1,3 @@
-.\"    $NetBSD: upgrade,v 1.14 2001/04/08 02:49:17 minoura Exp $
-.\"
-.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\"    notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\"    notice, this list of conditions and the following disclaimer in the
-.\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"        This product includes software developed by the NetBSD
-.\"        Foundation, Inc. and its contributors.
-.\" 4. Neither the name of The NetBSD Foundation nor the names of its
-.\"    contributors may be used to endorse or promote products derived
-.\"    from this software without specific prior written permission.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
-.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-.\" POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\"    $NetBSD: upgrade,v 1.15 2002/06/30 13:06:06 lukem Exp $
 .
 .so ../common/upgrade
-.Pp



Home | Main Index | Thread Index | Old Index