Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/notes/common Pull up revision 1.20 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/33249e8183ec
branches:  netbsd-1-6
changeset: 528564:33249e8183ec
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 22 17:10:01 2002 +0000

description:
Pull up revision 1.20 (requested by lukem):
consistently use \n[MACHINE] instead of r_MACHINE

diffstat:

 distrib/notes/common/upgrade |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 8cbfca251b47 -r 33249e8183ec distrib/notes/common/upgrade
--- a/distrib/notes/common/upgrade      Mon Jul 22 17:08:32 2002 +0000
+++ b/distrib/notes/common/upgrade      Mon Jul 22 17:10:01 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: upgrade,v 1.13.2.6 2002/07/22 05:25:03 lukem Exp $
+.\"    $NetBSD: upgrade,v 1.13.2.7 2002/07/22 17:10:01 lukem Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -40,7 +40,7 @@
 from an earlier version by recompiling from source, primarily due to
 interdependencies in the various components.
 .Pp
-.ie r_atari \{\
+.ie \n[atari] \{\
 To do the upgrade, you must first boot the system as described in the
 .Sx Booting the installer
 section.
@@ -51,7 +51,7 @@
 the methods described above.
 .\}
 .el \{\
-.ie r_pmax \{\
+.ie \n[pmax] \{\
 To do the upgrade, you must install new bootblocks and boot off
 the
 .Ic install
@@ -60,7 +60,7 @@
 section.
 .\}
 .el \{\
-.ie r_x68k \{\
+.ie \n[x68k] \{\
 As noted above, you must have the
 .Pa loadbsd.x
 utility and the installation kernel you chose, or, the
@@ -68,7 +68,7 @@
 .\}
 .el \{\
 To do the upgrade, you must have the boot floppy
-.if r_alpha set
+.if \n[alpha]:\n[i386] set
 available.
 .\}\}\}\}
 You must also have at least the
@@ -99,7 +99,7 @@
 partition or on
 another operating system's partition, before beginning the upgrade
 process.
-.if r_macppc \{\
+.if \n[macppc] \{\
 Since installation of the bootloader will prevent
 .Tn Mac OS
 from using the disk and will prevent Open Firmware 3 machines from



Home | Main Index | Thread Index | Old Index