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/x68k pull up rev 1.16:
details: https://anonhg.NetBSD.org/src/rev/cb6637d3273e
branches: netbsd-1-5
changeset: 490139:cb6637d3273e
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Nov 04 06:49:16 2000 +0000
description:
pull up rev 1.16:
fix bad quoting in .Dl .. .Ic lines when using other formatting (e.g, Ar)
diffstat:
distrib/notes/x68k/install | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (56 lines):
diff -r 8d8ef6863e46 -r cb6637d3273e distrib/notes/x68k/install
--- a/distrib/notes/x68k/install Sat Nov 04 06:44:19 2000 +0000
+++ b/distrib/notes/x68k/install Sat Nov 04 06:49:16 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: install,v 1.11.4.1 2000/11/01 03:48:50 tv Exp $
+.\" $NetBSD: install,v 1.11.4.2 2000/11/04 06:49:16 lukem Exp $
.\"
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -277,7 +277,7 @@
Mount the disk on the temporary directory with a
command like:
.Pp
-.Dl # Ic "mount -t msdos /dev/sd2c Ar tmp_dir"
+.Dl # Ic "mount -t msdos /dev/sd2c" Ar tmp_dir
.Pp
if your removable drive's name is
.Li sd2 .
@@ -474,8 +474,8 @@
Configure the network interface. To use SLIP, type the following
command sequence:
.Pp
-.Dl # Ic "slattach -h -s Ar speed Ic tty00"
-.Dl # Ic "ifconfig sl0 Ar my_ipaddr peer_ipaddr"
+.Dl # Ic "slattach -h -s" Ar speed Ic "tty00"
+.Dl # Ic "ifconfig sl0" Ar "my_ipaddr peer_ipaddr"
.Pp
where
.Ar speed
@@ -504,7 +504,7 @@
.Pp
To use ethernet, do following:
.Pp
-.Dl # Ic "ifconfig ne0 Ar my_ipaddr"
+.Dl # Ic "ifconfig ne0" Ar my_ipaddr
.Pp
where
.Ar my_ipaddr
@@ -517,7 +517,7 @@
If you are NFS-mounting the distribution sets, mount
them on the temporary directory with a command like:
.Pp
-.Dl # Ic "mount -t nfs Ar serv_ipaddr:dist_dir tmp_dir"
+.Dl # Ic "mount -t nfs" Ar "serv_ipaddr:dist_dir tmp_dir"
.Pp
where
.Ar serv_ipaddr
@@ -541,7 +541,7 @@
change into the temporary directory, and execute the
command:
.Pp
-.Dl # Ic "ftp Ar serv_ipaddr"
+.Dl # Ic ftp Ar serv_ipaddr
.Pp
where
.Ar serv_ipaddr
Home |
Main Index |
Thread Index |
Old Index