Changeset 1ea79a1 for general/genlib


Ignore:
Timestamp:
05/30/2004 05:30:47 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1dad4a4
Parents:
4ea49a31
Message:

Typos and punctuation

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

Location:
general/genlib
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat/expat.ent

    r4ea49a31 r1ea79a1  
    55<!ENTITY expat-version "1.95.7">
    66<!ENTITY expat-download-http "http://umn.dl.sourceforge.net/sourceforge/expat/expat-&expat-version;.tar.gz">
     7<!-- <!ENTITY expat-download-ftp "ftp://ftp.at.linuxfromscratch.org/opsys/linux/sf/e/expat/expat-&expat-version;.tar.gz"> -->
    78<!ENTITY expat-download-ftp " ">
    89<!ENTITY expat-size "290 KB">
  • general/genlib/fam/fam-desc.xml

    r4ea49a31 r1ea79a1  
    22<title>Contents</title>
    33
    4 <para>The <application><acronym>FAM</acronym></application> package contains 
    5 <command>famd</command> executable and
    6 <filename>libfam</filename> libraries.</para>
     4<para>The <application><acronym>FAM</acronym></application> package contains
     5the <command>famd</command> executable and <filename>libfam</filename>
     6libraries.</para>
    77
    88</sect2>
  • general/genlib/genlib.xml

    r4ea49a31 r1ea79a1  
    1111the <application>C</application> library functions which programs use.</para>
    1212
    13 <para>There are two types of library, static and shared.  Shared libraries
     13<para>There are two types of libraries: static and shared.  Shared libraries
    1414(usually <filename>libXXX.so</filename>) are loaded into memory from the shared
    1515copy at runtime (hence the name).  Static libraries (<filename>libXXX.a
     
    1919
    2020<para>Generally, you only need to install libraries when you are
    21 installing software which requires functionality which they supply.  In
    22 the <acronym>BLFS</acronym> book, each package is listed with a list of (known)
     21installing software that needs the functionality they supply.  In
     22the <acronym>BLFS</acronym> book, each package is presented with a list of (known)
    2323dependencies.  Thus, you can figure out which libraries you need to have
    2424before installing that program.  If you are installing something without
    25 using <acronym>BLFS</acronym> instructions, usually the <filename>README
    26 </filename>  or <filename>INSTALL</filename> file will contain details of the
    27 programs requirements.</para>
     25using <acronym>BLFS</acronym> instructions, usually the <filename>README</filename>
     26or <filename>INSTALL</filename> file will contain details of the
     27program's requirements.</para>
    2828
    2929<para>There are certain libraries which nearly <emphasis>everyone</emphasis>
  • general/genlib/gmp/gmp-intro.xml

    r4ea49a31 r1ea79a1  
    33
    44<para>The <application><acronym>GMP</acronym></application> package
    5 contains an math library. This has useful functions for arbitrary precision
     5contains a math library. This has useful functions for arbitrary precision
    66arithmetic.</para>
    77
  • general/genlib/pcre/pcre-inst.xml

    r4ea49a31 r1ea79a1  
    1010<para>If you reinstall <application>grep</application> after installing <application>pcre</application>,
    1111<application>grep</application> will get linked against <application>pcre</application> and
    12 may cause problems if <filename>/usr</filename> is a seperate mount point. To avoid this,
     12may cause problems if <filename>/usr</filename> is a separate mount point. To avoid this,
    1313either pass the option <emphasis>--disable-perl-regexp</emphasis> when executing <command>./configure</command>
    1414for <application>grep</application> or move <filename>libpcre</filename> to <filename>/lib</filename>
  • general/genlib/readline/readline-exp.xml

    r4ea49a31 r1ea79a1  
    22<title>Command explanations</title>
    33
    4 <para><command>make SHLIB_LIBS=-lcurses</command>: These command makes
    5 the proper symbols available for applications that assume
    6 <application>readline</application> is compiled linked to
    7 <application>ncurses</application>.</para>
     4<para><command>make SHLIB_LIBS=-lcurses</command>: This command makes the
     5proper symbols available for applications that assume
     6<application>readline</application> is compiled with
     7<application>ncurses</application> links.</para>
    88
    99</sect2>
Note: See TracChangeset for help on using the changeset viewer.