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



details:   https://anonhg.NetBSD.org/src/rev/3a916ad1edc2
branches:  netbsd-1-6
changeset: 528560:3a916ad1edc2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jul 22 16:49:22 2002 +0000

description:
Pull up revision 1.13 (requested by lukem):
- convert sun2/upgrade to use ../sun3/upgrade, rather than unnecessarily
  duplicating the contents of the latter
- fix some types in sun3/upgrade

diffstat:

 distrib/notes/sun3/upgrade |  15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diffs (52 lines):

diff -r 9367b95d62c9 -r 3a916ad1edc2 distrib/notes/sun3/upgrade
--- a/distrib/notes/sun3/upgrade        Mon Jul 22 16:49:13 2002 +0000
+++ b/distrib/notes/sun3/upgrade        Mon Jul 22 16:49:22 2002 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: upgrade,v 1.11.2.1 2002/07/02 04:20:19 lukem Exp $
+.\"    $NetBSD: upgrade,v 1.11.2.2 2002/07/22 16:49:22 lukem Exp $
 .\"
-.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,6 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .
-.if r_sun3 \{\
 It is possible to easily upgrade your existing
 .Nx*M
 system
@@ -72,10 +71,8 @@
 .Pp
 Using the miniroot's upgrade program is the preferred method
 of upgrading your system.
-.\}
 .Pp
-However, it is possible to upgrade your system
-manually.
+However, it is possible to upgrade your system manually.
 To do this, follow the following procedure:
 .(bullet -offset indent
 Place
@@ -128,7 +125,7 @@
 .Dl # Ic "cd /usr/mdec"
 .Dl # Ic "cp -p \&./ufsboot /mnt/ufsboot"
 .Dl # Ic "sync ; sleep 1 ; sync"
-.Dl # Ic "\&./installboot -v /ufsboot bootxx /dev/rsd0a"
+.Dl # Ic "/usr/sbin/installboot -v /dev/rsd0a bootxx /ufsboot"
 .It
 Sync the file systems:
 .Pp
@@ -139,8 +136,8 @@
 wish to extract additional sets at a later time.
 To extract these sets, use the following commands:
 .Pp
-.Dl # "Ic cd /"
-.Dl # "Ic pax -zrvpe -f" Ar "\&"path to set\&""
+.Dl # Ic "cd /"
+.Dl # Ic "pax -zrvpe -f" Ar path_to_set
 .bullet)
 .(Note
 .No You Em should not



Home | Main Index | Thread Index | Old Index