Changeset c5ec23b


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    rf208a1c rc5ec23b  
    6161<term><command>bison</command></term>
    6262<listitem>
    63 <para>Generates, from a series of rules, a program for analyzing the
    64 structure of text files;  <application>Bison</application> is a
    65 replacement for <application>Yacc</application> (Yet Another Compiler
     63<para>Generates, from a series of rules, a program for analyzing the structure
     64of text files; Bison is a replacement for Yacc (Yet Another Compiler
    6665Compiler)</para>
    6766<indexterm zone="ch-system-bison bison"><primary sortas="b-bison">bison</primary></indexterm>
  • chapter06/hotplug.xml

    rf208a1c rc5ec23b  
    156156<listitem>
    157157<para>This directory contains programs (or symlinks to them) that are interested
    158 in receiving hotplug events. For example, <application>Udev</application> puts
    159 its symlink here during installation</para>
     158in receiving hotplug events. For example, Udev puts its symlink here during
     159installation</para>
    160160<indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary
    161161sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm>
  • 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.