diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
commit | 3be4d973d4084f19562b87f852d003f636cb1649 (patch) | |
tree | 908f372d80bef1d37213a61e128967784cad60d0 /chapter04 | |
parent | a52b2c2383dd24bca424afebcc3220f571bfbf9b (diff) |
Changing identifiers in preparation for moving sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/chapter04.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index 1181d67aa..c5468c631 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -3,7 +3,7 @@ <?dbhtml filename="chapter04.html" dir="chapter04"?> -<sect1 id="ch04-introduction"> +<sect1 id="ch-materials-introduction"> <title>Introduction</title> <?dbhtml filename="introduction.html" dir="chapter04"?> @@ -57,7 +57,7 @@ and every individual file manually.</para> </sect1> -<sect1 id="ch04-packages"> +<sect1 id="ch-materials-packages"> <title>All the packages</title> <?dbhtml filename="packages.html" dir="chapter04"?> @@ -238,7 +238,7 @@ Total size of these packages: &all-size-mb; <note><para>1) File (&file-version;) may not be available by the time you read this. The site admins of the master download location are known to occasionally remove old versions when new ones are released. Please refer to the -<xref linkend="ch06-file"/> section for an alternate download +<xref linkend="ch-system-file"/> section for an alternate download location.</para></note> <note><para>2) As of this writing, the Glibc maintainers have decided in their @@ -253,12 +253,12 @@ tar jcvf &glibc-package; &glibc-dir;</userinput></screen> <para>Alternatively, we've made our own tarball available which you can download courtesy of the generous LFS mirror sites. Please refer to the -<xref linkend="ch06-glibc"/> section for the download links.</para></note> +<xref linkend="ch-system-glibc"/> section for the download links.</para></note> </sect1> -<sect1 id="ch04-patches"> +<sect1 id="ch-materials-patches"> <title>Needed patches</title> <?dbhtml filename="patches.html" dir="chapter04"?> |