Changeset a4be499 for x


Ignore:
Timestamp:
10/03/2003 04:43:11 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2be0e0d
Parents:
635e06c6
Message:

spelling and grammer

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

Location:
x
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xfree86-setup.xml

    r635e06c6 ra4be499  
    9393<screen>Section "Files"
    9494        ...
    95         FontPath     "/usr/X11R6/lib/X11/fonts/&lt;TruetypeDir&gt;/"
     95        FontPath "/usr/X11R6/lib/X11/fonts/<replaceable>[TrueTypeDir]</replaceable>/"
    9696        ...
    9797EndSection</screen></para>
     
    122122<sect2>
    123123<title>Setting up keyboards</title>
    124 <para>In this version of <application>XFree86</application>, it has been reported that non-latin
    125 keyboard layouts do not include latin configurations as was previous
    126 practice. To set up a keyboard for latin and non-latin input,
     124<para>In this version of <application>XFree86</application>, it has been reported that non-Latin
     125keyboard layouts do not include Latin configurations as was previous
     126practice. To set up a keyboard for Latin and non-Latin input,
    127127change the XkbLayout keyboard driver option in the InputDevice section
    128128of the <filename>XF86Config</filename> file.  For example:</para>
  • x/installing/xfree86/xfree86-inst.xml

    r635e06c6 ra4be499  
    8989/* #define HasMTRRSupport      YES  */ /* Enabled in kernel see kernel docs*/
    9090/* #define HasMMXSupport        NO  */ /* Any i586 or above */
    91 /* #define HasKatmaiSupport     NO  */ /* PIII SSE instuctions */
     91/* #define HasKatmaiSupport     NO  */ /* PIII SSE instructions */
    9292/* #define Has3DNowSupport      NO  */ /* AMD instructions */
    9393
  • x/lib/atk/atk-desc.xml

    r635e06c6 ra4be499  
    22<title>Contents</title>
    33
    4 <para>The <application>atk</application> package contains <filename
     4<para>The <application><acronym>ATK</acronym></application> package contains <filename
    55class="libraryfile">libatk</filename> libraries.</para>
    66
     
    1010
    1111<sect3><title>ATK Libraries</title>
    12 <para><application>ATK</application> libraries contain the <acronym>API</acronym> used by assistive technologies in order to
     12<para><application><acronym>ATK</acronym></application> libraries contain the <acronym>API</acronym> used by assistive technologies in order to
    1313interact with the desktop and applications.</para></sect3>
    1414
  • x/lib/atk/atk-intro.xml

    r635e06c6 ra4be499  
    11<sect2>
    2 <title>Introduction to <application>ATK</application></title>
     2<title>Introduction to <application><acronym>ATK</acronym></application></title>
    33
    4 <para>The <application>atk</application> package contains the
    5 <application>ATK</application> libraries. They are useful for
     4<para>The <application><acronym>ATK</acronym></application> package contains the
     5<application><acronym>ATK</acronym></application> libraries. They are useful for
    66allowing accessibility solutions to be available for all
    7 <application>GTK2</application>
     7<application><acronym>GTK</acronym>2</application>
    88applications.</para>
    99
     
    1717</sect3>
    1818
    19 <sect3><title><application>ATK</application> dependencies</title>
     19<sect3><title><application><acronym>ATK</acronym></application> dependencies</title>
    2020<sect4><title>Required</title>
    2121<para><xref linkend="GLib2"/></para></sect4>
  • x/lib/fontconfig/fontconfig-config.xml

    r635e06c6 ra4be499  
    3030<note><para><application>X</application> also includes an internal (and
    3131older) version of <application>Fontconfig</application>
    32 and unless it is explictly disabled when building
     32and unless it is explicitly disabled when building
    3333<application>XFree86</application>, the internal
    3434version is created leaving two slightly incompatible libraries on your system.
  • x/lib/lib.xml

    r635e06c6 ra4be499  
    1111and feel and interprocess communications so that applications written by
    1212different programmers end up looking and acting similarly. They also
    13 assist programmers by suppling common elements.</para>
     13assist programmers by supplying common elements.</para>
    1414
    1515&freetype2;
  • x/lib/pango/pango-desc.xml

    r635e06c6 ra4be499  
    22<title>Contents</title>
    33
    4 <para>The <application>pango</application> package contains <filename
     4<para>The <application>Pango</application> package contains <filename
    55class="libraryfile">libpango</filename> libraries.</para>
    66
Note: See TracChangeset for help on using the changeset viewer.