瀏覽代碼

Text clarifications

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 5 年之前
父節點
當前提交
ff097a94f5
共有 3 個文件被更改,包括 3 次插入4 次删除
  1. 1 1
      chapter05/m4.xml
  2. 1 1
      chapter06/glibc.xml
  3. 1 2
      chapter06/openssl.xml

+ 1 - 1
chapter05/m4.xml

@@ -43,7 +43,7 @@
   <sect2 role="installation">
     <title>Installation of M4</title>
 
-    <para>First, make some fixes required by glibc-2.28:</para>
+    <para>First, make some fixes introduced by glibc-2.28:</para>
 
 <screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
 echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen>

+ 1 - 1
chapter06/glibc.xml

@@ -166,7 +166,7 @@ cd       build</userinput></screen>
 esac</userinput></screen>
 
     <note><para>The symbolic link above is needed to run the tests at this
-    stage of building in the chroot envirnment.  It will be overwritten
+    stage of building in the chroot environment.  It will be overwritten
     in the install phase below.</para></note>
 
 <screen><userinput remap="test">make check</userinput></screen>

+ 1 - 2
chapter06/openssl.xml

@@ -64,8 +64,7 @@
 
 <screen><userinput remap="test">make test</userinput></screen>
 
-    <para>One subtest in the test 20-test_enc.t fails in the lfs chroot 
-    environment, but passes when run as a regular user.</para>
+    <para>One subtest in the test 20-test_enc.t is known to fail.</para>
 
     <para>Install the package:</para>