diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-09 15:24:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-09 15:24:35 +0000 |
commit | 0ba4e25770e91c82d8ab9c9959cb5142b1e30150 (patch) | |
tree | cd8145057f97a70405259d852a3d679504377b26 /chapter02/creatingfilesystem.xml | |
parent | dcab38fe83b0e509cfbaf7a3f14a890f9ef96414 (diff) |
Minor typo and grammar fixes (Chris Staub)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6463 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 7fb10bd41..aa79776a5 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -11,8 +11,8 @@ be created. The most widely-used system in the Linux world is the second extended file system (ext2), but with newer high-capacity hard disks, journaling file systems are becoming increasingly -popular. We will create an ext2 file system, however build -instructions for other file systems can be found at <ulink +popular. We will create an ext2 file system. Build instructions for other file +systems can be found at <ulink url="&blfs-root;view/svn/postlfs/filesystems.html"/>.</para> <para>To create an ext2 file system on the LFS partition, run the following:</para> |