diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-12 21:09:00 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-12 21:09:00 +0000 |
commit | 1cdaff9801aa6f222f8fed6806cdf2f3bb105128 (patch) | |
tree | 747acb253cca43af580b73319c2323829784ff98 /chapter06 | |
parent | 4d86da9286eaa05a0d80a69d0c3646317c66f309 (diff) |
Various text updates/typo fixes from Chris Staub. Fixes #2367.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8839 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/db.xml | 4 | ||||
-rw-r--r-- | chapter06/gcc.xml | 12 | ||||
-rw-r--r-- | chapter06/grep.xml | 6 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml index a52d3956a..17c53eaf1 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -96,8 +96,8 @@ <screen><userinput remap="make">make</userinput></screen> <para>It is not possible to test the package meaningfully, because - that would involve building TCL bindings. TCL bindings cannot be - built properly now because TCL is linked against Glibc in + that would involve building Tcl bindings. Tcl bindings cannot be + built properly now because Tcl is linked against Glibc in <filename class="directory">/tools</filename>, not against Glibc in <filename class="directory">/usr</filename>.</para> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 8546b670a..77181e12c 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -61,10 +61,10 @@ esac</userinput></screen> <para>The <command>fixincludes</command> script is known to occasionally - erroneously attempt to "fix" the system headers installed so far. As - the headers installed by GCC-&gcc-version; and Glibc-&glibc-version; are known - to not require fixing, issue the following command to prevent the - <command>fixincludes</command> script from running:</para> + erroneously attempt to "fix" the system headers installed so far. + As the headers up to this point are known to not require fixing, + issue the following command to prevent the <command>fixincludes</command> + script from running:</para> <screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen> @@ -82,8 +82,8 @@ cd ../gcc-build</userinput></screen> --enable-clocale=gnu --enable-languages=c,c++ \ --disable-multilib --disable-bootstrap</userinput></screen> - <para>Note that for other languages, there are some prerequsites that - are not available. See the BLFS Book for instructions on how to + <para>Note that for other languages, there are some prerequisites that + are not available. See the BLFS Book for instructions on how to build all the GCC supported languages.</para> <para>Compile the package:</para> diff --git a/chapter06/grep.xml b/chapter06/grep.xml index d50c37274..977970899 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -59,9 +59,9 @@ <varlistentry> <term><parameter>--without-included-regex</parameter></term> <listitem> - <para>The configure check for glibc's regex library is broken when - building against glibc-2.8. This switch forces the use of glibc's - regex library.</para> + <para>The configure check for Glibc's regex library is broken when + building against Glibc-&glibc-version;. This switch forces the use + of Glibc's regex library.</para> </listitem> </varlistentry> </variablelist> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 80fc9fe3b..8ca2bc4d5 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -40,7 +40,7 @@ <sect2 role="installation"> <title>Installation of Inetutils</title> - <para>All programs that come with Inetutils will not be installed. + <para>Not all programs that come with Inetutils will be installed. However, the Inetutils build system will insist on installing all the man pages anyway. The following patch will correct this situation:</para> |