aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/gcc.xml2
-rw-r--r--chapter06/kbd.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 1ecbf524c..2489c111a 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -216,8 +216,8 @@ cd ../gcc-build</userinput></screen>
xpointer="xpointer(//*[@os='h'])"/>
<screen><computeroutput>#include &lt;...&gt; search starts here:
- /usr/local/include
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
+ /usr/local/include
/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed
/usr/include</computeroutput></screen>
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml
index 39c18b1cd..537b7c751 100644
--- a/chapter06/kbd.xml
+++ b/chapter06/kbd.xml
@@ -59,7 +59,7 @@
<command>setfont</command> sizes the console appropriately) together with its
manpage.</para>
-<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure &amp;&amp;
+<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure
sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen>
<para>Prepare Kbd for compilation:</para>