Author: manuel
Date: 2005-04-22 13:32:28 -0600 (Fri, 22 Apr 2005)
New Revision: 5040

Modified:
   branches/cross-lfs/BOOK/chroot/pwdgroup.xml
   branches/cross-lfs/BOOK/final-system/strippingagain.xml
   branches/cross-lfs/BOOK/introduction/askforhelp.xml
   branches/cross-lfs/BOOK/introduction/chapter.xml
   branches/cross-lfs/BOOK/introduction/resources.xml
   branches/cross-lfs/BOOK/reboot/chapter.xml
   branches/cross-lfs/BOOK/reboot/createfiles.xml
   branches/cross-lfs/BOOK/reboot/creatingdirs.xml
   branches/cross-lfs/BOOK/reboot/e2fsprogs.xml
   branches/cross-lfs/BOOK/reboot/inetutils.xml
   branches/cross-lfs/BOOK/reboot/module-init-tools.xml
   branches/cross-lfs/BOOK/reboot/pwdgroup.xml
   branches/cross-lfs/BOOK/reboot/sysvinit.xml
   branches/cross-lfs/BOOK/reboot/util-linux.xml
   branches/cross-lfs/BOOK/temp-system/bash.xml
   branches/cross-lfs/BOOK/temp-system/binutils.xml
   branches/cross-lfs/BOOK/temp-system/bison.xml
   branches/cross-lfs/BOOK/temp-system/bzip2.xml
   branches/cross-lfs/BOOK/temp-system/chapter.xml
   branches/cross-lfs/BOOK/temp-system/coreutils.xml
   branches/cross-lfs/BOOK/temp-system/diffutils.xml
   branches/cross-lfs/BOOK/temp-system/findutils.xml
   branches/cross-lfs/BOOK/temp-system/flex.xml
   branches/cross-lfs/BOOK/temp-system/gawk.xml
   branches/cross-lfs/BOOK/temp-system/gcc.xml
   branches/cross-lfs/BOOK/temp-system/gettext.xml
   branches/cross-lfs/BOOK/temp-system/grep.xml
   branches/cross-lfs/BOOK/temp-system/gzip.xml
   branches/cross-lfs/BOOK/temp-system/introduction.xml
   branches/cross-lfs/BOOK/temp-system/linux-libc-headers-alpha.xml
   branches/cross-lfs/BOOK/temp-system/linux-libc-headers-ppc.xml
   branches/cross-lfs/BOOK/temp-system/linux-libc-headers-raq2.xml
   branches/cross-lfs/BOOK/temp-system/linux-libc-headers.xml
   branches/cross-lfs/BOOK/temp-system/m4.xml
   branches/cross-lfs/BOOK/temp-system/make.xml
   branches/cross-lfs/BOOK/temp-system/ncurses.xml
   branches/cross-lfs/BOOK/temp-system/patch.xml
   branches/cross-lfs/BOOK/temp-system/procps.xml
   branches/cross-lfs/BOOK/temp-system/sed.xml
   branches/cross-lfs/BOOK/temp-system/tar.xml
   branches/cross-lfs/BOOK/temp-system/variables.xml
   branches/cross-lfs/BOOK/temp-system/zlib.xml
   branches/cross-lfs/BOOK/temp-tools/chapter.xml
   branches/cross-lfs/BOOK/temp-tools/introduction.xml
   branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-alpha.xml
   branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-ppc.xml
   branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-raq2.xml
   branches/cross-lfs/BOOK/temp-tools/linux-libc-headers.xml
Log:
Several ID values fixed.

