Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common Adapt for the atari. Also add some brac...



details:   https://anonhg.NetBSD.org/src/rev/db90775707b5
branches:  trunk
changeset: 533068:db90775707b5
user:      leo <leo%NetBSD.org@localhost>
date:      Thu Jun 20 10:44:07 2002 +0000

description:
Adapt for the atari. Also add some braces to make the if-switch do what I
think it should do.

diffstat:

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

diffs (48 lines):

diff -r 3700ec8526ab -r db90775707b5 distrib/notes/common/upgrade
--- a/distrib/notes/common/upgrade      Thu Jun 20 10:29:14 2002 +0000
+++ b/distrib/notes/common/upgrade      Thu Jun 20 10:44:07 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: upgrade,v 1.13 2002/04/14 13:12:38 bjh21 Exp $
+.\"    $NetBSD: upgrade,v 1.14 2002/06/20 10:44:07 leo Exp $
 .\"
 .\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -40,11 +40,18 @@
 to advance to a later version by recompiling from source due primarily
 to interdependencies in the various components.
 .Pp
+.ie r_atari \{\
+To do the upgrade, you must first boot the system as described in the
+.Sx Booting the installer
+section.
+.\}
+.el \{\
 .ie \n[macppc]:\n[sparc] \{\
 To do the upgrade, you must boot from the installer kernel using one of
 the methods described above.
 .\}
-.el .ie r_pmax \{\
+.el \{\
+.ie r_pmax \{\
 To do the upgrade, you must install new bootblocks and boot off
 the
 .Ic install
@@ -52,7 +59,8 @@
 .Sx Installing from an existing system
 section.
 .\}
-.el .ie r_x68k \{\
+.el \{\
+.ie r_x68k \{\
 As noted above, you must have the
 .Pa loadbsd.x
 utility and the installation kernel you chose, or, the
@@ -62,7 +70,7 @@
 To do the upgrade, you must have the boot floppy
 .if r_alpha set
 available.
-.\}
+.\}\}\}\}
 You must also have at least the
 .Sy base
 and



Home | Main Index | Thread Index | Old Index