diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/chapter05.xml | 2 | ||||
-rw-r--r-- | chapter05/coreutils-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/introduction.xml | 2 | ||||
-rw-r--r-- | chapter05/tcl-inst.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index fd9db376a..b5e9a89f2 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -1,5 +1,5 @@ <chapter id="chapter05"> -<title>Preparing the LFS system</title> +<title>Constructing a temporary system</title> <?dbhtml filename="chapter05.html" dir="chapter05"?> &c5-introduction; diff --git a/chapter05/coreutils-inst.xml b/chapter05/coreutils-inst.xml index cf0265501..90dbbd235 100644 --- a/chapter05/coreutils-inst.xml +++ b/chapter05/coreutils-inst.xml @@ -22,7 +22,7 @@ following command will do so:</para> <itemizedlist> <listitem><para><userinput>RUN_EXPENSIVE_TESTS=yes</userinput>: This tells the test suite to run several additional tests that are considered relatively -expensive on some platforms. Hovever, they are generally not a problem on +expensive on some platforms. However, they are generally not a problem on Linux.</para></listitem> </itemizedlist> diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 1a26bfb5a..c6de96260 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -21,7 +21,7 @@ simple test:</para> <para>Your host distribution is not set up for proper PTY operation. In this case there is no point in running the test suites for GCC and Binutils until you are able to resolve the issue. You can consult the LFS Wiki at -<ulink url="http://wiki.linuxfromscratch.org"/> for more information on how to +<ulink url="http://wiki.linuxfromscratch.org/"/> for more information on how to get PTYs working.</para> <note><para>It's worth pointing out that the GCC test suite we run in this diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 6f1ba6396..c8e04a1d7 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -32,7 +32,7 @@ worry when instructions for a downloaded patch seem to be missing.</para> <para>During the installation of most packages you will see all kinds of compiler warnings scroll by on your screen. These are normal and can be safely ignored. They are just what they say they are: -warnings -- mostly about improper, but not illegal, use of the C or C++ +warnings -- mostly about deprecated, but not invalid, use of the C or C++ syntax. It's just that C standards have changed rather often and some packages still use the older standard, which is not really a problem.</para> diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index cb59f3e86..bba3f152b 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -34,7 +34,7 @@ available later on in Chapter 7.</para></listitem> </itemizedlist> <para>Sometimes, package test suites will give false failures. You can -consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/> +consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org/"/> to verify that these failures are normal. This applies to all tests throughout the book.</para> |