diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-02 15:58:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-02 15:58:48 +0000 |
commit | 7cf6e188717cb8f6ce77fbbcb3ae70f197ce7e0a (patch) | |
tree | a0cd5f2f6db50ab1da51fb75246045f65f08d2fb /chapter06/kernfs.xml | |
parent | 19e4f620e957e82a70c136469d1de5f63e19315d (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kernfs.xml')
-rw-r--r-- | chapter06/kernfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 50128b76a..4667d6012 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -74,7 +74,7 @@ mount -vt sysfs sysfs $LFS/sys</userinput></screen> <para>In some host systems, <filename>/dev/shm</filename> is a symbolic link to <filename class="directory">/run/shm</filename>. - Inside a chroot envirnment, this symbolic link needs to be + Inside a chroot environment, this symbolic link needs to be changed to a normal directory before mounting as a temporary file system:</para> |