Author: fernando
Date: Mon Mar 30 04:25:31 2015
New Revision: 15753

Log:
Enchant-1.6.0: more fixes.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/enchant.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Mar 29 13:42:36 2015        (r15752)
+++ trunk/BOOK/general.ent      Mon Mar 30 04:25:31 2015        (r15753)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "29">                   <!-- Always 2 digits -->
+<!ENTITY day          "30">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2015">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 29th, &year;">
+<!ENTITY releasedate  "March 30th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development] -->

Modified: trunk/BOOK/general/genlib/enchant.xml
==============================================================================
--- trunk/BOOK/general/genlib/enchant.xml       Sun Mar 29 13:42:36 2015        
(r15752)
+++ trunk/BOOK/general/genlib/enchant.xml       Mon Mar 30 04:25:31 2015        
(r15753)
@@ -129,7 +129,9 @@
 
       <para>
         You can test your installation and configuration by creating a test
-        file and running the commands:
+        file and running the commands in the following (you can replace the
+        en_GB dictionary by any other downloaded when installing <xref
+        linkend="aspell"/>):
       </para>
 
 <screen><userinput>cat &gt; /tmp/test-enchant.txt &lt;&lt; "EOF" &amp;&amp; 
@@ -141,10 +143,12 @@
 enchant -d en_GB -a /tmp/test-enchant.txt</userinput></screen>
 
       <para>
-        where you can replace the dictionary for en_GB by any other you
-        downloaded (find the instructions earlier in the present page). You
-        will see a list of the misspelled words followed by a list of
-        alternatives for them. See more details in the enchant manual page.
+        You will see a list of the misspelled words followed by a list of
+        alternatives for them.
+      </para>
+
+      <para>
+        See more details in the enchant manual page.
       </para>
 
     </sect3>
@@ -192,7 +196,7 @@
       </varlistentry>
 
       <varlistentry id="libenchant">
-        <term><filename class='libraryfile'>libenchant.{so,a}</filename></term>
+        <term><filename class='libraryfile'>libenchant.so</filename></term>
         <listitem>
           <para>contains spell checking interface API functions.</para>
           <indexterm zone="enchant libenchant">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to