Ignore:
Timestamp:
05/30/2005 04:29:22 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:
b66607a
Parents:
50b8d8b
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@4484 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    r50b8d8b r4c3474fe  
    1515<sect1 id="pcre" xreflabel="PCRE-&pcre-version;">
    1616  <?dbhtml filename="pcre.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>PCRE-&pcre-version;</title>
    24  
     24
    2525  <indexterm zone="pcre">
    2626    <primary sortas="a-PCRE">PCRE</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to PCRE</title>
    31    
     31
    3232    <para>The <application>PCRE</application> package contains
    3333    <application>Perl</application> Compatible Regular Expression
     
    3535    matching using the same syntax and semantics as
    3636    <application>Perl</application> 5.</para>
    37    
     37
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
    3939    <itemizedlist spacing="compact">
     
    5757      </listitem>
    5858    </itemizedlist>
    59    
     59
    6060  </sect2>
    61  
     61
    6262  <sect2 role="installation">
    6363    <title>Installation of PCRE</title>
     
    7070
    7171    <para>To test the results, issue: <command>make runtest</command>.</para>
    72    
     72
    7373    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    74    
     74
    7575<screen role="root"><userinput>make install</userinput></screen>
    7676
     
    8686<screen role="root"><userinput>mv -v /usr/lib/libpcre.so.* /lib/ &amp;&amp;
    8787ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen>
    88    
     88
    8989  </sect2>
    90  
     90
    9191  <sect2 role="commands">
    9292    <title>Command Explanations</title>
     
    9494    <para><parameter>--enable-utf8</parameter>: This switch includes the code for
    9595    handling UTF-8 character strings in the library.</para>
    96    
     96
    9797  </sect2>
    98  
     98
    9999  <sect2 role="content">
    100100    <title>Contents</title>
     
    104104      <segtitle>Installed Libraries</segtitle>
    105105      <segtitle>Installed Directories</segtitle>
    106      
     106
    107107      <seglistitem>
    108108        <seg>pcregrep, pcretest, and pcre-config</seg>
     
    111111      </seglistitem>
    112112    </segmentedlist>
    113    
     113
    114114    <variablelist>
    115115      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    116116      <?dbfo list-presentation="list"?>
    117117      <?dbhtml list-presentation="table"?>
    118      
     118
    119119      <varlistentry id="pcregrep">
    120120        <term><command>pcregrep</command></term>
     
    127127        </listitem>
    128128      </varlistentry>
    129      
     129
    130130      <varlistentry id="pcretest">
    131131        <term><command>pcretest</command></term>
     
    138138        </listitem>
    139139      </varlistentry>
    140      
     140
    141141      <varlistentry id="pcre-config">
    142142        <term><command>pcre-config</command></term>
     
    149149        </listitem>
    150150      </varlistentry>
    151    
     151
    152152    </variablelist>
    153153
Note: See TracChangeset for help on using the changeset viewer.