Ignore:
Timestamp:
12/22/2004 03:49:55 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:
4697ee3
Parents:
dc94017e
Message:

Tag and excessive whitespace corrections

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    rdc94017e rdef11b7  
    55  %general-entities;
    66
    7 
    87<!ENTITY popt-download-http "http://gd.tuwien.ac.at/utils/rpm.org/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
    98<!ENTITY popt-download-ftp "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
     
    1110<!ENTITY popt-buildsize "17.4 MB">
    1211<!ENTITY popt-time "0.06 SBU">
    13 
    1412]>
    1513
     
    2018</sect1info>
    2119<?dbhtml filename="popt.html"?>
    22 <title>popt-&popt-version;</title>
     20<title><application>popt</application>-&popt-version;</title>
    2321
    2422<sect2>
    2523<title>Introduction to <application>popt</application></title>
    26                                                                                
    27 <para>The popt package contains the popt libraries which are used by
     24
     25<para>The <application>popt</application> package contains the
     26<application>popt</application> libraries which are used by
    2827some programs to parse command-line options.</para>
    29                                                                                
     28
    3029<sect3><title>Package information</title>
    3130<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink
    33 url="&popt-download-http;"/></para></listitem>
    34 <listitem><para>Download (FTP): <ulink url="&popt-download-ftp;"/></para></listitem>
     31<listitem><para>Download (HTTP):
     32<ulink url="&popt-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP):
     34<ulink url="&popt-download-ftp;"/></para></listitem>
    3535<listitem><para>Download size: &popt-size;</para></listitem>
    36 <listitem><para>Estimated Disk space required: &popt-buildsize;</para></listitem>
    37 <listitem><para>Estimated build time: &popt-time;</para></listitem></itemizedlist>
     36<listitem><para>Estimated disk space required:
     37&popt-buildsize;</para></listitem>
     38<listitem><para>Estimated build time:
     39&popt-time;</para></listitem></itemizedlist>
    3840</sect3>
    39                                                                                
     41
    4042</sect2>
    4143
    4244<sect2>
    4345<title>Installation of <application>popt</application></title>
    44                                                                                
    45 <para>Install <application>popt</application> by running the following commands:</para>
    46                                                                                
     46
     47<para>Install <application>popt</application> by running the following
     48commands:</para>
     49
    4750<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    4851make &amp;&amp;
    4952make install</command></userinput></screen>
    50                                                                                
     53
    5154</sect2>
    5255
    5356<sect2>
    5457<title>Contents</title>
    55                                                                                
     58
    5659<para>The <application>popt</application> package contains the
    5760<filename class="libraryfile">libpopt</filename> libraries.</para>
    58                                                                                
     61
    5962</sect2>
    60                                                                                
     63
    6164<sect2><title>Description</title>
    62                                                                                
     65
    6366<sect3><title>popt library</title>
    6467<para>The <filename class="libraryfile">libpopt</filename> library is used to
    6568parse command-line options.</para></sect3>
    66                                                                                
     69
    6770</sect2>
    6871
Note: See TracChangeset for help on using the changeset viewer.