Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes/common Split an if construct troff warns about...



details:   https://anonhg.NetBSD.org/src/rev/54742d34087e
branches:  trunk
changeset: 532758:54742d34087e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 14 11:27:59 2002 +0000

description:
Split an if construct troff warns about into two.

diffstat:

 distrib/notes/common/netboot |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 8ae2f2baecf5 -r 54742d34087e distrib/notes/common/netboot
--- a/distrib/notes/common/netboot      Fri Jun 14 10:01:27 2002 +0000
+++ b/distrib/notes/common/netboot      Fri Jun 14 11:27:59 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: netboot,v 1.6 2002/06/08 01:54:02 mbw Exp $
+.\"    $NetBSD: netboot,v 1.7 2002/06/14 11:27:59 wiz Exp $
 .\"
 .\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -215,7 +215,8 @@
                 # doesn't resolve to a simple name).
                 #
                 option host-name        "client";
-.if !\n[hp300]:!\n[sparc] \{\ 
+.if !\n[hp300] \{\
+.if !\n[sparc] \{\ 
                 #
                 # Name of the bootloader or kernel
                 # to download via tftp.
@@ -227,6 +228,7 @@
                 filename                "boot";
 .\}
 .\}
+.\}
                 #
                 # The path on the NFS server.
                 #



Home | Main Index | Thread Index | Old Index