mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
cfebf18921
commit
09c83f9f5f
@ -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>
|
||||
<!--
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user