aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02/hostreqs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter02/hostreqs.xml')
-rw-r--r--chapter02/hostreqs.xml10
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&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
@@ -190,8 +190,8 @@ if [ -h /usr/bin/awk ]; then
echo "/usr/bin/awk -&gt; `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