aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 3db1fd945..1c03d0348 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -161,13 +161,14 @@ cd ../gcc-build</userinput></screen>
href="readjusting.xml"
xpointer="xpointer(//*[@os='g'])"/>
-<screen><userinput>grep -B2 '^ /usr/include' dummy.log</userinput></screen>
+<screen><userinput>grep -B3 '^ /usr/include' dummy.log</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="readjusting.xml"
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/include</computeroutput></screen>