Author: manuel
Date: 2005-06-26 03:40:37 -0600 (Sun, 26 Jun 2005)
New Revision: 6190

Modified:
   branches/6.1/BOOK/chapter01/changelog.xml
   branches/6.1/BOOK/chapter05/expect.xml
   branches/6.1/BOOK/chapter07/inputrc.xml
   branches/6.1/BOOK/general.ent
Log:
Small tags corrections. Ported from trunk r6189.

Modified: branches/6.1/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.1/BOOK/chapter01/changelog.xml   2005-06-26 09:35:10 UTC (rev 
6189)
+++ branches/6.1/BOOK/chapter01/changelog.xml   2005-06-26 09:40:37 UTC (rev 
6190)
@@ -87,6 +87,8 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>June 26th, 2005 [manuel]: Small tags 
corrections.</para></listitem>
+
 <listitem><para>June 25th, 2005 [archaic]: Added placeholder for errata page 
and
 a temporary link (currently dead).</para></listitem>
 

Modified: branches/6.1/BOOK/chapter05/expect.xml
===================================================================
--- branches/6.1/BOOK/chapter05/expect.xml      2005-06-26 09:35:10 UTC (rev 
6189)
+++ branches/6.1/BOOK/chapter05/expect.xml      2005-06-26 09:40:37 UTC (rev 
6190)
@@ -89,7 +89,7 @@
 </varlistentry>
 </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/6.1/BOOK/chapter07/inputrc.xml
===================================================================
--- branches/6.1/BOOK/chapter07/inputrc.xml     2005-06-26 09:35:10 UTC (rev 
6189)
+++ branches/6.1/BOOK/chapter07/inputrc.xml     2005-06-26 09:40:37 UTC (rev 
6190)
@@ -19,9 +19,9 @@
 basis, you can create a <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 comments cannot be on the 
same
@@ -35,7 +35,7 @@
 set horizontal-scroll-mode Off
 
 # Enable 8bit input
-set meta-flag On 
+set meta-flag On
 set input-meta On
 
 # Turns off 8th bit stripping
@@ -47,8 +47,8 @@
 # none, visible or audible
 set bell-style none
 
-# All of the following map the escape sequence of the 
-# value contained inside the 1st argument to the 
+# All of the following map the escape sequence of the
+# value contained inside the 1st argument to the
 # readline specific functions
 
 "\eOd": backward-word

Modified: branches/6.1/BOOK/general.ent
===================================================================
--- branches/6.1/BOOK/general.ent       2005-06-26 09:35:10 UTC (rev 6189)
+++ branches/6.1/BOOK/general.ent       2005-06-26 09:40:37 UTC (rev 6190)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20050625">
-<!ENTITY releasedate "June 25, 2005">
+<!ENTITY version "TESTING-20050626">
+<!ENTITY releasedate "June 26, 2005">
 <!ENTITY milestone "6.1">
 <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
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