Changeset d140e26 for general


Ignore:
Timestamp:
06/19/2004 05:44:00 AM (20 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:
7257066
Parents:
7cb65ce
Message:

misc. corrections and fixes

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

Location:
general/genlib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell.xml

    r7cb65ce rd140e26  
    4747<title>Installation of <application>aspell</application></title>
    4848                                                                               
    49 <para>Install <application>aspell</application> by running the following commands:</para>
     49<para>Install <application>aspell</application> by running the following
     50commands:</para>
    5051                                                                               
    5152<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    6162                                                                               
    6263<para>After <application>Aspell</application> is installed, at least one
    63 dictionary needs to be set up. You can find them at <ulink url="http://aspell.net/"/>.</para>
     64dictionary needs to be set up. You can find them at
     65<ulink url="http://aspell.net/"/>.</para>
    6466                                                                               
    65 <para>Install your dictionary or dictionaries by running the following commands:</para>
     67<para>Install your dictionary or dictionaries by running the following
     68commands:</para>
    6669<screen><userinput><command>./configure &amp;&amp;
    6770make &amp;&amp;
     
    7578<title>Contents</title>
    7679                                                                               
    77 <para>The <application>aspell</application> package contains the <filename>libaspell</filename>
     80<para>The <application>aspell</application> package contains the
     81<filename>libaspell</filename> and <filename>libpspell</filename>
    7882libraries.</para>
    7983                                                                               
     
    8286<sect2><title>Description</title>
    8387                                                                               
    84 <sect3><title>aspell library</title>
    85 <para>The <filename>libaspell</filename> library is a spell checking library interface.</para></sect3>
     88<sect3><title>aspell libraries</title>
     89<para>The <filename>libaspell</filename> libraries are spell checking
     90library interfaces.</para></sect3>
    8691                                                                               
    8792</sect2>
  • general/genlib/fam.xml

    r7cb65ce rd140e26  
    6767<title>Command explanations</title>
    6868                                                                               
    69 <para><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch</command>: This patch enables
    70 <application><acronym>FAM</acronym></application> to use the Linux kernel
    71 dnotify mechanism to inform the calling process of
     69<para><command>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch</command>:
     70This patch enables <application><acronym>FAM</acronym></application> to use
     71the Linux kernel dnotify mechanism to inform the calling process of
    7272file modifications, rather than polling the file system for
    7373modifications.</para>
    7474                                                                               
    7575<para><command>autoreconf -f -i</command>
    76 This command is necessary since the dnotify patch affects the
     76This command is necessary since the dnotify patch affects
    7777<filename>configure.ac</filename> and <filename>Makefile.am</filename>.</para>
    7878                                                                               
     
    125125<para>If you do not have any inetd daemon installed and have no
    126126wish to install one, you can also start fam during system startup
    127 by installing <filename>/etc/rc.d/init.d/fam</filename>
     127by installing the <filename>/etc/rc.d/init.d/fam</filename>
    128128init script included in the
    129129<xref linkend="intro-important-bootscripts"/> package.</para>
  • general/genlib/libpcap.xml

    r7cb65ce rd140e26  
    5050<title>Contents</title>
    5151                                                                               
    52 <para><application><acronym>libpcap</acronym></application> package provides
     52<para>The <application>libpcap</application> package provides
    5353the <filename class="libraryfile">libpcap</filename> library.</para>
    5454                                                                               
Note: See TracChangeset for help on using the changeset viewer.