Changeset e2b0dfc0


Ignore:
Timestamp:
02/26/2006 10:57:53 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
240cc07
Parents:
868c7c2
Message:

Fixed typos and tags in the xterm instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5681 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xterm.xml

    r868c7c2 re2b0dfc0  
    66
    77  <!ENTITY xterm-download-http " ">
    8   <!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
     8  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    99  <!ENTITY xterm-md5sum        "c75cdbf9395bbc2cd69863fbe7c2e019">
    1010  <!ENTITY xterm-size          "745 KB">
    1111  <!ENTITY xterm-buildsize     "7.1 MB">
    12   <!ENTITY xterm-time          "0.11 SBU">
     12  <!ENTITY xterm-time          "0.1 SBU">
    1313]>
    1414
     
    3434    <title>Introduction to xterm</title>
    3535
    36     <para><application>xterm</application> is a teminal emulater for
    37     the X Window system.</para>
     36    <para><application>xterm</application> is a terminal emulator for
     37    the X Window System.</para>
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para><xref linkend="xorg"/>, <xref linkend="xfree86"/>,
    65     or Xorg-7.0<!--<xref linkend="xorg7"/>--></para>
     64    <para>X (<xref linkend="xorg"/>, <xref linkend="xfree86"/>,
     65    or Xorg-7.0<!--<xref linkend="xorg7"/>-->)</para>
    6666
    6767  </sect2>
     
    7070    <title>Installation of xterm</title>
    7171
    72     <para>If you've installed the X Windows System in any prefix other
     72    <para>If you've installed the X Window System in any prefix other
    7373    than <filename class="directory">/usr/X11R6</filename>, then execute
    74     the following command to correct the PROJECTROOT variable for xterm.  Be
    75     sure to replace '[prefix]' in the following instructions with the
    76     installation prefix of your X Windows System:</para>
     74    the following command to correct the <envar>PROJECTROOT</envar> variable
     75    for xterm.  Be sure to replace '<replaceable>[prefix]</replaceable>' in the
     76    following instructions with the installation prefix of your X Window
     77    System:</para>
    7778
    7879<screen><userinput>sed -i 's@/usr/X11R6@<replaceable>[prefix]</replaceable>@g' main.h</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.