Changeset c2ee009c for general


Ignore:
Timestamp:
10/04/2003 09:32:30 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:
f7000b3d
Parents:
5e18c49c
Message:

edited compound words

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

Location:
general
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/directfb/directfb-desc.xml

    r5e18c49c rc2ee009c  
    3939and abstraction, integrated windowing system with support for
    4040translucent windows and multiple display layers on top of the Linux
    41 framebuffer device.</para></sect3>
     41frame buffer device.</para></sect3>
    4242
    4343</sect2>
  • general/graphlib/directfb/directfb-intro.xml

    r5e18c49c rc2ee009c  
    22<title>Introduction to <application>DirectFB</application></title>
    33
    4 <para><application>DirectFB</application> is a graphics library on top of the Linux framebuffer
     4<para><application>DirectFB</application> is a graphics library on top of the Linux frame buffer
    55device. It offers maximum hardware accelerated performance at a
    66minimum of resource usage and overhead.</para>
  • general/graphlib/lcms/lcms-desc.xml

    r5e18c49c rc2ee009c  
    2424<sect3><title>icclink</title>
    2525<para><command>icclink</command> links two or more profiles into a
    26 single devicelink profile.</para></sect3>
     26single device link profile.</para></sect3>
    2727
    2828<sect3><title>icctrans</title>
    29 <para><command>icctrans</command> is a ColorSpace conversion
     29<para><command>icctrans</command> is a Color Space conversion
    3030calculator.</para></sect3>
    3131
  • general/graphlib/libungif/libungif-intro.xml

    r5e18c49c rc2ee009c  
    33
    44<para>The libungif package contains libraries for reading all
    5 <acronym>GIF</acronym>s and writing uncompressed ones as well as programs for
     5<acronym>GIF</acronym>s and writing non-compressed ones as well as programs for
    66converting and working with <acronym>GIF</acronym> files.  The libraries are
    77useful for any graphics program wishing to deal with <acronym>GIF</acronym>
     
    99up images.</para>
    1010
    11 <para>The reason libungif only writes uncompressed <acronym>GIF</acronym>s
     11<para>The reason libungif only writes non-compressed <acronym>GIF</acronym>s
    1212is due to a legal issue with <acronym>LZW</acronym> compression (which Unisys
    1313claims a patent on). Reading <acronym>GIF</acronym>s is not a problem as the
    14 uncompression routines do not seem to be limited in this way.  Note that this
     14decompression routines do not seem to be limited in this way.  Note that this
    1515has in the past been disputed.  The best way to avoid this whole mess is to
    1616simply use libungif for looking at <acronym>GIF</acronym> images on the web,
  • general/graphlib/svgalib/svgalib-desc.xml

    r5e18c49c rc2ee009c  
    1919<sect3><title>libvgagl library</title>
    2020<para><filename class="libraryfile">libvgagl</filename> is a fast
    21 framebuffer-level graphics library based on libvga.</para></sect3>
     21frame buffer level graphics library based on libvga.</para></sect3>
    2222
    2323<sect3><title>dumpreg</title>
  • general/sysutils/fcron/fcron-exp.xml

    r5e18c49c rc2ee009c  
    1313The first test will be whether to install a boot script in the <filename
    1414class="directory">/etc/rc.d/init.d</filename> directory with the
    15 appropriate symbolic links in runlevels 2, 3, 4, and 5. The second is to
     15appropriate symbolic links in run levels 2, 3, 4, and 5. The second is to
    1616stop any current fcron processes and start a new one. Since this is
    1717probably your first install and we want a boot script based upon the
  • general/sysutils/hdparm/hdparm-inst.xml

    r5e18c49c rc2ee009c  
    88
    99<para>Note that by default, <command>hdparm</command> is installed in
    10 <filename>/sbin</filename> as some systems may require it on bootup
    11 before <filename>/usr</filename> is mounted.  If you wish to install
    12 <command>hdparm</command> under the <filename>/usr</filename> hierarchy, then replace the
    13 above commands with the following:</para>
     10<filename class="directory">/sbin</filename> as some systems may require it
     11during the boot process before <filename class="directory">/usr</filename>
     12is mounted.  If you wish to install <command>hdparm</command> under the
     13<filename class="directory">/usr</filename> hierarchy, then replace the above
     14commands with the following:</para>
    1415
    1516<screen><userinput><command>make &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.