diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-06-19 12:54:28 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-06-19 12:54:28 +0000 |
commit | 3543e03800b97e6c2798ceb5a2d50bb15741c323 (patch) | |
tree | 0e31b3a6401bd56235da360c67cc585a96fc0a3a /part3intro | |
parent | c68e018aab617dab8619f4c5d4c62dcd22c3438c (diff) |
do not hardcode chapter numbers in General Compilation Instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'part3intro')
-rw-r--r-- | part3intro/generalinstructions.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/part3intro/generalinstructions.xml b/part3intro/generalinstructions.xml index 6f858969b..a441b17ef 100644 --- a/part3intro/generalinstructions.xml +++ b/part3intro/generalinstructions.xml @@ -94,7 +94,8 @@ <orderedlist numeration="loweralpha" spacing="compact"> <listitem> <para>Using the <command>tar</command> program, extract the package - to be built. In Chapters 5 and 6, ensure you are + to be built. In <xref linkend="chapter-cross-tools"/> and + <xref linkend="chapter-temporary-tools"/>, ensure you are the <emphasis>lfs</emphasis> user when extracting the package.</para> </listitem> <listitem> |