aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mountproc.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-21 22:15:22 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-21 22:15:22 +0000
commit15b6ed42732e28bdc509ecf0ab9ed9c14915d153 (patch)
tree22fbf43fa5b1d8f3d8843a9268a5e8b842b10bef /chapter06/mountproc.xml
parentd12fdb184b84b9c2f581b8d594e9d0e7ce8511a5 (diff)
Adding a few cross references.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3180 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mountproc.xml')
-rw-r--r--chapter06/mountproc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml
index c9ce922ea..d9190e8ac 100644
--- a/chapter06/mountproc.xml
+++ b/chapter06/mountproc.xml
@@ -47,11 +47,11 @@ your kernel supports by peeking into its internals with a command such as
<userinput>cat /proc/filesystems</userinput>. If a file system type named
<emphasis>devfs</emphasis> is listed there, then we'll be able to work around
the problem by mounting the host's devfs file system on top of the new
-<filename>/dev</filename> structure which we'll create later on in the
-"Creating devices (Makedev)" section. If devfs was not listed, do not worry
+<filename>/dev</filename> structure which we'll create later on in the section
+on <xref linkend="ch06-MAKEDEV"/>. If devfs was not listed, do not worry
because there is yet a third way to get PTYs working inside the chroot
-environment. We'll cover this shortly in the aforementioned Makedev
-section.</para>
+environment. We'll cover this shortly in the aforementioned
+<xref linkend="ch06-MAKEDEV"/> section.</para>
<para>Remember, if for any reason you stop working on your LFS, and start again
later, it's important to check that these filesystems are still mounted inside