Changeset 37e62c3


Ignore:
Timestamp:
06/23/2005 05:27:03 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
edb9842
Parents:
98a43ee
Message:

Removed unneeded <application> tags.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    r98a43ee r37e62c3  
    6363<term><command>bison</command></term>
    6464<listitem>
    65 <para>generates, from a series of rules, a program for analyzing the
    66 structure of text files;  <application>Bison</application> is a
    67 replacement for <application>Yacc</application> (Yet Another Compiler
     65<para>generates, from a series of rules, a program for analyzing the structure
     66of text files; Bison is a replacement for Yacc (Yet Another Compiler
    6867Compiler)</para>
    6968<indexterm zone="ch-system-bison bison"><primary sortas="b-bison">bison</primary></indexterm>
  • chapter06/hotplug.xml

    r98a43ee r37e62c3  
    157157<listitem>
    158158<para>This directory contains programs (or symlinks to them) that are interested
    159 in receiving hotplug events. For example, <application>Udev</application> puts
    160 its symlink here during installation</para>
     159in receiving hotplug events. For example, Udev puts its symlink here during
     160installation</para>
    161161<indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary
    162162sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm>
  • chapter07/console.xml

    r98a43ee r37e62c3  
    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

    r98a43ee r37e62c3  
    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.