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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/wget.xml

    r8d0d2eb rbab92281  
    1515<sect1 id="wget" xreflabel="Wget-&wget-version;">
    1616  <?dbhtml filename="wget.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Wget-&wget-version;</title>
    24  
     24
    2525  <indexterm zone="wget">
    2626    <primary sortas="a-Wget">Wget</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Wget</title>
    31    
     31
    3232    <para>The <application>Wget</application> package contains a utility useful for
    3333    non-interactive downloading of files from the Web.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing="compact">
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757    <bridgehead renderas="sect3">Wget Dependencies</bridgehead>
    58    
     58
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    6060    <para><xref linkend="openssl"/> and
    6161    <ulink url="http://www.inet.no/dante/">Dante</ulink></para>
    62    
     62
    6363  </sect2>
    64  
     64
    6565  <sect2 role="installation">
    6666    <title>Installation of Wget</title>
     
    7373
    7474    <para>This package does not come with a test suite.</para>
    75    
     75
    7676    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    77    
     77
    7878<screen role="root"><userinput>make install</userinput></screen>
    79    
     79
    8080  </sect2>
    81  
     81
    8282  <sect2 role="commands">
    8383    <title>Command Explanations</title>
    84    
     84
    8585    <para><parameter>--sysconfdir=/etc</parameter>: This relocates
    8686    the configuration file from <filename class="directory">/usr/etc</filename> to
    8787    <filename class="directory">/etc</filename>.</para>
    88    
     88
    8989  </sect2>
    90  
     90
    9191  <sect2 role="configuration">
    9292    <title>Configuring Wget</title>
     
    9494    <sect3 id="wget-config">
    9595      <title>Config Files</title>
    96      
     96
    9797      <para><filename>/etc/wgetrc</filename> and
    9898      <filename>~/.wgetrc</filename></para>
    99      
     99
    100100      <indexterm zone="wget wget-config">
    101101        <primary sortas="e-AA.wgetrc">~/.wgetrc</primary>
    102102      </indexterm>
    103      
     103
    104104      <indexterm zone="wget wget-config">
    105105        <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
    106106      </indexterm>
    107      
     107
    108108      <para>There are no required changes in these files.</para>
    109      
     109
    110110    </sect3>
    111    
     111
    112112  </sect2>
    113  
     113
    114114  <sect2 role="content">
    115115    <title>Contents</title>
     
    119119      <segtitle>Installed Libraries</segtitle>
    120120      <segtitle>Installed Directories</segtitle>
    121      
     121
    122122      <seglistitem>
    123123        <seg>wget</seg>
     
    126126      </seglistitem>
    127127    </segmentedlist>
    128    
     128
    129129    <variablelist>
    130130      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    131131      <?dbfo list-presentation="list"?>
    132132      <?dbhtml list-presentation="table"?>
    133      
     133
    134134      <varlistentry id="wget-prog">
    135135        <term><command>wget</command></term>
     
    143143        </listitem>
    144144      </varlistentry>
    145    
     145
    146146    </variablelist>
    147147
Note: See TracChangeset for help on using the changeset viewer.