Author: manuel
Date: 2005-06-26 04:59:46 -0600 (Sun, 26 Jun 2005)
New Revision: 6191
Added:
branches/cross-lfs/BOOK/prologue/common/errata.xml
Modified:
branches/cross-lfs/BOOK/bootscripts/common/inputrc.xml
branches/cross-lfs/BOOK/final-preps/abouttestsuites.xml
branches/cross-lfs/BOOK/general.ent
branches/cross-lfs/BOOK/introduction/common/changelog.xml
branches/cross-lfs/BOOK/prologue/preface.xml
branches/cross-lfs/BOOK/temp-tools/common/expect.xml
branches/cross-lfs/BOOK/temp-tools/multilib/expect-64bit.xml
Log:
Added errata page and small changes from trunk up to r6189
Modified: branches/cross-lfs/BOOK/bootscripts/common/inputrc.xml
===================================================================
--- branches/cross-lfs/BOOK/bootscripts/common/inputrc.xml 2005-06-26
09:40:37 UTC (rev 6190)
+++ branches/cross-lfs/BOOK/bootscripts/common/inputrc.xml 2005-06-26
10:59:46 UTC (rev 6191)
@@ -26,10 +26,10 @@
<filename>.inputrc</filename> file in the user's home directory with
the modified mappings.</para>
- <para>For more information on how to edit the inputrc file, see
- <command>info bash</command> under the <emphasis>Readline Init
- File</emphasis> section. <command>info readline</command> is also a
- good source of information.</para>
+ <para>For more information on how to edit the <filename>inputrc</filename>
+ file, see <command>info bash</command> under the <emphasis>Readline Init
+ File</emphasis> section. <command>info readline</command> is also a good
+ source of information.</para>
<para>Below is a generic global <filename>inputrc</filename> along
with comments to explain what the various options do. Note that
Modified: branches/cross-lfs/BOOK/final-preps/abouttestsuites.xml
===================================================================
--- branches/cross-lfs/BOOK/final-preps/abouttestsuites.xml 2005-06-26
09:40:37 UTC (rev 6190)
+++ branches/cross-lfs/BOOK/final-preps/abouttestsuites.xml 2005-06-26
10:59:46 UTC (rev 6191)
@@ -49,8 +49,8 @@
linkend="chapter-temporary-tools"/>.</para>
<para>Sometimes package test suites will give false failures. Consult
- the LFS Wiki at <ulink url="&wiki-root;"/> to verify that these
- failures are expected. This site is valid for all tests throughout this
- book.</para>
+ the logs located at <ulink url="&test-results;"/> to verify whether or
+ not these failures are expected. This site is valid for all tests
+ throughout this book.</para>
</sect1>
Modified: branches/cross-lfs/BOOK/general.ent
===================================================================
--- branches/cross-lfs/BOOK/general.ent 2005-06-26 09:40:37 UTC (rev 6190)
+++ branches/cross-lfs/BOOK/general.ent 2005-06-26 10:59:46 UTC (rev 6191)
@@ -10,6 +10,7 @@
<!ENTITY releasedate "June 26, 2005">
<!ENTITY milestone "7.0">
+<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]"
-->
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
<!ENTITY blfs-root "&lfs-root;blfs/">
@@ -18,6 +19,8 @@
<!ENTITY hints-index "&lfs-root;hints/list.html">
<!ENTITY patches-root "http://www.linuxfromscratch.org/patches/downloads/">
<!ENTITY wiki-root "http://wiki.linuxfromscratch.org/">
+<!ENTITY test-results
"http://linuxfromscratch.org/~archaic/logs-&generic-version;/">
+<!ENTITY errata
"http://www.linuxfromscratch.org/lfs/view/errata-&generic-version;/">
<!ENTITY gnu "http://ftp.gnu.org/gnu/">
<!ENTITY alpha-gnu "ftp://alpha.gnu.org/gnu/">
Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-06-26
09:40:37 UTC (rev 6190)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-06-26
10:59:46 UTC (rev 6191)
@@ -209,6 +209,10 @@
<listitem>
<para>[jim] - Updated File to 4.14.</para>
</listitem>
+ <listitem>
+ <para>[manuel] - Added errata page and small changes from trunk up
+ to r6189.</para>
+ </listitem>
</itemizedlist>
</listitem>
Added: branches/cross-lfs/BOOK/prologue/common/errata.xml
===================================================================
--- branches/cross-lfs/BOOK/prologue/common/errata.xml 2005-06-26 09:40:37 UTC
(rev 6190)
+++ branches/cross-lfs/BOOK/prologue/common/errata.xml 2005-06-26 10:59:46 UTC
(rev 6191)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="pre-errata">
+ <?dbhtml filename="errata.html"?>
+
+ <title>Errata</title>
+
+ <para>PLACEHOLDER</para>
+
+ <para>Link to errata page <ulink url="&errata;"/></para>
+
+</sect1>
Property changes on: branches/cross-lfs/BOOK/prologue/common/errata.xml
___________________________________________________________________
Name: svn:keywords
+ "Author Date Revision Id"
Modified: branches/cross-lfs/BOOK/prologue/preface.xml
===================================================================
--- branches/cross-lfs/BOOK/prologue/preface.xml 2005-06-26 09:40:37 UTC
(rev 6190)
+++ branches/cross-lfs/BOOK/prologue/preface.xml 2005-06-26 10:59:46 UTC
(rev 6191)
@@ -16,5 +16,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/prerequisites.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/typography.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/organization.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/errata.xml"/>
</preface>
Modified: branches/cross-lfs/BOOK/temp-tools/common/expect.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/common/expect.xml 2005-06-26
09:40:37 UTC (rev 6190)
+++ branches/cross-lfs/BOOK/temp-tools/common/expect.xml 2005-06-26
10:59:46 UTC (rev 6191)
@@ -114,7 +114,7 @@
</variablelist>
- <para>Now remove the TCLPATH variable:</para>
+ <para>Now remove the <envar>TCLPATH</envar> variable:</para>
<screen><userinput>unset TCLPATH</userinput></screen>
Modified: branches/cross-lfs/BOOK/temp-tools/multilib/expect-64bit.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/multilib/expect-64bit.xml
2005-06-26 09:40:37 UTC (rev 6190)
+++ branches/cross-lfs/BOOK/temp-tools/multilib/expect-64bit.xml
2005-06-26 10:59:46 UTC (rev 6191)
@@ -68,7 +68,7 @@
<screen><userinput>make SCRIPTS="" install</userinput></screen>
- <para>Now remove the TCLPATH variable:</para>
+ <para>Now remove the <envar>TCLPATH</envar> variable:</para>
<screen><userinput>unset TCLPATH</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page