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
This commit is contained in:
Archaic 2005-06-24 15:01:12 +00:00
parent f208a1c9b6
commit c5ec23b09a
4 changed files with 12 additions and 16 deletions

View File

@ -60,9 +60,8 @@ GCC, Gettext, Glibc, Grep, M4, Make, and Sed</seg></seglistitem>
<varlistentry id="bison"> <varlistentry id="bison">
<term><command>bison</command></term> <term><command>bison</command></term>
<listitem> <listitem>
<para>Generates, from a series of rules, a program for analyzing the <para>Generates, from a series of rules, a program for analyzing the structure
structure of text files; <application>Bison</application> is a of text files; Bison is a replacement for Yacc (Yet Another Compiler
replacement for <application>Yacc</application> (Yet Another Compiler
Compiler)</para> Compiler)</para>
<indexterm zone="ch-system-bison bison"><primary sortas="b-bison">bison</primary></indexterm> <indexterm zone="ch-system-bison bison"><primary sortas="b-bison">bison</primary></indexterm>
</listitem> </listitem>

View File

@ -155,8 +155,8 @@ sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary></indexter
<term><filename class="directory">/etc/hotplug.d</filename></term> <term><filename class="directory">/etc/hotplug.d</filename></term>
<listitem> <listitem>
<para>This directory contains programs (or symlinks to them) that are interested <para>This directory contains programs (or symlinks to them) that are interested
in receiving hotplug events. For example, <application>Udev</application> puts in receiving hotplug events. For example, Udev puts its symlink here during
its symlink here during installation</para> installation</para>
<indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary <indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary
sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm> sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm>
</listitem> </listitem>

View File

@ -56,13 +56,11 @@ instead of Euro, the correct <envar>FONT</envar> line would be:</para>
<command>console</command> initscript will not run the corresponding <command>console</command> initscript will not run the corresponding
program.</para> program.</para>
<para>In some keymaps, the Backspace and Delete keys send characters <para>In some keymaps, the Backspace and Delete keys send characters different
different from ones in the default keymap built into the kernel. This from ones in the default keymap built into the kernel. This confuses some
confuses some applications. For example, applications. For example, Emacs displays its help (instead of erasing the
<application>Emacs</application> displays its help (instead of erasing character before the cursor) when Backspace is pressed. To check if the keymap
the character before the cursor) when Backspace is pressed. To check in use is affected (this works only for i386 keymaps):</para>
if the keymap in use is affected (this works only for i386
keymaps):</para>
<screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen> <screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen>

View File

@ -52,10 +52,9 @@ country</para></listitem>
values</para></listitem> values</para></listitem>
</itemizedlist> </itemizedlist>
<para>This script also sets the <envar>INPUTRC</envar> <para>This script also sets the <envar>INPUTRC</envar> environment variable that
environment variable that makes <application>Bash</application> and makes Bash and Readline use the <filename>/etc/inputrc</filename> file created
<application>Readline</application> use the earlier.</para>
<filename>/etc/inputrc</filename> file created earlier.</para>
<para>Replace <replaceable>[ll]</replaceable> below with the <para>Replace <replaceable>[ll]</replaceable> below with the
two-letter code for the desired language (e.g., <quote>en</quote>) and two-letter code for the desired language (e.g., <quote>en</quote>) and