diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-31 15:07:36 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-31 15:07:36 +0000 |
commit | ab3b93b727dde7de9c0aea893f62e88cb0ee1c13 (patch) | |
tree | f3f9ca3c8e0f8aa24a00e7b45619f14eb1423196 /chapter03 | |
parent | 90afe40d900c2c055750a4761e29b54009a7f6a7 (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 'chapter03')
-rw-r--r-- | chapter03/chapter03.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter03/chapter03.xml b/chapter03/chapter03.xml index cbd4cafcd..2a419fec2 100644 --- a/chapter03/chapter03.xml +++ b/chapter03/chapter03.xml @@ -61,10 +61,10 @@ names will later be needed for the <filename>/etc/fstab</filename> file.</para> <para>Now that we have a blank partition, we can create a file system on it. Most widely used in the Linux world is the second extended file system (ext2), -but with the high-capacity hard disks of today the so-called journaling file -systems are becoming increasingly popular. Here we will create an ext2 file -system, but build instructions for other file systems can be found at <ulink -url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para> +but with the high-capacity hard disks of today the so-called journaling +file systems are becoming increasingly popular. Here we will create an ext2 +file system, but build instructions for other file systems can be found at +<ulink url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para> <para>To create an ext2 file system on the LFS partition run the following:</para> |