aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gmp.xml2
-rw-r--r--chapter06/grep.xml2
-rw-r--r--chapter06/iproute2.xml2
3 files changed, 3 insertions, 3 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>
diff --git a/chapter06/grep.xml b/chapter06/grep.xml
index c354512fd..4622bdb90 100644
--- a/chapter06/grep.xml
+++ b/chapter06/grep.xml
@@ -42,7 +42,7 @@
<para>First, fix a small problem with a test script:</para>
-<screen><userinput>sed -i 's/cp/#&amp;/' tests/unibyte-bracket-expr</userinput></screen>
+<screen><userinput remap="pre">sed -i 's/cp/#&amp;/' tests/unibyte-bracket-expr</userinput></screen>
<para>Prepare Grep for compilation:</para>
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 050b682bc..051483fb7 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -49,7 +49,7 @@
<ulink url="&blfs-root;view/svn/server/databases.html#db"/>.
</para>
-<screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
+<screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen>
<para>Compile the package:</para>