Changeset c96a0bc


Ignore:
Timestamp:
06/26/2005 09:35:10 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4301028
Parents:
b430d2b
Message:

Small tags corrections.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/expect.xml

    rb430d2b rc96a0bc  
    9292</variablelist>
    9393
    94 <para>Now remove the TCLPATH variable:</para>
     94<para>Now remove the <envar>TCLPATH</envar> variable:</para>
    9595
    9696<screen><userinput>unset TCLPATH</userinput></screen>
  • chapter07/inputrc.xml

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

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