diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-23 17:27:03 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-23 17:27:03 +0000 |
commit | 37e62c3927648ed2a06906887fd432f8fed789d0 (patch) | |
tree | ef703d32ebd6ebe2dfe2888c9e0faa6aab26657d /chapter06 | |
parent | 98a43ee9cb65599c0881e85e8f92c1c12bd2db89 (diff) |
Removed unneeded <application> tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6129 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison.xml | 5 | ||||
-rw-r--r-- | chapter06/hotplug.xml | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index bf2ebb0e4..74890db6d 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -62,9 +62,8 @@ GCC, Gettext, Glibc, Grep, M4, Make, and Sed</seg></seglistitem> <varlistentry id="bison"> <term><command>bison</command></term> <listitem> -<para>generates, from a series of rules, a program for analyzing the -structure of text files; <application>Bison</application> is a -replacement for <application>Yacc</application> (Yet Another Compiler +<para>generates, from a series of rules, a program for analyzing the structure +of text files; Bison is a replacement for Yacc (Yet Another Compiler Compiler)</para> <indexterm zone="ch-system-bison bison"><primary sortas="b-bison">bison</primary></indexterm> </listitem> diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index 3ae6440bc..6832fda2c 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -156,8 +156,8 @@ sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary></indexter <term><filename class="directory">/etc/hotplug.d</filename></term> <listitem> <para>This directory contains programs (or symlinks to them) that are interested -in receiving hotplug events. For example, <application>Udev</application> puts -its symlink here during installation</para> +in receiving hotplug events. For example, Udev puts its symlink here during +installation</para> <indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm> </listitem> |