Changeset e9ec91d for chapter07


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.