Small tags corrections. Ported from trunk r6189.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-06-26 09:40:37 +00:00
parent e120b74768
commit e9ec91d010
4 changed files with 11 additions and 9 deletions

View File

@ -87,6 +87,8 @@ First a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>June 26th, 2005 [manuel]: Small tags corrections.</para></listitem>
<listitem><para>June 25th, 2005 [archaic]: Added placeholder for errata page and <listitem><para>June 25th, 2005 [archaic]: Added placeholder for errata page and
a temporary link (currently dead).</para></listitem> a temporary link (currently dead).</para></listitem>

View File

@ -89,7 +89,7 @@ scripts, which are not needed.</para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
<para>Now remove the TCLPATH variable:</para> <para>Now remove the <envar>TCLPATH</envar> variable:</para>
<screen><userinput>unset TCLPATH</userinput></screen> <screen><userinput>unset TCLPATH</userinput></screen>

View File

@ -19,9 +19,9 @@ logs in. If you later decide you need to override the defaults on a per-user
basis, you can create a <filename>.inputrc</filename> file in the user's home basis, you can create a <filename>.inputrc</filename> file in the user's home
directory with the modified mappings.</para> directory with the modified mappings.</para>
<para>For more information on how to edit the inputrc file, see <command>info <para>For more information on how to edit the <filename>inputrc</filename> file,
bash</command> under the <emphasis>Readline Init File</emphasis> section. see <command>info bash</command> under the <emphasis>Readline Init File</emphasis>
<command>info readline</command> is also a good source of information.</para> 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 <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 to explain what the various options do. Note that comments cannot be on the same
@ -35,7 +35,7 @@ line as commands. Create the file using the following command:</para>
set horizontal-scroll-mode Off set horizontal-scroll-mode Off
# Enable 8bit input # Enable 8bit input
set meta-flag On set meta-flag On
set input-meta On set input-meta On
# Turns off 8th bit stripping # Turns off 8th bit stripping
@ -47,8 +47,8 @@ set output-meta On
# none, visible or audible # none, visible or audible
set bell-style none set bell-style none
# All of the following map the escape sequence of the # All of the following map the escape sequence of the
# value contained inside the 1st argument to the # value contained inside the 1st argument to the
# readline specific functions # readline specific functions
"\eOd": backward-word "\eOd": backward-word

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "TESTING-20050625"> <!ENTITY version "TESTING-20050626">
<!ENTITY releasedate "June 25, 2005"> <!ENTITY releasedate "June 26, 2005">
<!ENTITY milestone "6.1"> <!ENTITY milestone "6.1">
<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->