Bladeren bron

Typos

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 10 jaren geleden
bovenliggende
commit
09c83f9f5f
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      chapter06/glibc.xml
  2. 1 1
      prologue/hostreqs.xml

+ 1 - 1
chapter06/glibc.xml

@@ -127,7 +127,7 @@ cd ../glibc-build</userinput></screen>
 
       <listitem>
         <para>The <emphasis>elf/tst-protected1a</emphasis> and
-        <emphasis>elf/tst-protected1a</emphasis> tests are known to
+        <emphasis>elf/tst-protected1b</emphasis> tests are known to
         fail with the current stable version of binutils.</para>
       </listitem>
 <!--

+ 1 - 1
prologue/hostreqs.xml

@@ -184,7 +184,7 @@ gawk --version | head -n1
 if [ -h /usr/bin/awk ]; then
   echo "/usr/bin/awk -&gt; `readlink -f /usr/bin/awk`";
 elif [ -x /usr/bin/awk ]; then
-  echo yacc is `/usr/bin/awk --version | head -n1`
+  echo awk is `/usr/bin/awk --version | head -n1`
 else 
   echo "awk not found" 
 fi