aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
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 /chapter08
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 'chapter08')
-rw-r--r--chapter08/fstab.xml2
-rw-r--r--chapter08/kernel-inst.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml
index 297bee52f..5b96a3ab3 100644
--- a/chapter08/fstab.xml
+++ b/chapter08/fstab.xml
@@ -10,7 +10,7 @@ this:</para>
<screen><userinput>cat &gt; /etc/fstab &lt;&lt; "EOF"</userinput>
# Begin /etc/fstab
-# filesystem mount-point fs-type options dump fsck-order
+# file system mount-point fs-type options dump fsck-order
/dev/xxx / fff defaults 1 1
/dev/yyy swap swap pri=1 0 0
diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml
index 8b0620783..d0c592425 100644
--- a/chapter08/kernel-inst.xml
+++ b/chapter08/kernel-inst.xml
@@ -34,8 +34,8 @@ the configuration menus and creating your own kernel configuration from
scratch.</para>
<para>For POSIX shared memory support, ensure that the kernel config option
-"Virtual memory file system support" is enabled. It resides within the "File
-systems" menu and is normally enabled by default.</para>
+"Virtual memory file system support" is enabled. It resides within the
+"File systems" menu and is normally enabled by default.</para>
<para>Verify dependencies and create dependency information files:</para>