diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index 2f7f0f4361..ea80957e9b 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -15,7 +15,7 @@
- $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.87 2000/08/05 16:41:45 ben Exp $
+ $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.88 2000/08/14 17:40:22 ben Exp $
This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
@@ -4328,6 +4328,39 @@ future:
+
+
+ I made a mistake in rc.conf, and
+ now I can't edit it because the filesystem is read-only.
+ What should I do?
+
+
+
+ When you get the prompt to enter the shell
+ pathname, simply press ENTER, and run
+ mount / to re-mount the root filesystem
+ in read/write mode. You may also need to run mount
+ -a -t ufs to mount the filesystem where your
+ favourite editor is defined. If your favourite editor is on
+ a network filesystem, you will need to either configure the
+ network manually before you can mount network filesystems,
+ or use an editor which resides on a local filesystem, such
+ as &man.ed.1;.
+
+ If you intend to use a full screen editor such
+ as &man.vi.1; or &man.emacs.1;, you may also need to
+ run export TERM=cons25 so that these
+ editors can load the correct data from the &man.termcap.5;
+ database.
+
+ Once you have performed these steps, you can edit
+ /etc/rc.conf as you usually would
+ to fix the syntax error. The error message displayed
+ immediately after the kernel boot messages should tell you
+ the number of the line in the file which is at fault.
+
+
+
How do I mount a secondary DOS partition?
diff --git a/en_US.ISO_8859-1/books/faq/book.sgml b/en_US.ISO_8859-1/books/faq/book.sgml
index 2f7f0f4361..ea80957e9b 100644
--- a/en_US.ISO_8859-1/books/faq/book.sgml
+++ b/en_US.ISO_8859-1/books/faq/book.sgml
@@ -15,7 +15,7 @@
- $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.87 2000/08/05 16:41:45 ben Exp $
+ $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.88 2000/08/14 17:40:22 ben Exp $
This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
@@ -4328,6 +4328,39 @@ future:
+
+
+ I made a mistake in rc.conf, and
+ now I can't edit it because the filesystem is read-only.
+ What should I do?
+
+
+
+ When you get the prompt to enter the shell
+ pathname, simply press ENTER, and run
+ mount / to re-mount the root filesystem
+ in read/write mode. You may also need to run mount
+ -a -t ufs to mount the filesystem where your
+ favourite editor is defined. If your favourite editor is on
+ a network filesystem, you will need to either configure the
+ network manually before you can mount network filesystems,
+ or use an editor which resides on a local filesystem, such
+ as &man.ed.1;.
+
+ If you intend to use a full screen editor such
+ as &man.vi.1; or &man.emacs.1;, you may also need to
+ run export TERM=cons25 so that these
+ editors can load the correct data from the &man.termcap.5;
+ database.
+
+ Once you have performed these steps, you can edit
+ /etc/rc.conf as you usually would
+ to fix the syntax error. The error message displayed
+ immediately after the kernel boot messages should tell you
+ the number of the line in the file which is at fault.
+
+
+
How do I mount a secondary DOS partition?