Ignore:
Timestamp:
05/30/2005 04:31:42 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, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
8e75f8b9
Parents:
4c3474fe
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@4485 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gdbm.xml

    r4c3474fe rb66607a  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6  
     6
    77  <!ENTITY gdbm-download-http "http://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz">
    88  <!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz">
     
    1515<sect1 id="gdbm" xreflabel="GDBM-&gdbm-version;">
    1616  <?dbhtml filename="gdbm.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>GDBM-&gdbm-version;</title>
    24  
     24
    2525  <indexterm zone="gdbm">
    2626    <primary sortas="a-GDBM">GDBM</primary>
     
    3535    is indexed by a unique key, which can be retrieved in less time than if it
    3636    was stored in a text file.</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 GDBM</title>
     
    7171
    7272    <para>This package does not come with a test suite.</para>
    73    
     73
    7474    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7575
     
    8181
    8282<screen role="root"><userinput>make BINOWN=root BINGRP=root install-compat</userinput></screen>
    83    
     83
    8484  </sect2>
    85  
     85
    8686  <sect2 role="commands">
    8787    <title>Command Explanations</title>
     
    9292    changing ownership of the installed files to root instead of the bin
    9393    user.</para>
    94    
     94
    9595  </sect2>
    96  
     96
    9797  <sect2 role="content">
    9898    <title>Contents</title>
     
    102102      <segtitle>Installed Libraries</segtitle>
    103103      <segtitle>Installed Directories</segtitle>
    104      
     104
    105105      <seglistitem>
    106106        <seg>None</seg>
     
    109109      </seglistitem>
    110110    </segmentedlist>
    111    
     111
    112112    <variablelist>
    113113      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    114114      <?dbfo list-presentation="list"?>
    115115      <?dbhtml list-presentation="table"?>
    116      
     116
    117117      <varlistentry id="libgdbm">
    118118        <term><filename class='libraryfile'>libgdbm.[so,a]</filename></term>
     
    125125        </listitem>
    126126      </varlistentry>
    127    
     127
    128128    </variablelist>
    129129
Note: See TracChangeset for help on using the changeset viewer.