Changeset f8939c0


Ignore:
Timestamp:
03/30/2015 11:25:31 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
09e3604f
Parents:
b403f5b
Message:

Enchant-1.6.0: more fixes.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb403f5b rf8939c0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 29th, &year;">
     9<!ENTITY releasedate  "March 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/enchant.xml

    rb403f5b rf8939c0  
    130130      <para>
    131131        You can test your installation and configuration by creating a test
    132         file and running the commands:
     132        file and running the commands in the following (you can replace the
     133        en_GB dictionary by any other downloaded when installing <xref
     134        linkend="aspell"/>):
    133135      </para>
    134136
     
    142144
    143145      <para>
    144         where you can replace the dictionary for en_GB by any other you
    145         downloaded (find the instructions earlier in the present page). You
    146         will see a list of the misspelled words followed by a list of
    147         alternatives for them. See more details in the enchant manual page.
     146        You will see a list of the misspelled words followed by a list of
     147        alternatives for them.
     148      </para>
     149
     150      <para>
     151        See more details in the enchant manual page.
    148152      </para>
    149153
     
    193197
    194198      <varlistentry id="libenchant">
    195         <term><filename class='libraryfile'>libenchant.{so,a}</filename></term>
     199        <term><filename class='libraryfile'>libenchant.so</filename></term>
    196200        <listitem>
    197201          <para>contains spell checking interface API functions.</para>
Note: See TracChangeset for help on using the changeset viewer.