Ignore:
Timestamp:
05/30/2005 04:32:59 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.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:
fc7afd0c
Parents:
b66607a
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="popt" xreflabel="popt-&popt-version;-5">
    1616  <?dbhtml filename="popt.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Popt-&popt-version;-5</title>
    24  
     24
    2525  <indexterm zone="popt">
    2626    <primary sortas="a-Popt">Popt</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Popt</title>
    31    
     31
    3232    <para>The <application>popt</application> package contains the
    3333    <application>popt</application> libraries which are used by
    3434    some programs to parse command-line options.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing='compact'>
     
    6363      </listitem>
    6464    </itemizedlist>
    65    
     65
    6666  </sect2>
    67  
     67
    6868  <sect2 role="installation">
    6969    <title>Installation of Popt</title>
     
    7777touch configure.in configure.ac &amp;&amp;
    7878make</userinput></screen>
    79    
     79
    8080    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    81    
     81
    8282<screen role="root"><userinput>make install</userinput></screen>
    83    
     83
    8484  </sect2>
    85  
     85
    8686  <sect2 role="commands">
    8787    <title>Command Explanations</title>
    88  
     88
    8989    <para><command>cp configure.in configure.ac</command>:
    9090    Because <filename>configure.in</filename> is updated with the patch,
    9191    this file is needed for <command>make</command> to work properly.</para>
    92    
     92
    9393    <para><command>touch configure.in configure.ac</command>:
    9494    Ensure file timestamps are the same.</para>
    95    
     95
    9696  </sect2>
    97  
     97
    9898  <sect2 role="content">
    9999    <title>Contents</title>
     
    103103      <segtitle>Installed Library</segtitle>
    104104      <segtitle>Installed Directories</segtitle>
    105      
     105
    106106      <seglistitem>
    107107        <seg>None</seg>
     
    110110      </seglistitem>
    111111    </segmentedlist>
    112    
     112
    113113    <variablelist>
    114114      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    115115      <?dbfo list-presentation="list"?>
    116116      <?dbhtml list-presentation="table"?>
    117    
     117
    118118      <varlistentry id="libpopt">
    119119      <term><filename role='library'>libpopt.[so,a]</filename></term>
Note: See TracChangeset for help on using the changeset viewer.