diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-06-18 08:42:46 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-06-18 08:42:46 +0000 |
commit | 80f8c024375dff45a2ddb3f7c9b49c9fc3c03ec4 (patch) | |
tree | d25d75d3bc1209133e3f3cb265108a2d8200588a | |
parent | c071af03e3e484e93bc5bbe0b8902705ed5ca96c (diff) |
toolchain notes: 'this chapter' -> 'chapter 5', as there is no 'this chapter'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11954 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | part3intro/toolchaintechnotes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml index 644c3a27f..494666abc 100644 --- a/part3intro/toolchaintechnotes.xml +++ b/part3intro/toolchaintechnotes.xml @@ -16,7 +16,7 @@ clearer after performing an actual build. This section can be referred to at any time during the process.</para> - <para>The overall goal of this chapter and <xref + <para>The overall goal of <xref linkend="chapter-cross-tools"/> and <xref linkend="chapter-temporary-tools"/> is to produce a temporary area that contains a known-good set of tools that can be isolated from the host system. By using <command>chroot</command>, the commands in the remaining chapters |