diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-11-18 23:44:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-11-18 23:44:37 +0000 |
commit | d659bf4682be1f5468bd95ebf3aad123a8f28404 (patch) | |
tree | de40fc0b02660a8717b82f0ad0edc27a4ee00ee5 /prologue | |
parent | f55c13ff879507b52aaf1388beeca425b5455eac (diff) |
Minor editorial changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 81d503efe..c793cf7cd 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -141,7 +141,11 @@ deviation from the instructions or additional patches to some packages.</para> - <para id="version-check">To see whether your host system has all the appropriate versions, and + <!-- Use an empty sect2 element to prevent a pdf warning. --> + <sect2 id="version-check"> + <title> </title> + + <para >To see whether your host system has all the appropriate versions, and the ability to compile programs, run the following:</para> <!-- ANY additional lines in the script cause a pdf rendering problem--> @@ -191,4 +195,5 @@ EOF bash version-check.sh</userinput></screen> +</sect2> </sect1> |