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.46 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/b669ce3e927d
branches:  netbsd-1-6
changeset: 528372:b669ce3e927d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jul 09 08:51:14 2002 +0000

description:
Pull up revision 1.46 (requested by lukem):
fix rev 1.37; .el needs .ie (not .if) to work

diffstat:

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

diffs (27 lines):

diff -r 0d6442558c8e -r b669ce3e927d distrib/notes/common/sysinst
--- a/distrib/notes/common/sysinst      Tue Jul 09 08:50:50 2002 +0000
+++ b/distrib/notes/common/sysinst      Tue Jul 09 08:51:14 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysinst,v 1.32.2.8 2002/07/09 08:09:52 lukem Exp $
+.\"    $NetBSD: sysinst,v 1.32.2.9 2002/07/09 08:51:14 lukem Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1164,7 +1164,7 @@
 .Em Preparing your hard disk
 .Pp
 .Em "You are now at the point of no return".
-.if r_atari \{\
+.ie r_atari \{\
 Apart from the changes you made with
 .Ic ahdilabel
 nothing has been modified on your disk yet.
@@ -1174,7 +1174,7 @@
 .Nx
 will be actually written to.
 .\}
-.if !r_atari \{\ \" Why does .el not work???
+.el {\
 Nothing has been
 written to your disk yet, but if you confirm that you want to
 install



Home | Main Index | Thread Index | Old Index