diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:46:24 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:46:24 +0200 |
commit | a04b192f501eee20456e28616787d5248c12a4f6 (patch) | |
tree | ffa3194a195bea37cf0a516d230faf682f1795d6 /chapter02/hostreqs.xml | |
parent | 5e0c67df78a80e813740de0e2645f1cc14038d4e (diff) |
Remove spaces at end o lines - chapter02
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 |