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/hp300 Pull up revision 1.18 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/8cbfca251b47
branches:  netbsd-1-6
changeset: 528563:8cbfca251b47
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 22 17:08:32 2002 +0000

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

diffstat:

 distrib/notes/hp300/upgrade |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 8cf84089357b -r 8cbfca251b47 distrib/notes/hp300/upgrade
--- a/distrib/notes/hp300/upgrade       Mon Jul 22 17:07:33 2002 +0000
+++ b/distrib/notes/hp300/upgrade       Mon Jul 22 17:08:32 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: upgrade,v 1.15.2.2 2002/07/11 18:41:46 thorpej Exp $
+.\"    $NetBSD: upgrade,v 1.15.2.3 2002/07/22 17:08:32 lukem Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -46,7 +46,7 @@
 .Sy upgrade
 option once the miniroot has booted.
 The upgrade program with then guide you through the procedure.
-.if r_hp300 \{\
+.if \n[hp300] \{\
 While you can boot the miniroot using the same methods described above for
 a fresh install of
 .Nx*M
@@ -109,7 +109,7 @@
 at the prompt.
 .enum)
 .Pp
-.\} \" ! r_hp300
+.\} \" ! \n[hp300]
 The upgrade program will:
 .(enum
 Enable the network based on your system's current
@@ -168,7 +168,7 @@
 Back up your pre-existing kernel and copy the \*V
 kernel into your root partition
 .Pq Pa / .
-.ie r_hp300 \{\
+.ie \n[hp300] \{\
 .It
 Extract and install a new boot block:
 .Pp
@@ -214,7 +214,7 @@
 .Pp
 .Dl # Ic "cd /"
 .Dl # Ic "pax -zrvpe -f" Em /path/to/ Ns Ic base.tgz
-.if r_mvme68k \{\
+.if \n[mvme68k] \{\
 .It
 Install a new boot block:
 .Pp



Home | Main Index | Thread Index | Old Index