diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-10 02:59:11 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-10 02:59:11 +0000 |
commit | a7f0b27405b12ab23f20f37261a62d127781281d (patch) | |
tree | cbc466830b034060e93d9963ebf90efc01cc6abd /chapter07 | |
parent | 5dbeba9b1c6d90f94d3d44b37422f50f322ded0e (diff) |
Fix a pdf rendering issue
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/site.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter07/site.xml b/chapter07/site.xml index 8c36fe0b8..47b327eee 100644 --- a/chapter07/site.xml +++ b/chapter07/site.xml @@ -29,7 +29,8 @@ will enable selective running of bootscripts. Other options are described in the file comments. The default version of the file is as follows:</para> - <screen>&site;</screen> + <!-- Use role to fix a pdf generation problem --> + <screen role="auto">&site;</screen> </sect1> |