aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gmp.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-10-21 03:35:14 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-10-21 03:35:14 +0000
commit800f6ea0950a15c52f11933e0eebfcae30a576e8 (patch)
tree08e8b32d30d476ac35e543df7b061f67a542325c /chapter06/gmp.xml
parent5b24cd9abe3c73c0e674df2e5078416a92686e94 (diff)
Minor spacing and xml fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9639 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r--chapter06/gmp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml
index 7bad38fa3..4a2e490d6 100644
--- a/chapter06/gmp.xml
+++ b/chapter06/gmp.xml
@@ -52,7 +52,7 @@
<para>First, fix a minor error noted on the upstream web page:</para>
-<screen><userinput remap="pre"> sed -i 's/np + dn, qn/&amp; - dn/' mpn/generic/dcpi1_bdiv_q.c</userinput></screen>
+<screen><userinput remap="pre">sed -i 's/np + dn, qn/&amp; - dn/' mpn/generic/dcpi1_bdiv_q.c</userinput></screen>
<para>Prepare GMP for compilation:</para>