Minor fixes reported on lists

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Greg Schafer 2003-10-26 23:39:34 +00:00
parent 2861878994
commit 066907abcf
7 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -26,7 +26,7 @@ Project logo creator.</para></listitem>
Coumans</ulink> &lt;jeroen@linuxfromscratch.org&gt; -- 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> &lt;bruce@linuxfromscratch.org&gt; -- LFS Quality Assurance Team
leader, BLFS Book editor.</para></listitem>

View File

@ -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

View File

@ -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 " ">