Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common fix rev 1.37; .el needs .ie (not .if) t...



details:   https://anonhg.NetBSD.org/src/rev/ffff169318ac
branches:  trunk
changeset: 533766:ffff169318ac
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jul 09 08:42:51 2002 +0000

description:
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 7ad2b1ac9df5 -r ffff169318ac distrib/notes/common/sysinst
--- a/distrib/notes/common/sysinst      Tue Jul 09 08:39:51 2002 +0000
+++ b/distrib/notes/common/sysinst      Tue Jul 09 08:42:51 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysinst,v 1.45 2002/07/08 17:56:04 lukem Exp $
+.\"    $NetBSD: sysinst,v 1.46 2002/07/09 08:42:51 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