diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-06-19 18:02:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-06-19 18:02:48 +0000 |
commit | bb009c9bef50e37f9ba0b22e9929ea27ce828aed (patch) | |
tree | b2d395f0a6f31303a0e98325ced0b37855663d14 | |
parent | fdb65bdea1c3ca86f669ec0ae55034cb6bc7da6d (diff) |
Fix a typo in chapter 2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter02/creatingfilesystem.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index bdecc2c50..b960019f6 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -19,7 +19,7 @@ <systemitem class="filesystem">ext2</systemitem>, which adds journalling capabilities and is compatible with the E2fsprogs utilities. We will create an <systemitem class="filesystem">ext3</systemitem> - file system. Build instructions for other file systems can be found at + file system. Instructions for creating other file systems can be found at <ulink url="&blfs-root;view/svn/postlfs/filesystems.html"/>.</para> <para>To create an <systemitem class="filesystem">ext3</systemitem> file diff --git a/general.ent b/general.ent index b189d089a..9f830dabc 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20060610"> -<!ENTITY releasedate "June 10, 2006"> +<!ENTITY version "SVN-20060619"> +<!ENTITY releasedate "June 19, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |