Changeset e9ec91d


Ignore:
Timestamp:
06/26/2005 09:40:37 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
cce9fef
Parents:
e120b74
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re120b74 re9ec91d  
    8888</listitem>
    8989
     90<listitem><para>June 26th, 2005 [manuel]: Small tags corrections.</para></listitem>
     91
    9092<listitem><para>June 25th, 2005 [archaic]: Added placeholder for errata page and
    9193a temporary link (currently dead).</para></listitem>
  • chapter05/expect.xml

    re120b74 re9ec91d  
    9090</variablelist>
    9191
    92 <para>Now remove the TCLPATH variable:</para>
     92<para>Now remove the <envar>TCLPATH</envar> variable:</para>
    9393
    9494<screen><userinput>unset TCLPATH</userinput></screen>
  • chapter07/inputrc.xml

    re120b74 re9ec91d  
    2020directory with the modified mappings.</para>
    2121
    22 <para>For more information on how to edit the inputrc file, see <command>info
    23 bash</command> under the <emphasis>Readline Init File</emphasis> section.
    24 <command>info readline</command> is also a good source of information.</para>
     22<para>For more information on how to edit the <filename>inputrc</filename> file,
     23see <command>info bash</command> under the <emphasis>Readline Init File</emphasis>
     24section. <command>info readline</command> is also a good source of information.</para>
    2525
    2626<para>Below is a generic global <filename>inputrc</filename> along with comments
     
    3636
    3737# Enable 8bit input
    38 set meta-flag On 
     38set meta-flag On
    3939set input-meta On
    4040
     
    4848set bell-style none
    4949
    50 # All of the following map the escape sequence of the 
    51 # value contained inside the 1st argument to the 
     50# All of the following map the escape sequence of the
     51# value contained inside the 1st argument to the
    5252# readline specific functions
    5353
  • general.ent

    re120b74 re9ec91d  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "TESTING-20050625">
    3 <!ENTITY releasedate "June 25, 2005">
     2<!ENTITY version "TESTING-20050626">
     3<!ENTITY releasedate "June 26, 2005">
    44<!ENTITY milestone "6.1">
    55<!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.