diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-24 16:44:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-02-24 16:44:01 +0000 |
commit | a8854787c11644fdd2dadcb81f1a9d9f6b44c477 (patch) | |
tree | dc6521132dd121c86a8554587ed26dd22cc7cddb | |
parent | 9218b059faab9c05b7d0074503dee9760e41007f (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11024 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gcc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 1be390ab4..a61ff68fe 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -387,7 +387,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <listitem> <para>A wrapper around <command>nm</command> that adds a plugin to the command line. This program is only used - to add "link time optimization"" and is not useful with the + to add "link time optimization" and is not useful with the default build options</para> <indexterm zone="ch-system-gcc gcc-nm"> <primary sortas="b-gcc-nm">gc-nm</primary> @@ -400,7 +400,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <listitem> <para>A wrapper around <command>ranlib</command> that adds a plugin to the command line. This program is only used - to add "link time optimization"" and is not useful with the + to add "link time optimization" and is not useful with the default build options</para> <indexterm zone="ch-system-gcc gcc-ranlib"> <primary sortas="b-gcc-ranlib">gc-ranlib</primary> |