diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-31 16:56:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-31 16:56:07 +0000 |
commit | 25332b5e9793e0c440d7f219b9652f810442545b (patch) | |
tree | 8323606ad2ef5b06e2e3cf6bfb5bf58570d43b10 /chapter06 | |
parent | 0d84af1cbb0dc825db3e965d5126e5b08f878067 (diff) |
Add comments to the kernel section to change the unwinder option.
Update to linux-4.14.10.
Update to coreutils-8.29.
Remove old footer from non-chunks book.
Make spacing between "Chapter" and digit non breaking.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11344 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/introduction.xml | 4 | ||||
-rw-r--r-- | chapter06/procps.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index ae47252e1..ded9bc0ce 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -5,7 +5,7 @@ %general-entities; ]> -<chapter id="chapter-building-system" xreflabel="Chapter 6"> +<chapter id="chapter-building-system" xreflabel="Chapter 6"> <?dbhtml dir="chapter06"?> <?dbhtml filename="chapter06.html"?> diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index fd96b574a..876112796 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -53,7 +53,7 @@ descriptions of these) that the package installs.</para> <note><para>The SBU values and required disk space includes - test suite data for all applicable packages in Chapter 6.</para></note> + test suite data for all applicable packages in Chapter 6.</para></note> <sect2> <title>About libraries</title> @@ -67,7 +67,7 @@ is not always obvious, the relevant programs (and the procedures needed to do the linking) may not even be known.</para> - <para>In the procedures in Chapter 6, we remove or disable installation of + <para>In the procedures in Chapter 6, we remove or disable installation of most static libraries. Usually this is done by passing a <option>--disable-static</option> option to <command>configure</command>. In other cases, alternate means are needed. In a few cases, especially diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 1a42ce68c..0df21e4a3 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -84,7 +84,7 @@ rm testsuite/pgrep.test/pgrep.exp make check</userinput></screen> <para>One ps test may fail, but passes if the tests are rerun at - the end of Chapter 6.</para> + the end of Chapter 6.</para> <para>Install the package:</para> |