diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-26 23:39:34 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-26 23:39:34 +0000 |
commit | 066907abcf0458ab4dbfa70e81f52d2f61b81886 (patch) | |
tree | 736e81366686d452f949582bf48ec36c7e253114 | |
parent | 28618789943e48c5ddbba015caf8da5636ecb5d3 (diff) |
Minor fixes reported on lists
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/binutils-desc.xml | 3 | ||||
-rw-r--r-- | appendixa/binutils-shortdesc.xml | 2 | ||||
-rw-r--r-- | appendixa/gcc-desc.xml | 3 | ||||
-rw-r--r-- | appendixa/gcc-shortdesc.xml | 2 | ||||
-rw-r--r-- | chapter01/acknowledgements.xml | 2 | ||||
-rw-r--r-- | chapter05/introduction.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
7 files changed, 9 insertions, 9 deletions
diff --git a/appendixa/binutils-desc.xml b/appendixa/binutils-desc.xml index 6d31dcd49..49e3492c7 100644 --- a/appendixa/binutils-desc.xml +++ b/appendixa/binutils-desc.xml @@ -50,6 +50,9 @@ and loading sections. For other types of files it scans the whole file.</para> <para><command>strip</command> discards symbols from object files.</para> +<para><command>libiberty</command> contains routines used by various GNU +programs, including getopt, obstack, strerror, strtol and strtoul.</para> + <para><command>libbfd</command> is the Binary File Descriptor library.</para> <para><command>libopcodes</command> is a library for dealing with opcodes. diff --git a/appendixa/binutils-shortdesc.xml b/appendixa/binutils-shortdesc.xml index 21868067e..7b6bd3c35 100644 --- a/appendixa/binutils-shortdesc.xml +++ b/appendixa/binutils-shortdesc.xml @@ -10,7 +10,7 @@ archives.</para> gprof, ld, nm, objcopy, objdump, ranlib, readelf, size, strings and strip</para> -<para><emphasis>Installed libraries</emphasis>: libbfd.[a,so] and +<para><emphasis>Installed libraries</emphasis>: libiberty.a, libbfd.[a,so] and libopcodes.[a,so]</para> </sect2> diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index 9524892f9..c53a317bc 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -19,9 +19,6 @@ analyze programs to find out where optimizations will have the most effect.</par <para><command>libgcc*</command> contains run-time support for gcc.</para> -<para><command>libiberty</command> contains routines used by various GNU -programs, including getopt, obstack, strerror, strtol and strtoul.</para> - <para><command>libstdc++</command> is the standard C++ library. It contains many frequently-used functions.</para> diff --git a/appendixa/gcc-shortdesc.xml b/appendixa/gcc-shortdesc.xml index 6ffb486a0..243987c4d 100644 --- a/appendixa/gcc-shortdesc.xml +++ b/appendixa/gcc-shortdesc.xml @@ -9,7 +9,7 @@ the C and C++ compilers.</para> cc1, cc1plus, collect2, cpp, g++, gcc, gccbug, and gcov</para> <para><emphasis>Installed libraries</emphasis>: libgcc.a, libgcc_eh.a, -libgcc_s.so, libiberty.a, libstdc++.[a,so] and libsupc++.a</para> +libgcc_s.so, libstdc++.[a,so] and libsupc++.a</para> </sect2> diff --git a/chapter01/acknowledgements.xml b/chapter01/acknowledgements.xml index ff1526dcc..9818b9b90 100644 --- a/chapter01/acknowledgements.xml +++ b/chapter01/acknowledgements.xml @@ -26,7 +26,7 @@ Project logo creator.</para></listitem> Coumans</ulink> <jeroen@linuxfromscratch.org> -- Website developer, FAQ maintainer.</para></listitem> -<listitem><para><ulink url="mailto:bruce@linuxfromscratch.org">Bruce +<listitem><para><ulink url="mailto:bdubbs@linuxfromscratch.org">Bruce Dubbs</ulink> <bruce@linuxfromscratch.org> -- LFS Quality Assurance Team leader, BLFS Book editor.</para></listitem> diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index d3fdea79d..5335b8be2 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -26,7 +26,7 @@ each program in a package, please refer to the corresponding section in <para>The build instructions assume that you are using the bash shell. There is also a general expectation that you have already unpacked the sources for a -package and have performed a <userinput>cd</userinput> into the source +package and have performed a <userinput>cd</userinput> into the unpacked source directory before issuing the build commands.</para> <para>Several of the packages are patched before compilation, but only when @@ -3,8 +3,8 @@ "/usr/share/docbook/docbookx.dtd" [ -<!ENTITY version "CVS-20031023"> -<!ENTITY releasedate "October 23rd, 2003"> +<!ENTITY version "CVS-20031026"> +<!ENTITY releasedate "October 26th, 2003"> <!ENTITY milestone "5.0"> <!ENTITY nbsp " "> |