diff options
Diffstat (limited to 'chapter02/hostreqs.xml')
-rw-r--r-- | chapter02/hostreqs.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index e513bd92d..dc3073b33 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -150,8 +150,8 @@ </important> <!-- Use an empty sect2 element to prevent a pdf warning. --> - <bridgehead renderas="sect2" - id="version-check" + <bridgehead renderas="sect2" + id="version-check" xreflabel="Host System Requirements"> </bridgehead> <!--<title> </title>--> @@ -177,7 +177,7 @@ if [ -h /usr/bin/yacc ]; then elif [ -x /usr/bin/yacc ]; then echo yacc is `/usr/bin/yacc --version | head -n1` else - echo "yacc not found" + echo "yacc not found" fi bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6- @@ -190,8 +190,8 @@ if [ -h /usr/bin/awk ]; then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`"; elif [ -x /usr/bin/awk ]; then echo awk is `/usr/bin/awk --version | head -n1` -else - echo "awk not found" +else + echo "awk not found" fi gcc --version | head -n1 |