Modified: branches/cross-lfs/BOOK/chroot/pwdgroup.xml
===================================================================
--- branches/cross-lfs/BOOK/chroot/pwdgroup.xml 2005-04-22 19:29:47 UTC (rev 
5039)
+++ branches/cross-lfs/BOOK/chroot/pwdgroup.xml 2005-04-22 19:32:28 UTC (rev 
5040)
@@ -7,12 +7,12 @@
 <title>Creating the passwd, group, and log Files</title>
 <?dbhtml filename="pwdgroup.html"?>
 
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-/etc/passwd">/etc/passwd</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-/etc/group">/etc/group</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-/var/run/utmp">/var/run/utmp</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-/var/log/btmp">/var/log/btmp</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-/var/log/lastlog">/var/log/lastlog</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-/var/log/wtmp">/var/log/wtmp</primary></indexterm>
+<indexterm zone="ch-chroot-pwdgroup"><primary 
sortas="e-/etc/passwd">/etc/passwd</primary></indexterm>
+<indexterm zone="ch-chroot-pwdgroup"><primary 
sortas="e-/etc/group">/etc/group</primary></indexterm>
+<indexterm zone="ch-chroot-pwdgroup"><primary 
sortas="e-/var/run/utmp">/var/run/utmp</primary></indexterm>
+<indexterm zone="ch-chroot-pwdgroup"><primary 
sortas="e-/var/log/btmp">/var/log/btmp</primary></indexterm>
+<indexterm zone="ch-chroot-pwdgroup"><primary 
sortas="e-/var/log/lastlog">/var/log/lastlog</primary></indexterm>
+<indexterm zone="ch-chroot-pwdgroup"><primary 
sortas="e-/var/log/wtmp">/var/log/wtmp</primary></indexterm>
 
 <para>In order for user <emphasis>root</emphasis> to be able to login
 and for the name <quote>root</quote> to be recognized, there need to

Modified: branches/cross-lfs/BOOK/final-system/strippingagain.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/strippingagain.xml     2005-04-22 
19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/final-system/strippingagain.xml     2005-04-22 
19:32:28 UTC (rev 5040)
@@ -22,7 +22,7 @@
 <para>Before performing the stripping, take special care to ensure that
 none of the binaries that are about to be stripped are running. If
 unsure whether the user entered chroot with the command given in
-<xref linkend="ch-system-chroot" role=","/> first exit from
+<xref linkend="ch-chroot" role=","/> first exit from
 chroot:</para>
 
 <screen><userinput>logout</userinput></screen>

Modified: branches/cross-lfs/BOOK/introduction/askforhelp.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/askforhelp.xml 2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/introduction/askforhelp.xml 2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -16,7 +16,7 @@
 
 <para>We also have a wonderful LFS community that is willing to offer
 assistance through IRC and the mailing lists (see the <xref
-linkend="ch-scatter-administrativa"/> section of this book). In order
+linkend="ch-intro-resources"/> section of this book). In order
 to assist with diagnosing and solving the problem, please include
 all relevant information in your request for help.</para>
 

Modified: branches/cross-lfs/BOOK/introduction/chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/chapter.xml    2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/introduction/chapter.xml    2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -10,7 +10,7 @@
 
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="how.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="changelog.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="administrativa.xml"/>
+<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="resources.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="askforhelp.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bootcd.xml"/> 
<!-- x86 -->
 

Modified: branches/cross-lfs/BOOK/introduction/resources.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/resources.xml  2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/introduction/resources.xml  2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,7 +3,7 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-scatter-administrativa">
+<sect1 id="ch-intro-resources">
 <title>Resources</title>
 <?dbhtml filename="resources.html"?>
 

Modified: branches/cross-lfs/BOOK/reboot/chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/chapter.xml  2005-04-22 19:29:47 UTC (rev 
5039)
+++ branches/cross-lfs/BOOK/reboot/chapter.xml  2005-04-22 19:32:28 UTC (rev 
5040)
@@ -3,7 +3,7 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<chapter id="chapter-temporary-tools-reboot" xreflabel="If you'r Rebooting">
+<chapter id="chapter-reboot" xreflabel="If you'r Rebooting">
 <?dbhtml dir="reboot"?>
 <title>If you'r Rebooting</title>
 <?dbhtml filename="chapter.html"?>

Modified: branches/cross-lfs/BOOK/reboot/createfiles.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/createfiles.xml      2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/reboot/createfiles.xml      2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,7 +3,7 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-system-createfiles">
+<sect1 id="ch-reboot-createfiles">
 <title>Creating Essential Symlinks</title>
 <?dbhtml filename="createfiles.html"?>
 

