diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-31 18:04:38 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-31 18:04:38 +0000 |
commit | aee63d83641ecce7308a8e1fc4a49ae8e3bde287 (patch) | |
tree | 88e766ecc57fc467c0a096d70dfa0d463ec5b3ea | |
parent | 08b5cbb2c6ba442beae99d2ea463508dbbb6064e (diff) |
Fix typo (bug 1645)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/how.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter01/how.xml b/chapter01/how.xml index bed7ab0a4..55d1447d6 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -55,8 +55,8 @@ depend on the host distribution, with the exception of the running kernel. </para> <para>This effort to isolate the new system from the host distribution may seem -excessive, but a full technical explanation is provided at the beginning of -<xref linkend="chapter-temporary-tools"/>.</para> +excessive, but a full technical explanation is provided in +<xref linkend="ch-tools-toolchaintechnotes"/>.</para> <para>In <xref linkend="chapter-building-system"/>, the full LFS system is built. The <command>chroot</command> (change root) program is used to enter a virtual diff --git a/general.ent b/general.ent index 4d85107fb..ec584578c 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "TESTING-20051029"> -<!ENTITY releasedate "October 29, 2005"> +<!ENTITY version "TESTING-20051031"> +<!ENTITY releasedate "October 31, 2005"> <!ENTITY milestone "6.1.1"> <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> |