Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/notes/hp300 pull up rev 1.12:



details:   https://anonhg.NetBSD.org/src/rev/44728f3c49be
branches:  netbsd-1-5
changeset: 490133:44728f3c49be
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Nov 04 04:47:07 2000 +0000

description:
pull up rev 1.12:
fix bad quoting in .Dl .. .Ic lines when using other formatting (e.g, Ar)

diffstat:

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

diffs (43 lines):

diff -r 27ad30d10674 -r 44728f3c49be distrib/notes/hp300/upgrade
--- a/distrib/notes/hp300/upgrade       Sat Nov 04 01:22:29 2000 +0000
+++ b/distrib/notes/hp300/upgrade       Sat Nov 04 04:47:07 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: upgrade,v 1.9.4.1 2000/11/01 03:48:03 tv Exp $
+.\"    $NetBSD: upgrade,v 1.9.4.2 2000/11/04 04:47:07 lukem Exp $
 .\"
 .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -131,13 +131,13 @@
 binary set:
 .Pp
 .Dl # Ic "cd /"
-.Dl # Ic "pax -zrvpe -f " Ar /path/to/ Ns Ic base.tgz"
+.Dl # Ic "pax -zrvpe -f" Em /path/to/ Ns Ic base.tgz"
 .It
 Install a new boot block:
 .Pp
 .Dl # Ic "cd /usr/mdec"
 .ie r_hp300 \{\
-.Dl # Ic "disklabel -B Ar root-disk"
+.Dl # Ic "disklabel -B" Ar root-disk
 E.g.:
 .Ar root-disk
 could be
@@ -145,7 +145,7 @@
 .\}
 .el \{\
 .Dl # Ic "cp bootsd /.bootsd"
-.Dl # Ic "./installboot /.bootsd bootxx \*< Ar root-disk"
+.Dl # Ic "./installboot /.bootsd bootxx \*<" Ar root-disk
 .Pp
 E.g.:
 .Ar root-disk
@@ -163,7 +163,7 @@
 To extract these sets, use the following commands:
 .Pp
 .Dl # Ic "cd /"
-.Dl # Ic "pax -zrvpe -f Ar path_to_set"
+.Dl # Ic "pax -zrvpe -f" Ar path_to_set
 .enum)
 .(Note
 You



Home | Main Index | Thread Index | Old Index