Changeset c5ec23b for chapter07


Ignore:
Timestamp:
06/24/2005 03:01:12 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
df10d3d
Parents:
f208a1c
Message:

Removed unneeded <application> tags. (merged from trunk r6129)

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

Location:
chapter07
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/console.xml

    rf208a1c rc5ec23b  
    5757program.</para>
    5858
    59 <para>In some keymaps, the Backspace and Delete keys send characters
    60 different from ones in the default keymap built into the kernel. This
    61 confuses some applications.  For example,
    62 <application>Emacs</application> displays its help (instead of erasing
    63 the character before the cursor) when Backspace is pressed. To check
    64 if the keymap in use is affected (this works only for i386
    65 keymaps):</para>
     59<para>In some keymaps, the Backspace and Delete keys send characters different
     60from ones in the default keymap built into the kernel. This confuses some
     61applications. For example, Emacs displays its help (instead of erasing the
     62character before the cursor) when Backspace is pressed. To check if the keymap
     63in use is affected (this works only for i386 keymaps):</para>
    6664
    6765<screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen>
  • chapter07/profile.xml

    rf208a1c rc5ec23b  
    5353</itemizedlist>
    5454
    55 <para>This script also sets the <envar>INPUTRC</envar>
    56 environment variable that makes <application>Bash</application> and
    57 <application>Readline</application> use the
    58 <filename>/etc/inputrc</filename> file created earlier.</para>
     55<para>This script also sets the <envar>INPUTRC</envar> environment variable that
     56makes Bash and Readline use the <filename>/etc/inputrc</filename> file created
     57earlier.</para>
    5958
    6059<para>Replace <replaceable>[ll]</replaceable> below with the
Note: See TracChangeset for help on using the changeset viewer.