aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mountproc.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-31 15:07:36 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-01-31 15:07:36 +0000
commitab3b93b727dde7de9c0aea893f62e88cb0ee1c13 (patch)
treef3f9ca3c8e0f8aa24a00e7b45619f14eb1423196 /chapter06/mountproc.xml
parent90afe40d900c2c055750a4761e29b54009a7f6a7 (diff)
Writing 'file system' as two words everywhere.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mountproc.xml')
-rw-r--r--chapter06/mountproc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml
index 7b0bb98e0..c0626b7f4 100644
--- a/chapter06/mountproc.xml
+++ b/chapter06/mountproc.xml
@@ -10,7 +10,7 @@ file systems are already mounted on your host system -- especially so because
they are virtual file systems.</para>
<para>The <emphasis>proc</emphasis> file system is the process information
-pseudo-filesystem that the kernel uses to provide status information about the
+pseudo file system through which the kernel provides information about the
status of the system.</para>
<para>The proc file system is mounted on
@@ -54,7 +54,7 @@ environment. We'll cover this shortly in the aforementioned
<xref linkend="ch-system-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
+later, it's important to check that these file systems are still mounted inside
the chroot environment, otherwise problems are likely to occur.</para>
</sect1>