diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-21 22:15:22 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-21 22:15:22 +0000 |
commit | 15b6ed42732e28bdc509ecf0ab9ed9c14915d153 (patch) | |
tree | 22fbf43fa5b1d8f3d8843a9268a5e8b842b10bef /chapter06/makedev.xml | |
parent | d12fdb184b84b9c2f581b8d594e9d0e7ce8511a5 (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/makedev.xml')
-rw-r--r-- | chapter06/makedev.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/makedev.xml b/chapter06/makedev.xml index d48d57cfd..4b273d54e 100644 --- a/chapter06/makedev.xml +++ b/chapter06/makedev.xml @@ -48,10 +48,10 @@ Alternatively, you may create devices via the <userinput>mknod</userinput> program. Please refer to its man and info pages if you need more information.</para> -<para>Additionally, if you were unable to mount the devpts filesystem earlier in -the "Mounting the proc and devpts file systems" section, now is the time to -try the alternatives. If your kernel supports the devfs file system, run the -following command to mount devfs:</para> +<para>Additionally, if you were unable to mount the devpts filesystem earlier +in <xref linkend="ch06-proc"/>, now is the time to try the alternatives. If +your kernel supports the devfs file system, run the following command to mount +devfs:</para> <screen><userinput>mount -t devfs devfs /dev</userinput></screen> |