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 remaining uses of ".if r_xxxx", whe...



details:   https://anonhg.NetBSD.org/src/rev/5c8b22c09dd5
branches:  trunk
changeset: 534424:5c8b22c09dd5
user:      rafal <rafal%NetBSD.org@localhost>
date:      Thu Jul 25 19:49:27 2002 +0000

description:
Fix remaining uses of ".if r_xxxx", when we really want ".if rxxxx", or
even better ".if \n[xxxx]".

diffstat:

 distrib/notes/common/postinstall |  24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diffs (85 lines):

diff -r 65bb44f65af5 -r 5c8b22c09dd5 distrib/notes/common/postinstall
--- a/distrib/notes/common/postinstall  Thu Jul 25 19:03:27 2002 +0000
+++ b/distrib/notes/common/postinstall  Thu Jul 25 19:49:27 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: postinstall,v 1.44 2002/07/24 21:57:18 mbw Exp $
+.\"    $NetBSD: postinstall,v 1.45 2002/07/25 19:49:27 rafal Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -160,7 +160,7 @@
 for your
 .Aq int
 network interface,
-.ie r_mac68k \{\
+.ie rmac68k \{\
 where your on-board, NuBus or PDS interface may be
 .Li ae0 ,
 .Li mc0
@@ -169,7 +169,7 @@
 For example:
 .\}
 .el \{\
-.ie r_macppc \{\
+.ie rmacppc \{\
 where your on-board interfaces may be one of
 .Li mc0 ,
 .Li bm0 ,
@@ -184,10 +184,10 @@
 .
 .ds IFname de0
 .if \n[hp300]:\n[mvme68k]:\n[pmax]:\n[sparc] .ds IFname le0
-.if r_next68k .ds IFname xe0
-.if r_mac68k  .ds IFname sn0
-.if r_macppc  .ds IFname mc0
-.if r_sgimips .ds IFname sq0
+.if \n[next68k] .ds IFname xe0
+.if \n[mac68k]  .ds IFname sn0
+.if \n[macppc]  .ds IFname mc0
+.if \n[sgimips] .ds IFname sq0
 .
 .Dl ifconfig_\*[IFname]="inet 123.45.67.89 netmask 255.255.255.0"
 .Pp
@@ -211,7 +211,7 @@
 Other files in
 .Pa /etc
 that may require modification or setting up include
-.ie r_sgimips \{\
+.ie rsgimips \{\
 .Pa /etc/mailer.conf
 and
 .Pa /etc/nsswitch.conf .
@@ -222,13 +222,13 @@
 and
 .Pa /etc/wscons.conf .
 .\}
-.ie r_shark \{\
+.ie rshark \{\
 .Pp
 For Digital DNARD machines you will need to edit
 .Pa /etc/ttys
 and change the console terminal type from vt100 to pc3.
 .\}
-.if r_atari \{\
+.if \n[atari] \{\
 .It
 Select the proper terminal devices
 .Pp
@@ -243,7 +243,7 @@
 devices.
 This is easy, just change 'on' to 'off' on the corresponding lines.
 .\}
-.if r_cats \{\
+.if \n[cats] \{\
 .Pp
 For the
 .Xr savecore 8
@@ -314,7 +314,7 @@
 .Xr xf86config 1
 utility can interactively create a first version of such a configuration
 file for you.
-.if r_mac68k \{\
+.if \n[mac68k] \{\
 .(tag [Color_X]
 .It [Color_X]
 Some systems are capable of supporting a color X Server in either thousands



Home | Main Index | Thread Index | Old Index