浏览代码

Fix a typo in chapter 2

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 年之前
父节点
当前提交
bb009c9bef
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      chapter02/creatingfilesystem.xml
  2. 2 2
      general.ent

+ 1 - 1
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

+ 2 - 2
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}]" -->