Modified: branches/cross-lfs/BOOK/reboot/creatingdirs.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/creatingdirs.xml     2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/reboot/creatingdirs.xml     2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,7 +3,7 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-system-creatingdirs">
+<sect1 id="ch-reboot-creatingdirs">
 <title>Creating Directories</title>
 <?dbhtml filename="creatingdirs.html"?>
 

Modified: branches/cross-lfs/BOOK/reboot/e2fsprogs.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/e2fsprogs.xml        2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/reboot/e2fsprogs.xml        2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-e2fsprogs" role="wrap">
+<sect1 id="ch-reboot-e2fsprogs" role="wrap">
 <title>E2fsprogs-&e2fsprogs-version;</title>
 <?dbhtml filename="e2fsprogs.html"?>
 
-<indexterm zone="ch-tools-e2fsprogs"><primary 
sortas="a-E2fsprogs">E2fsprogs</primary></indexterm>
+<indexterm zone="ch-reboot-e2fsprogs"><primary 
sortas="a-E2fsprogs">E2fsprogs</primary></indexterm>
 
 <sect2 role="package"><title/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="../final-system/e2fsprogs.xml" 
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>

Modified: branches/cross-lfs/BOOK/reboot/inetutils.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/inetutils.xml        2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/reboot/inetutils.xml        2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-inetutils" role="wrap">
+<sect1 id="ch-reboot-inetutils" role="wrap">
 <title>Inetutils-&inetutils-version;</title>
 <?dbhtml filename="inetutils.html"?>
 
-<indexterm zone="ch-tools-inetutils"><primary 
sortas="a-Inetutils">Inetutils</primary></indexterm>
+<indexterm zone="ch-reboot-inetutils"><primary 
sortas="a-Inetutils">Inetutils</primary></indexterm>
 
 <sect2 role="package"><title/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="../final-system/inetutils.xml" 
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>

