Changeset 26041d0c


Ignore:
Timestamp:
08/03/2003 08:06:02 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8671b97
Parents:
fb976334
Message:

update popt intro

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt/popt-config.xml

    rfb976334 r26041d0c  
    11<sect2>
    2 <title>Configuring popt</title>
     2<title>Configuring <application>popt</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • general/genlib/popt/popt-desc.xml

    rfb976334 r26041d0c  
    22<title>Contents</title>
    33
    4 <para>The popt package contains the <filename>libpopt</filename> libraries.</para>
     4<para>The <application>popt</application> package contains the <filename>libpopt</filename> libraries.</para>
    55
    66</sect2>
  • general/genlib/popt/popt-inst.xml

    rfb976334 r26041d0c  
    11<sect2>
    2 <title>Installation of popt</title>
     2<title>Installation of <application>popt</application></title>
    33
    4 <para>Install popt by running the following commands:</para>
     4<para>Install <application>popt</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     6<para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen></para>
    99
    1010</sect2>
  • general/genlib/popt/popt-intro.xml

    rfb976334 r26041d0c  
    11<sect2>
    2 <title>Introduction to popt</title>
     2<title>Introduction to <application>popt</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&popt-download-http;"/>
    5 Download location (FTP):        <ulink url="&popt-download-ftp;"/>
    6 Version used:                   &popt-version;
    7 Package size:                   &popt-size;
    8 Estimated Disk space required:  &popt-buildsize;
    9 Estimated build time:           &popt-time;</screen>
     4<para>The popt package contains the popt libraries which are used by
     5some programs to parse command line options.</para>
    106
    11 <para>The popt package contains the popt libraries which are used by some
    12 programs to parse command line options.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink
     10url="&popt-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink url="&popt-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &popt-size;</para></listitem>
     13<listitem><para>Estimated Disk space required: &popt-buildsize;</para></listitem>
     14<listitem><para>Estimated build time: &popt-time;</para></listitem></itemizedlist>
     15</sect3>
    1316
    1417</sect2>
  • introduction/welcome/changelog.xml

    rfb976334 r26041d0c  
    1515
    1616<listitem><para>August 3rd, 2003 [larry]: basicnet: modified intro to
    17 slrn and slang.</para></listitem>
     17slrn, popt and slang.</para></listitem>
    1818
    1919<listitem><para>August 3rd, 2003 [larry]: basicnet: updated to
Note: See TracChangeset for help on using the changeset viewer.