Ignore:
Timestamp:
05/30/2005 04:13:27 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:
9f271dd
Parents:
516640ed
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@4477 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/dialup/ppp.xml

    r516640ed r4839c17  
    1515<sect1 id="ppp" xreflabel="PPP-&ppp-version;">
    1616  <?dbhtml filename="ppp.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>PPP-&ppp-version;</title>
    24  
     24
    2525  <indexterm zone="ppp">
    2626    <primary sortas="a-PPP">PPP</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to PPP</title>
    31    
     31
    3232    <para>The <application>PPP</application> package contains the
    33     <command>pppd</command> daemon and the <command>chat</command> 
     33    <command>pppd</command> daemon and the <command>chat</command>
    3434    program. This is used for connecting to other machines; often for connecting to
    3535    the Internet via a dial-up or PPPoE connection to an ISP.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">PPP Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para><xref linkend="libpcap"/></para>
    63    
     63
    6464  </sect2>
    65  
     65
    6666  <sect2 role="installation">
    6767    <title>Installation of PPP</title>
     
    7171      compiled into the kernel or available as a kernel module.</para>
    7272    </note>
    73    
     73
    7474    <indexterm zone="ppp ppp-kernel">
    7575      <primary sortas="d-PPP-support">PPP support</primary>
    7676    </indexterm>
    77    
     77
    7878    <para>Install <application>PPP</application> by running the
    7979    following commands:</para>
     
    8383
    8484    <para>This package does not come with a test suite.</para>
    85    
     85
    8686    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8787
    8888<screen role='root'><userinput>make install &amp;&amp;
    8989make install-etcppp</userinput></screen>
    90    
     90
    9191  </sect2>
    92  
     92
    9393  <sect2 role="commands">
    9494    <title>Command Explanations</title>
     
    9696    <para><command>make install-etcppp</command>: This command puts example
    9797    configuration files in <filename class="directory">/etc/ppp</filename>.</para>
    98    
     98
    9999  </sect2>
    100  
     100
    101101  <sect2 role="configuration">
    102102    <title>Configuring PPP</title>
     
    104104    <sect3 id="ppp-config">
    105105      <title>Config Files</title>
    106      
     106
    107107      <para><filename>/etc/ppp/*</filename></para>
    108      
     108
    109109      <indexterm zone="ppp ppp-config">
    110110        <primary sortas="e-etc-ppp-star">/etc/ppp/*</primary>
    111111      </indexterm>
    112    
     112
    113113    </sect3>
    114    
     114
    115115    <sect3>
    116116      <title>Configuration Information</title>
    117      
     117
    118118      <para>The <application>PPP</application> daemon requires very little
    119119      configuration. The main trick is scripting the connection. This can be done
    120120      either using the <command>chat</command> program which comes with
    121121      this package or by using <xref linkend="wvdial"/>.</para>
    122      
     122
    123123    </sect3>
    124    
     124
    125125  </sect2>
    126  
     126
    127127  <sect2 role="content">
    128128    <title>Contents</title>
     
    132132      <segtitle>Installed Libraries</segtitle>
    133133      <segtitle>Installed Directories</segtitle>
    134      
     134
    135135      <seglistitem>
    136136        <seg>chat, pppd, pppdump, pppoe-discovery and pppstats</seg>
     
    140140      </seglistitem>
    141141    </segmentedlist>
    142    
     142
    143143    <variablelist>
    144144      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    145145      <?dbfo list-presentation="list"?>
    146146      <?dbhtml list-presentation="table"?>
    147      
     147
    148148      <varlistentry id="chat">
    149149        <term><command>chat</command></term>
     
    158158        </listitem>
    159159      </varlistentry>
    160      
     160
    161161      <varlistentry id="pppd">
    162162        <term><command>pppd</command></term>
     
    168168        </listitem>
    169169      </varlistentry>
    170      
     170
    171171      <varlistentry id="pppdump">
    172172        <term><command>pppdump</command></term>
     
    180180        </listitem>
    181181      </varlistentry>
    182      
     182
    183183      <varlistentry id="pppstats">
    184184        <term><command>pppstats</command></term>
     
    191191        </listitem>
    192192      </varlistentry>
    193    
     193
    194194    </variablelist>
    195195
Note: See TracChangeset for help on using the changeset viewer.