diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-06-11 12:55:28 +0000 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-06-11 12:55:28 +0000 |
commit | fb386e05f17d44dc6322a1b3db172cc297ed5ce5 (patch) | |
tree | 85bce61a6ce54ed61c9b8eab27c18742b31476c2 /chapter07/stripping.xml | |
parent | 302d97aaabd2c4dac31e6dc8e9bd419ccd164f13 (diff) |
Rename package entities to be independent of chapter numbering
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/stripping.xml')
-rw-r--r-- | chapter07/stripping.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/stripping.xml b/chapter07/stripping.xml index 88b44b883..2f62fd5f2 100644 --- a/chapter07/stripping.xml +++ b/chapter07/stripping.xml @@ -140,7 +140,7 @@ tar -cJpf $HOME/temp-tools.tar.xz . <para> In case some mistakes have been made and you need to start over, you can - use this backup to restore the temporary tools and save some irecovery time. + use this backup to restore the temporary tools and save some recovery time. Since the sources are located under <filename class="directory">$LFS</filename>, they are included in the backup archive as well, so you need not to download them again. After |