Modified: branches/cross-lfs/BOOK/reboot/module-init-tools.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/module-init-tools.xml        2005-04-22 
19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/reboot/module-init-tools.xml        2005-04-22 
19:32:28 UTC (rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-module-init-tools" role="wrap">
+<sect1 id="ch-reboot-module-init-tools" role="wrap">
 <title>Module-Init-Tools-&module-init-tools-version;</title>
 <?dbhtml filename="module-init-tools.html"?>
 
-<indexterm zone="ch-tools-module-init-tools"><primary 
sortas="a-Module-Init-Tools">Module-Init-Tools</primary></indexterm>
+<indexterm zone="ch-reboot-module-init-tools"><primary 
sortas="a-Module-Init-Tools">Module-Init-Tools</primary></indexterm>
 
 <sect2 role="package"><title/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="../final-system/module-init-tools.xml" 
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>

Modified: branches/cross-lfs/BOOK/reboot/pwdgroup.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/pwdgroup.xml 2005-04-22 19:29:47 UTC (rev 
5039)
+++ branches/cross-lfs/BOOK/reboot/pwdgroup.xml 2005-04-22 19:32:28 UTC (rev 
5040)
@@ -3,16 +3,16 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-system-pwdgroup">
+<sect1 id="ch-reboot-pwdgroup">
 <title>Creating the passwd, group, and log Files</title>
 <?dbhtml filename="pwdgroup.html"?>
 
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-${LFS}/etc/passwd">${LFS}/etc/passwd</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-${LFS}/etc/group">${LFS}/etc/group</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-${LFS}/var/run/utmp">${LFS}/var/run/utmp</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-${LFS}/var/log/btmp">${LFS}/var/log/btmp</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-${LFS}/var/log/lastlog">${LFS}/var/log/lastlog</primary></indexterm>
-<indexterm zone="ch-system-pwdgroup"><primary 
sortas="e-${LFS}/var/log/wtmp">${LFS}/var/log/wtmp</primary></indexterm>
+<indexterm zone="ch-reboot-pwdgroup"><primary 
sortas="e-${LFS}/etc/passwd">${LFS}/etc/passwd</primary></indexterm>
+<indexterm zone="ch-reboot-pwdgroup"><primary 
sortas="e-${LFS}/etc/group">${LFS}/etc/group</primary></indexterm>
+<indexterm zone="ch-reboot-pwdgroup"><primary 
sortas="e-${LFS}/var/run/utmp">${LFS}/var/run/utmp</primary></indexterm>
+<indexterm zone="ch-reboot-pwdgroup"><primary 
sortas="e-${LFS}/var/log/btmp">${LFS}/var/log/btmp</primary></indexterm>
+<indexterm zone="ch-reboot-pwdgroup"><primary 
sortas="e-${LFS}/var/log/lastlog">${LFS}/var/log/lastlog</primary></indexterm>
+<indexterm zone="ch-reboot-pwdgroup"><primary 
sortas="e-${LFS}/var/log/wtmp">${LFS}/var/log/wtmp</primary></indexterm>
 
 <para>In order for user <emphasis>root</emphasis> to be able to login
 and for the name <quote>root</quote> to be recognized, there need to

Modified: branches/cross-lfs/BOOK/reboot/sysvinit.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/sysvinit.xml 2005-04-22 19:29:47 UTC (rev 
5039)
+++ branches/cross-lfs/BOOK/reboot/sysvinit.xml 2005-04-22 19:32:28 UTC (rev 
5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-sysvinit" role="wrap">
+<sect1 id="ch-reboot-sysvinit" role="wrap">
 <title>Sysvinit-&sysvinit-version;</title>
 <?dbhtml filename="sysvinit.html"?>
 
-<indexterm zone="ch-tools-sysvinit"><primary 
sortas="a-Sysvinit">Sysvinit</primary></indexterm>
+<indexterm zone="ch-reboot-sysvinit"><primary 
sortas="a-Sysvinit">Sysvinit</primary></indexterm>
 
 <sect2 role="package"><title/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="../final-system/sysvinit.xml" 
xpointer="xpointer(/sect1/sect2[1]/para[1])"/>

Modified: branches/cross-lfs/BOOK/reboot/util-linux.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/util-linux.xml       2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/reboot/util-linux.xml       2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-util-linux" role="wrap">
+<sect1 id="ch-reboot-util-linux" role="wrap">
 <title>Util-linux-&util-linux-version;</title>
 <?dbhtml filename="util-linux.html"?>
 
-<indexterm zone="ch-tools-util-linux">
+<indexterm zone="ch-reboot-util-linux">
 <primary sortas="a-Util-linux">Util-linux</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/bash.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/bash.xml        2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/bash.xml        2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-bash" role="wrap">
+<sect1 id="ch-temp-system-bash" role="wrap">
 <title>Bash-&bash-version;</title>
 <?dbhtml filename="bash.html"?>
 
-<indexterm zone="ch-tools-bash">
+<indexterm zone="ch-temp-system-bash">
 <primary sortas="a-Bash">Bash</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/binutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/binutils.xml    2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/binutils.xml    2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-binutils" role="wrap">
+<sect1 id="ch-temp-system-binutils" role="wrap">
 <title>Binutils-&binutils-version;</title>
 <?dbhtml filename="binutils.html"?>
 
-<indexterm zone="ch-tools-binutils">
+<indexterm zone="ch-temp-system-binutils">
 <primary sortas="a-Binutils">Binutils</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/bison.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/bison.xml       2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/bison.xml       2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-bison" xreflabel="Bison" role="wrap">
+<sect1 id="ch-temp-system-bison" xreflabel="Bison" role="wrap">
 <title>Bison-&bison-version;</title>
 <?dbhtml filename="bison.html"?>
 
-<indexterm zone="ch-tools-bison">
+<indexterm zone="ch-temp-system-bison">
 <primary sortas="a-Bison">Bison</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/bzip2.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/bzip2.xml       2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/bzip2.xml       2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-bzip2" role="wrap">
+<sect1 id="ch-temp-system-bzip2" role="wrap">
 <title>Bzip2-&bzip2-version;</title>
 <?dbhtml filename="bzip2.html"?>
 
-<indexterm zone="ch-tools-bzip2">
+<indexterm zone="ch-temp-system-bzip2">
 <primary sortas="a-Bzip2">Bzip2</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/chapter.xml     2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/chapter.xml     2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,7 +3,7 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<chapter id="chapter-temporary-tools" xreflabel="Constructing a Temporary 
System">
+<chapter id="chapter-temp-system" xreflabel="Constructing a Temporary System">
 <?dbhtml dir="temp-system"?>
 <title>Constructing a Temporary System</title>
 <?dbhtml filename="chapter.html"?>

Modified: branches/cross-lfs/BOOK/temp-system/coreutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/coreutils.xml   2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/coreutils.xml   2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-coreutils" role="wrap">
+<sect1 id="ch-temp-system-coreutils" role="wrap">
 <title>Coreutils-&coreutils-version;</title>
 <?dbhtml filename="coreutils.html"?>
 
-<indexterm zone="ch-tools-coreutils">
+<indexterm zone="ch-temp-system-coreutils">
 <primary sortas="a-Coreutils">Coreutils</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/diffutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/diffutils.xml   2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/diffutils.xml   2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-diffutils" role="wrap">
+<sect1 id="ch-temp-system-diffutils" role="wrap">
 <title>Diffutils-&diffutils-version;</title>
 <?dbhtml filename="diffutils.html"?>
 
-<indexterm zone="ch-tools-diffutils">
+<indexterm zone="ch-temp-system-diffutils">
 <primary sortas="a-Diffutils">Diffutils</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/findutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/findutils.xml   2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/findutils.xml   2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-findutils" role="wrap">
+<sect1 id="ch-temp-system-findutils" role="wrap">
 <title>Findutils-&findutils-version;</title>
 <?dbhtml filename="findutils.html"?>
 
-<indexterm zone="ch-tools-findutils">
+<indexterm zone="ch-temp-system-findutils">
 <primary sortas="a-Findutils">Findutils</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/flex.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/flex.xml        2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/flex.xml        2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-flex" role="wrap">
+<sect1 id="ch-temp-system-flex" role="wrap">
 <title>Flex-&flex-version;</title>
 <?dbhtml filename="flex.html"?>
 
-<indexterm zone="ch-tools-flex">
+<indexterm zone="ch-temp-system-flex">
 <primary sortas="a-Flex">Flex</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/gawk.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/gawk.xml        2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/gawk.xml        2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-gawk" role="wrap">
+<sect1 id="ch-temp-system-gawk" role="wrap">
 <title>Gawk-&gawk-version;</title>
 <?dbhtml filename="gawk.html"?>
 
-<indexterm zone="ch-tools-gawk">
+<indexterm zone="ch-temp-system-gawk">
 <primary sortas="a-Gawk">Gawk</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/gcc.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/gcc.xml 2005-04-22 19:29:47 UTC (rev 
5039)
+++ branches/cross-lfs/BOOK/temp-system/gcc.xml 2005-04-22 19:32:28 UTC (rev 
5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-gcc" role="wrap">
+<sect1 id="ch-temp-system-gcc" role="wrap">
 <title>GCC-&gcc-version;</title>
 <?dbhtml filename="gcc.html"?>
 
-<indexterm zone="ch-tools-gcc">
+<indexterm zone="ch-temp-system-gcc">
 <primary sortas="a-GCC">GCC</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/gettext.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/gettext.xml     2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/gettext.xml     2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-gettext" role="wrap">
+<sect1 id="ch-temp-system-gettext" role="wrap">
 <title>Gettext-&gettext-version;</title>
 <?dbhtml filename="gettext.html"?>
 
-<indexterm zone="ch-tools-gettext">
+<indexterm zone="ch-temp-system-gettext">
 <primary sortas="a-Gettext">Gettext</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/grep.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/grep.xml        2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/grep.xml        2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-grep" role="wrap">
+<sect1 id="ch-temp-system-grep" role="wrap">
 <title>Grep-&grep-version;</title>
 <?dbhtml filename="grep.html"?>
 
-<indexterm zone="ch-tools-grep">
+<indexterm zone="ch-temp-system-grep">
 <primary sortas="a-Grep">Grep</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/gzip.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/gzip.xml        2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/gzip.xml        2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-gzip" role="wrap">
+<sect1 id="ch-temp-system-gzip" role="wrap">
 <title>Gzip-&gzip-version;</title>
 <?dbhtml filename="gzip.html"?>
 
-<indexterm zone="ch-tools-gzip">
+<indexterm zone="ch-temp-system-gzip">
 <primary sortas="a-Gzip">Gzip</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/introduction.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/introduction.xml        2005-04-22 
19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/introduction.xml        2005-04-22 
19:32:28 UTC (rev 5040)
@@ -3,7 +3,7 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-introduction">
+<sect1 id="ch-temp-system-introduction">
 <title>Introduction</title>
 <?dbhtml filename="introduction.html"?>
 

Modified: branches/cross-lfs/BOOK/temp-system/linux-libc-headers-alpha.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/linux-libc-headers-alpha.xml    
2005-04-22 19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/linux-libc-headers-alpha.xml    
2005-04-22 19:32:28 UTC (rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-linux-libc-headers" role="wrap" arch="alpha">
+<sect1 id="ch-temp-system-linux-libc-headers" role="wrap" arch="alpha">
 <title>Linux-Libc-Headers-&linux-libc-headers-alpha-version;</title>
 <?dbhtml filename="linux-libc-headers.html"?>
 
-<indexterm zone="ch-tools-linux-libc-headers">
+<indexterm zone="ch-temp-system-linux-libc-headers">
 <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
 <secondary>tools, headers</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/linux-libc-headers-ppc.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/linux-libc-headers-ppc.xml      
2005-04-22 19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/linux-libc-headers-ppc.xml      
2005-04-22 19:32:28 UTC (rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-linux-libc-headers" role="wrap" arch="ppc">
+<sect1 id="ch-temp-system-linux-libc-headers" role="wrap" arch="ppc">
 <title>Linux-Libc-Headers-&linux-libc-headers-ppc-version;</title>
 <?dbhtml filename="linux-libc-headers.html"?>
 
-<indexterm zone="ch-tools-linux-libc-headers">
+<indexterm zone="ch-temp-system-linux-libc-headers">
 <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
 <secondary>tools, headers</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/linux-libc-headers-raq2.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/linux-libc-headers-raq2.xml     
2005-04-22 19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/linux-libc-headers-raq2.xml     
2005-04-22 19:32:28 UTC (rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-linux-libc-headers" role="wrap" arch="raq2">
+<sect1 id="ch-temp-system-linux-libc-headers" role="wrap" arch="raq2">
 <title>Linux-Libc-Headers-&linux-libc-headers-raq2-version;</title>
 <?dbhtml filename="linux-libc-headers.html"?>
 
-<indexterm zone="ch-tools-linux-libc-headers">
+<indexterm zone="ch-temp-system-linux-libc-headers">
 <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
 <secondary>tools, headers</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/linux-libc-headers.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/linux-libc-headers.xml  2005-04-22 
19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/linux-libc-headers.xml  2005-04-22 
19:32:28 UTC (rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-linux-libc-headers" role="wrap" arch="x86">
+<sect1 id="ch-temp-system-linux-libc-headers" role="wrap" arch="x86">
 <title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
 <?dbhtml filename="linux-libc-headers.html"?>
 
-<indexterm zone="ch-tools-linux-libc-headers">
+<indexterm zone="ch-temp-system-linux-libc-headers">
 <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
 <secondary>tools, headers</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/m4.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/m4.xml  2005-04-22 19:29:47 UTC (rev 
5039)
+++ branches/cross-lfs/BOOK/temp-system/m4.xml  2005-04-22 19:32:28 UTC (rev 
5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-m4" role="wrap">
+<sect1 id="ch-temp-system-m4" role="wrap">
 <title>M4-&m4-version;</title>
 <?dbhtml filename="m4.html"?>
 
-<indexterm zone="ch-tools-m4">
+<indexterm zone="ch-temp-system-m4">
 <primary sortas="a-M4">M4</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/make.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/make.xml        2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/make.xml        2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-make" role="wrap">
+<sect1 id="ch-temp-system-make" role="wrap">
 <title>Make-&make-version;</title>
 <?dbhtml filename="make.html"?>
 
-<indexterm zone="ch-tools-make">
+<indexterm zone="ch-temp-system-make">
 <primary sortas="a-Make">Make</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/ncurses.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/ncurses.xml     2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/ncurses.xml     2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-ncurses" role="wrap">
+<sect1 id="ch-temp-system-ncurses" role="wrap">
 <title>Ncurses-&ncurses-version;</title>
 <?dbhtml filename="ncurses.html"?>
 
-<indexterm zone="ch-tools-ncurses">
+<indexterm zone="ch-temp-system-ncurses">
 <primary sortas="a-Ncurses">Ncurses</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/patch.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/patch.xml       2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/patch.xml       2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-patch" role="wrap">
+<sect1 id="ch-temp-system-patch" role="wrap">
 <title>Patch-&patch-version;</title>
 <?dbhtml filename="patch.html"?>
 
-<indexterm zone="ch-tools-patch">
+<indexterm zone="ch-temp-system-patch">
 <primary sortas="a-Patch">Patch</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/procps.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/procps.xml      2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/procps.xml      2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-procps" role="wrap">
+<sect1 id="ch-temp-system-procps" role="wrap">
 <title>Procps-&procps-version;</title>
 <?dbhtml filename="procps.html"?>
 
-<indexterm zone="ch-tools-procps"><primary 
sortas="a-Procps">Procps</primary></indexterm>
+<indexterm zone="ch-temp-system-procps"><primary 
sortas="a-Procps">Procps</primary></indexterm>
 
 <sect2 role="package"><title/>
 <para>The Procps package contains programs for monitoring processes.</para>

Modified: branches/cross-lfs/BOOK/temp-system/sed.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/sed.xml 2005-04-22 19:29:47 UTC (rev 
5039)
+++ branches/cross-lfs/BOOK/temp-system/sed.xml 2005-04-22 19:32:28 UTC (rev 
5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-sed" role="wrap">
+<sect1 id="ch-temp-system-sed" role="wrap">
 <title>Sed-&sed-version;</title>
 <?dbhtml filename="sed.html"?>
 
-<indexterm zone="ch-tools-sed">
+<indexterm zone="ch-temp-system-sed">
 <primary sortas="a-Sed">Sed</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/tar.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/tar.xml 2005-04-22 19:29:47 UTC (rev 
5039)
+++ branches/cross-lfs/BOOK/temp-system/tar.xml 2005-04-22 19:32:28 UTC (rev 
5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-tar" role="wrap">
+<sect1 id="ch-temp-system-tar" role="wrap">
 <title>Tar-&tar-version;</title>
 <?dbhtml filename="tar.html"?>
 
-<indexterm zone="ch-tools-tar">
+<indexterm zone="ch-temp-system-tar">
 <primary sortas="a-Tar">Tar</primary>
 <secondary>tools</secondary></indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-system/variables.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/variables.xml   2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/variables.xml   2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,7 +3,7 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-variables">
+<sect1 id="ch-temp-system-variables">
 <title>Build Variables</title>
 <?dbhtml filename="variables.html"?>
 

Modified: branches/cross-lfs/BOOK/temp-system/zlib.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/zlib.xml        2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-system/zlib.xml        2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-tools-zlib" role="wrap">
+<sect1 id="ch-temp-system-zlib" role="wrap">
 <title>Zlib-&zlib-version;</title>
 <?dbhtml filename="zlib.html"?>
 
-<indexterm zone="ch-tools-zlib"><primary 
sortas="a-Zlib">Zlib</primary></indexterm>
+<indexterm zone="ch-temp-system-zlib"><primary 
sortas="a-Zlib">Zlib</primary></indexterm>
 
 <sect2 role="package"><title/>
 <para>The Zlib package contains compression and un-compression routines used by

Modified: branches/cross-lfs/BOOK/temp-tools/chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/chapter.xml      2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-tools/chapter.xml      2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,7 +3,7 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<chapter id="chapter-temp-tools" xreflabel="Constructing a Temporary Tools">
+<chapter id="chapter-temporary-tools" xreflabel="Constructing a Temporary 
Tools">
 <?dbhtml dir="temp-tools"?>
 <title>Constructing a Temporary Tools</title>
 <?dbhtml filename="chapter.html"?>

Modified: branches/cross-lfs/BOOK/temp-tools/introduction.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/introduction.xml 2005-04-22 19:29:47 UTC 
(rev 5039)
+++ branches/cross-lfs/BOOK/temp-tools/introduction.xml 2005-04-22 19:32:28 UTC 
(rev 5040)
@@ -3,7 +3,7 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-temp-introduction">
+<sect1 id="ch-temp-tools-introduction">
 <title>Introduction</title>
 <?dbhtml filename="introduction.html"?>
 

Modified: branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-alpha.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-alpha.xml     
2005-04-22 19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-alpha.xml     
2005-04-22 19:32:28 UTC (rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-system-linux-libc-headers" role="wrap" arch="alpha">
+<sect1 id="ch-temp-tools-linux-libc-headers" role="wrap" arch="alpha">
 <title>Linux-Libc-Headers-&linux-libc-headers-alpha-version;</title>
 <?dbhtml filename="linux-libc-headers.html"?>
 
-<indexterm zone="ch-system-linux-libc-headers">
+<indexterm zone="ch-temp-tools-linux-libc-headers">
 <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
 </indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-ppc.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-ppc.xml       
2005-04-22 19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-ppc.xml       
2005-04-22 19:32:28 UTC (rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-system-linux-libc-headers" role="wrap" arch="ppc">
+<sect1 id="ch-temp-tools-linux-libc-headers" role="wrap" arch="ppc">
 <title>Linux-Libc-Headers-&linux-libc-headers-ppc-version;</title>
 <?dbhtml filename="linux-libc-headers.html"?>
 
-<indexterm zone="ch-system-linux-libc-headers">
+<indexterm zone="ch-temp-tools-linux-libc-headers">
 <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
 </indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-raq2.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-raq2.xml      
2005-04-22 19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/temp-tools/linux-libc-headers-raq2.xml      
2005-04-22 19:32:28 UTC (rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-system-linux-libc-headers" role="wrap" arch="raq2">
+<sect1 id="ch-temp-tools-linux-libc-headers" role="wrap" arch="raq2">
 <title>Linux-Libc-Headers-&linux-libc-headers-raq2-version;</title>
 <?dbhtml filename="linux-libc-headers.html"?>
 
-<indexterm zone="ch-system-linux-libc-headers">
+<indexterm zone="ch-temp-tools-linux-libc-headers">
 <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
 </indexterm>
 

Modified: branches/cross-lfs/BOOK/temp-tools/linux-libc-headers.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/linux-libc-headers.xml   2005-04-22 
19:29:47 UTC (rev 5039)
+++ branches/cross-lfs/BOOK/temp-tools/linux-libc-headers.xml   2005-04-22 
19:32:28 UTC (rev 5040)
@@ -3,11 +3,11 @@
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
-<sect1 id="ch-system-linux-libc-headers" role="wrap" arch="x86">
+<sect1 id="ch-temp-tools-linux-libc-headers" role="wrap" arch="x86">
 <title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
 <?dbhtml filename="linux-libc-headers.html"?>
 
-<indexterm zone="ch-system-linux-libc-headers">
+<indexterm zone="ch-temp-tools-linux-libc-headers">
 <primary sortas="a-Linux-Libc-Headers">Linux-Libc-Headers</primary>
 </indexterm>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to