diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 7167c9df9..d61a1f8de 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -167,8 +167,9 @@ cd ../gcc-build</userinput></screen> after <filename class="directory">/usr/lib/gcc</filename>. If your machine is a 64-bit system, you may also see a directory named <filename class="directory">lib64</filename> towards the end of the string. The important thing to - look for here is that gcc has found all three <filename>crt*.o</filename> files under - the <filename class="directory">/usr/lib</filename> directory.</para> + look for here is that <command>gcc</command> has found all three + <filename>crt*.o</filename> files under the + <filename class="directory">/usr/lib</filename> directory.</para> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml" |