aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/fstab.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 /chapter08/fstab.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 'chapter08/fstab.xml')
-rw-r--r--chapter08/fstab.xml2
1 files changed, 1 insertions, 1 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