Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sbin/newbtconf Cosmetic changes resolving conflicts wit...



details:   https://anonhg.NetBSD.org/src/rev/0db4510ff297
branches:  netbsd-1-5
changeset: 489278:0db4510ff297
user:      enami <enami%NetBSD.org@localhost>
date:      Sat Aug 26 13:24:44 2000 +0000

description:
Cosmetic changes resolving conflicts with my local tree.  Mainly, use .Pa
for pathnames.

diffstat:

 sbin/newbtconf/newbtconf.8 |  23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

diffs (65 lines):

diff -r da144f0c8fed -r 0db4510ff297 sbin/newbtconf/newbtconf.8
--- a/sbin/newbtconf/newbtconf.8        Sat Aug 26 12:36:56 2000 +0000
+++ b/sbin/newbtconf/newbtconf.8        Sat Aug 26 13:24:44 2000 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: newbtconf.8,v 1.1.1.1.6.1 2000/08/23 12:39:43 lukem Exp $
+.\"     $NetBSD: newbtconf.8,v 1.1.1.1.6.2 2000/08/26 13:24:44 enami Exp $
 .\"
 .\" Copyright (c) 1999 Darren Reed.  All rights reserved.
 .\"
@@ -62,8 +62,8 @@
 Through doing this and reloading
 .Pa /etc/rc.conf
 in
-.Pa /etc/rc after
-the link has
+.Pa /etc/rc
+after the link has
 been established, the resulting run-time configuration is effectively
 controlled without the need to directly edit any files.
 The default boot-up environment is selected by manually directing which
@@ -80,7 +80,7 @@
 .Pp
 By default, NetBSD only has one boot-up configuration - that set in the
 file
-.Pa "/etc/rc.conf" .
+.Pa /etc/rc.conf .
 In order to initialize the system for operating in a
 manner which supports multiple boot configurations,
 .Nm
@@ -137,11 +137,14 @@
 will use the current configuration files as the basis for this setup unless
 a second parameter is given - that of the configuration to use as the basis
 for the new one.
-Upon completion, a new directory, /etc/etc.<newname>, will have been
-created, priming the directory with the appropriate files for editing.
+Upon completion, a new directory,
+.Pa /etc/etc.<newname> ,
+will have been created,
+priming the directory with the appropriate files for editing.
 For example, if we do
 .Nm
-\fInonet\fP \fInetwork\fP it would create a directory named /etc/etc.nonet
+\fInonet\fP \fInetwork\fP it would create a directory named
+.Pa /etc/etc.nonet
 and copy all the files from
 .Pa /etc/etc.network
 into that directory.
@@ -152,13 +155,15 @@
 .Ed
 .Pp
 To setup the system for booting into the "nonet" configuration, the files
-in /etc/etc.nonet need be edited.
+in
+.Pa /etc/etc.nonet
+need be edited.
 .Pp
 If you wanted to make "nonet" the default configuration when booting, you
 would need delete the symbolic link
 .Pa /etc/etc.default
 and create a new symbolic link (with the same name) to
-.Pa "/etc/etc.nonet" .
+.Pa /etc/etc.nonet .
 Booting up after having made such a change would
 result in the following being displayed:
 .Bd -literal



Home | Main Index | Thread Index | Old Index