Ignore:
Timestamp:
01/24/2016 08:01:02 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
f587275
Parents:
54789f3
Message:

Merge Chapter 9 changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16835 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/enchant.xml

    r54789f3 r83f6c770  
    3333    interface into various existing spell checking libraries.</para>
    3434
    35     &lfs77_checked;
     35    &lfs78_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    122122
    123123      <para>
    124         If you want to use the <xref linkend="aspell"/> backend, create the
    125         following symlink as the <systemitem class="username">root</systemitem>
    126         user:
    127       </para>
    128 
    129 <screen role="root"><userinput>ln -sfv ../../lib/aspell /usr/share/enchant/aspell</userinput></screen>
     124        If you wish to use the <xref linkend="aspell"/> backend, create a
     125        symlink, as the <systemitem class="username">root</systemitem> user:
     126      </para>
     127
     128<screen role="root"><userinput>ln -svfn ../../lib/aspell /usr/share/enchant/aspell</userinput></screen>
    130129
    131130      <para>
    132131        You can test your installation and configuration by creating a test
    133132        file and running the commands in the following (you can replace the
    134         en_GB dictionary by any other that was downloaded when installing
    135         <xref linkend="aspell"/>):
    136       </para>
    137 
    138 <screen><userinput>cat &gt; /tmp/test-enchant.txt &lt;&lt; "EOF" &amp;&amp;
     133        en_GB dictionary by any other downloaded when installing <xref
     134        linkend="aspell"/>):
     135      </para>
     136
     137<screen><userinput>cat &gt; /tmp/test-enchant.txt &lt;&lt; "EOF"
    139138<literal>Tel me more abot linux
    140139Ther ar so many commads</literal>
     
    150149
    151150      <para>
    152         Check out the <command>enchant(1)</command> manual page
    153         for more details.
     151        See more details in the enchant manual page.
    154152      </para>
    155153
     
    168166      <seglistitem>
    169167        <seg>enchant and enchant-lsmod</seg>
    170         <seg>libenchant.so</seg>
    171         <seg>/usr/include/enchant, /usr/lib/enchant, and
    172         /usr/share/enchant</seg>
     168        <seg>libenchant.so and various backend libraries</seg>
     169        <seg>/usr/{include,lib,share}/enchant</seg>
    173170      </seglistitem>
    174171    </segmentedlist>
     
    204201          <para>contains spell checking interface API functions.</para>
    205202          <indexterm zone="enchant libenchant">
    206             <primary sortas="c-libenchant">libenchant.so</primary>
     203            <primary sortas="c-libenchant">libenchant.{so,a}</primary>
    207204          </indexterm>
    208205        </listitem>
Note: See TracChangeset for help on using the changeset viewer.