Changeset a8d6ef3a


Ignore:
Timestamp:
05/30/2004 08:07:13 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e62e3b3
Parents:
7edd170
Message:

More grammer

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

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell/aspell-config.xml

    r7edd170 ra8d6ef3a  
    44<sect3><title>Configuration Information</title>
    55
    6 <para>After <application>Aspell</application> is installed at least one
    7 dictionary needs to be installed. You can find them at <ulink url="http://aspell.net/"/>.</para>
     6<para>After <application>Aspell</application> is installed, at least one
     7dictionary needs to be set up. You can find them at <ulink url="http://aspell.net/"/>.</para>
    88
    99<para>Install your dictionary or dictionaries by running the following commands:</para>
  • general/genlib/ispell/ispell-inst.xml

    r7edd170 ra8d6ef3a  
    66<screen><userinput><command>sed -e "s:/usr/local:/usr:g" local.h.linux > local.h</command></userinput></screen>
    77
    8 <para>By default, <application>ispell</application> only installs American
    9 English dictionary. To install other languages, check out the <filename>config.X</filename> file
    10 for the define to append to <filename>local.h</filename>.</para>
     8<para>By default, <application>ispell</application> only installs an American
     9English dictionary. To set up other languages, check out the <filename>config.X</filename> file
     10for the #define entry to append to <filename>local.h</filename>.</para>
    1111
    1212<para>Compile and install <application>ispell</application> using the
  • general/graphlib/directfb/directfb-inst.xml

    r7edd170 ra8d6ef3a  
    1515make install</command></userinput></screen>
    1616
    17 <para>If you decided to add optional image and video providers then you
    18 have to install DirectFB-extra package too:</para>
     17<para>If you decided to add any optional image and video providers, then you
     18have to install the DirectFB-extra package too:</para>
    1919
    2020<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
  • general/graphlib/libpng/libpng-exp.xml

    r7edd170 ra8d6ef3a  
    66<application>zlib</application> includes and libraries where we have them installed.</para>
    77
    8 <para><parameter>-f scripts/makefile.linux</parameter>: This points
    9 make at the Linux version of the makefile as
    10 <application>libpng</application> doesn't use a
    11 autoconf routine instead coming with various makefiles for different
     8<para><parameter>-f scripts/makefile.linux</parameter>: This points make at the
     9Linux version of the makefile as <application>libpng</application> doesn't use
     10an autoconf routine. Instead it has various makefiles for different
    1211platforms.</para>
    1312
  • general/graphlib/libtiff/libtiff-exp.xml

    r7edd170 ra8d6ef3a  
    44<para><option>--noninteractive</option>: This switch is used to
    55avoid the configuration routine asking for confirmation of the
    6 directories to install to (which we pass using switches to configure
    7 anyways).</para>
     6installation directories (which we pass to configure).</para>
    87
    9 <para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is
    10 used because despite the fact we pass
    11 <parameter>--prefix=/usr</parameter>, the configure
    12 routine tries to install the man pages in
    13 <filename class="directory">/usr/local/man</filename> instead of the
    14 correct place.</para>
     8<para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is used
     9because despite the fact we pass <parameter>--prefix=/usr</parameter>, the
     10configure routine tries to install the man pages in <filename
     11class="directory">/usr/local/man</filename> instead of the correct
     12place.</para>
    1513
    16 <para><parameter>--with-ZIP=yes --with-DIR_GZLIB=/usr/lib</parameter>: This enables support for
    17 the handling of <acronym>TIFF</acronym> images with deflate-encoded data.</para>
     14<para><parameter>--with-ZIP=yes --with-DIR_GZLIB=/usr/lib</parameter>: This
     15enables support for the handling of <acronym>TIFF</acronym> images with
     16deflate-encoded data.</para>
    1817
    19 <para><parameter>--with-JPEG=yes --with-DIR_JPEGLIB=/usr/lib</parameter>:
    20 Use these switches to enable support for the handling of
    21 <acronym>TIFF</acronym> images with <acronym>JPEG</acronym>-encoded data.</para>
     18<para><parameter>--with-JPEG=yes --with-DIR_JPEGLIB=/usr/lib</parameter>: Use
     19these switches to enable support for the handling of <acronym>TIFF</acronym>
     20images with <acronym>JPEG</acronym>-encoded data.</para>
    2221
    2322</sect2>
  • general/graphlib/libtiff/libtiff-inst.xml

    r7edd170 ra8d6ef3a  
    1010make install</command></userinput></screen>
    1111
    12 <note><para>configure prints a false error message that it is unable
    13 to find the library directories for ZIP (and JPEG) support. Ignore
    14 them. To verify that <filename>libtiff</filename> is indeed linked
    15 to these libraries, you can use <command>ldd</command> to verify
    16 that it is indeed linked against these.</para></note>
     12<note><para>configure prints false error messages that it is unable to find the
     13library directories for ZIP (and JPEG) support. Ignore them. To verify that
     14<filename>libtiff</filename> is indeed linked to these libraries, use the
     15<command>ldd</command> command.</para></note>
    1716
    1817</sect2>
  • general/graphlib/libungif/libungif-desc.xml

    r7edd170 ra8d6ef3a  
    2727
    2828<sect3><title>gif2ps</title>
    29 <para>Print <acronym>GIF</acronym> file on laser printers supporting PostScript.
     29<para>Print <acronym>GIF</acronym> files on laser printers supporting PostScript.
    3030</para></sect3>
    3131
     
    3535
    3636<sect3><title>gifasm</title>
    37 <para>assemble multiple <acronym>GIF</acronym>s into one, or burst a
     37<para>Assemble multiple <acronym>GIF</acronym>s into one, or burst a
    3838multiple-image <acronym>GIF</acronym>.</para></sect3>
    3939
     
    8181
    8282<sect3><title>gifinter</title>
    83 <para>Convert between interlaced and non interlaced images.</para></sect3>
     83<para>Convert between interlaced and non-interlaced images.</para></sect3>
    8484
    8585<sect3><title>gifinto</title>
  • general/graphlib/svgalib/svgalib-exp.xml

    r7edd170 ra8d6ef3a  
    44<para><command>cd doc &amp;&amp; for dir in man?; do for file in $dir/*; do
    55gunzip /usr/share/man/$file; done; done</command>:
    6 <application>SVGAlib</application> installs it's man
    7 pages in compressed format so we uncompress them.</para>
     6<application>SVGAlib</application> installs its man pages in compressed format
     7so we uncompress them.</para>
    88
    99</sect2>
  • general/graphlib/svgalib/svgalib-inst.xml

    r7edd170 ra8d6ef3a  
    22<title>Installation of <application>SVGAlib</application></title>
    33
    4 <note><para>You must compile and install as root. If you don't nothing bad
    5 will happen during compilation, but certain tools won't be able to
    6 become <acronym>SUID</acronym> root which is required for proper operation. However,
    7 this raises a risk of exposing your system to any holes in those
    8 tools that might be used to gain root access so use with caution.</para></note>
     4<note><para>You must compile and install as root. If you don't, certain tools
     5won't be able to become <acronym>SUID</acronym> root which is required for
     6proper operation. However, this raises a risk of exposing your system to any
     7holes in those tools that might be used to gain root access, so use with
     8caution.</para></note>
    99
    1010<para>Install <application>SVGAlib</application> by running the following commands:</para>
  • gnome/core/libbonobo/libbonobo-exp.xml

    r7edd170 ra8d6ef3a  
    44<para><parameter>--prefix=`pkg-config --variable=prefix
    55ORBit-2.0`</parameter>: Setting the prefix with this command instead of
    6 with <envar>GNOME_PREFIX</envar> will insure that the prefix is
     6with <envar>GNOME_PREFIX</envar> will ensure that the prefix is
    77consistent with the installation environment.</para>
    88
  • pst/typesetting/tex/tex-exp.xml

    r7edd170 ra8d6ef3a  
    1313configure option.</para>
    1414
    15 <para><parameter>--exec-prefix=/usr --bindir=/usr/bin</parameter>: This
    16 switch will insure
    17 that <application>TeX</application> binaries will be installed in
     15<para><parameter>--exec-prefix=/usr --bindir=/usr/bin</parameter>: This switch
     16will ensure that <application>TeX</application> binaries will be installed in
    1817<filename class="directory">/usr/bin</filename>.</para>
    1918
  • server/other/bind/bind-config.xml

    r7edd170 ra8d6ef3a  
    7777commands:</para>
    7878
    79 <note><para>Caution must be used to insure no leading spaces in this
     79<note><para>Caution must be used to ensure no leading spaces in this
    8080file.</para></note>
    8181
  • server/other/xinetd/xinetd-config.xml

    r7edd170 ra8d6ef3a  
    1010<sect3><title>Configuration Information</title>
    1111
    12 <para>Insure the path to all daemons are in <filename
     12<para>Ensure the path to all daemons are in <filename
    1313class="directory">/usr/sbin</filename>, rather than the default path of
    1414<filename class="directory">/usr/etc</filename>:</para>
Note: See TracChangeset for help on using the changeset viewer.