Ignore:
Timestamp:
01/01/2005 02:08:39 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4774914f
Parents:
bd23186f
Message:

Removed excessive whitespace from various package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/ispell.xml

    rbd23186f r396508b  
    1010<!ENTITY ispell-buildsize "11 MB">
    1111<!ENTITY ispell-time "0.03 SBU">
    12 
    1312]>
    1413
     
    2322<sect2>
    2423<title>Introduction to <application>ispell</application></title>
    25                                                                                
     24
    2625<para>The <application>ispell</application> package contains a spell
    2726checker that can handle international languages.</para>
    28                                                                                
     27
    2928<sect3><title>Package information</title>
    3029<itemizedlist spacing='compact'>
     
    3433url="&ispell-download-ftp;"/></para></listitem>
    3534<listitem><para>Download size: &ispell-size;</para></listitem>
    36 <listitem><para>Estimated Disk space required:
     35<listitem><para>Estimated disk space required:
    3736&ispell-buildsize;</para></listitem>
    3837<listitem><para>Estimated build time:
    3938&ispell-time;</para></listitem></itemizedlist>
    4039</sect3>
    41                                                                                
     40
    4241</sect2>
    4342
    4443<sect2>
    4544<title>Installation of <application>ispell</application></title>
    46                                                                                
     45
    4746<para>The first step is to create <filename>local.h</filename>.</para>
    48                                                                                
     47
    4948<screen><userinput><command>sed -e "s:/usr/local:/usr:g" local.h.linux > local.h</command></userinput></screen>
    50                                                                                
     49
    5150<para>By default, <application>ispell</application> only installs an American
    52 English dictionary. To set up other languages, check out the <filename>config.X</filename> file
    53 for the #define entry to append to <filename>local.h</filename>.</para>
    54                                                                                
     51English dictionary. To set up other languages, check out the
     52<filename>config.X</filename> file for the #define entry to append to
     53<filename>local.h</filename>.</para>
     54
    5555<para>Compile and install <application>ispell</application> using the
    5656following commands:</para>
     57
    5758<screen><userinput><command>make &amp;&amp;
    5859make install</command></userinput></screen>
    59                                                                                
     60
    6061</sect2>
    6162
    6263<sect2>
    6364<title>Contents</title>
    64                                                                                
     65
    6566<para>The <application>ispell</application> package contains the
    6667<command>ispell</command> program used for spell checking.</para>
    67                                                                                
     68
    6869</sect2>
    6970
Note: See TracChangeset for help on using the changeset viewer.