浏览代码

Minor text changes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 年之前
父节点
当前提交
4d2e6a7ef6
共有 3 个文件被更改,包括 8 次插入4 次删除
  1. 6 0
      chapter01/changelog.xml
  2. 0 2
      chapter05/gawk.xml
  3. 2 2
      chapter06/patch.xml

+ 6 - 0
chapter01/changelog.xml

@@ -39,6 +39,12 @@
     <listitem>
     <listitem>
       <para>2010-05-03</para>
       <para>2010-05-03</para>
       <itemizedlist>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Made minor text changes in Chapter 5, gawk
+          and Chapter 6, patch.
+          Thanks to Chris Staub.
+          Fixes <ulink url="&lfs-ticket-root;2649">#2649</ulink>.</para>
+        </listitem>
         <listitem>
         <listitem>
           <para>[bdubbs] - Made several text changes in Section v,
           <para>[bdubbs] - Made several text changes in Section v,
           Rationale for Packages in the Book. Thanks to Chris 
           Rationale for Packages in the Book. Thanks to Chris 

+ 0 - 2
chapter05/gawk.xml

@@ -55,8 +55,6 @@
     suite is not mandatory for the temporary tools here in this chapter. To run
     suite is not mandatory for the temporary tools here in this chapter. To run
     the Gawk test suite anyway, issue the following command:</para>
     the Gawk test suite anyway, issue the following command:</para>
 
 
-    <para>To test the results, issue:</para>
-
 <screen><userinput remap="test">make check</userinput></screen>
 <screen><userinput remap="test">make check</userinput></screen>
 
 
     <para>Install the package:</para>
     <para>Install the package:</para>

+ 2 - 2
chapter06/patch.xml

@@ -42,8 +42,8 @@
   <sect2 role="installation">
   <sect2 role="installation">
     <title>Installation of Patch</title>
     <title>Installation of Patch</title>
 
 
-    <para>Apply a patch to prevent a test that requires <command>ed</command>
-    from being run:</para>
+    <para>Apply a patch to prevent a the testsuite from running a test that
+    requires <command>ed</command>:</para>
 
 
 <screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen>
 <screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen>