diff options
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | prologue/hostreqs.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 68ffb5ca3..6a1b89419 100644 --- a/chapter06/glibc.xml +++ b/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> <!-- diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 61c900419..9e6fbc9be 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -184,7 +184,7 @@ gawk --version | head -n1 if [ -h /usr/bin/awk ]; then echo "/usr/bin/awk -> `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 |