aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-09-22 18:52:57 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-09-22 18:52:57 +0000
commit1ea50a5cd0393ac8b5c97774e26bfcfb5fdcd5f8 (patch)
tree64440dbf547bdf0960401aab2bbafa1a72e92247
parentf4231a262ab7fba290509ec617e682e65e671286 (diff)
Changed the pointer to the man hint to a reference to BLFS instead
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml6
-rw-r--r--chapter06/chroot.xml4
-rw-r--r--chapter06/man-inst.xml5
3 files changed, 10 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0ada97167..6f2f9a195 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -94,6 +94,12 @@
</itemizedlist>
</para></listitem>
+<listitem><para>September 22nd, 2003 [jeremy]: Changed the reference to the
+man hint to a pointer to BLFS</para></listitem>
+
+<listitem><para>September 22nd, 2003 [jeremy]: added a note to remember to
+mount devpts if you exit and re-enter chroot</para></listitem>
+
<listitem><para>September 22nd, 2003 [jeremy]: removed make check from patch
and diffutils, since these tests perform no actions.</para></listitem>
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index 2259dc7a4..15e7894cd 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -40,8 +40,8 @@ the chroot command.</para>
<para>You have to make sure all the commands in the rest of this chapter and
in the following chapters are run from within the chroot environment.
If you ever leave this environment for any reason (rebooting for example),
-you must remember to again enter chroot and mount proc (discussed later)
-before continuing with the installations.</para>
+you must remember to again enter chroot and mount the proc and devpts
+filesystems (discussed later) before continuing with the installations.</para>
<para>Note that the bash prompt will say "I have no name!" This is
normal, as the <filename>/etc/passwd</filename> file has not been
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index 4e3b3b6b6..682010bbc 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -47,9 +47,8 @@ directory.</para>
edit the man.conf file and add the <userinput>-c</userinput> argument
to nroff.</para></note>
-<para>You may want to take a look at the man hint
-at <ulink url="&hints-root;man.txt"/>, which deals with formatting
-and compression issues for man pages.</para>
+<para>You may want to also take a look at the BLFS book which deals with
+formatting and compression issues for man pages.</para>
</sect2>