diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-12 16:48:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-07-12 16:48:19 +0000 |
commit | dc96e56c08516c684864e0df3ee002f85f055068 (patch) | |
tree | bd01323cefc935b0eea288412673ba77bf7ffa2f /prologue | |
parent | 4982b58204393c3a31a6bc3f466e1519aec92c72 (diff) |
Change output if readelf to render on one line like the actual output.
Update formatting for pdf.
This is appearance only and did not change version number.
Fixes Ticket #2438.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index c6fd1868e..3aa6fd4e5 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -151,10 +151,10 @@ deviation from the instructions or additional patches to some packages.</para> - <para>To see whether your host system has all the appropriate versions, and + <para id="version-check">To see whether your host system has all the appropriate versions, and the ability to compile programs, run the following:</para> -<anchor xreflabel="Version Check Script" id="version-check"/> +<!--<anchor xreflabel="Version Check Script" id="version-check"/>--> <screen role="nodump"><userinput>cat > version-check.sh << "EOF" <literal>#!/bin/bash export LC_ALL=C |