diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-12 19:16:30 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-12 19:16:30 +0000 |
commit | 5f7456b7b42ed2d048d60e040dcc56885a61c773 (patch) | |
tree | 4d128df0f358684407cb606a3b96154535f384ae /chapter06/gcc.xml | |
parent | c711a6187d566eaa4c7adca63293a1c595c790f4 (diff) |
Various text corrections from Chris Staub. Fixes #2470.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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" |