Changeset 4839c17 for connect/dialup


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

Location:
connect/dialup
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • connect/dialup/dialup.xml

    r516640ed r4839c17  
    88<chapter id="connect-dialup">
    99  <?dbhtml filename="dialup.html"?>
    10  
     10
    1111  <title>Dial-up Networking</title>
    12  
     12
    1313  <para>This chapter provides utilites for system interaction with a modem.</para>
    14  
    15   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppp.xml"/> 
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wvdial.xml"/> 
     14
     15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppp.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wvdial.xml"/>
    1717
    1818</chapter>
  • 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
  • connect/dialup/wvdial.xml

    r516640ed r4839c17  
    1515<sect1 id="wvdial" xreflabel="WvDial-&wvdial-version;">
    1616  <?dbhtml filename="wvdial.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>WvDial-&wvdial-version;</title>
    24  
     24
    2525  <indexterm zone="wvdial">
    2626    <primary sortas="a-WvDial">WvDial</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to WvDial</title>
    31    
     31
    3232    <para>The <application>WvDial</application> package contains a no-nonsense,
    3333    quick and easy to use alternative to <command>chat</command> and
     
    3535    without the fuss and hassle of <command>chat</command> issues, then you'll
    3636    want this.</para>
    37    
     37
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
    3939    <itemizedlist spacing="compact">
     
    5757      </listitem>
    5858    </itemizedlist>
    59    
     59
    6060    <bridgehead renderas="sect3">WvDial Dependencies</bridgehead>
    61    
     61
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para><xref linkend="wvstreams"/> and <xref linkend="ppp"/></para>
    64    
     64
    6565  </sect2>
    66  
     66
    6767  <sect2 role="installation">
    6868    <title>Installation of WvDial</title>
     
    7272
    7373<screen><userinput>make PREFIX=/usr</userinput></screen>
    74    
     74
    7575    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    76    
     76
    7777<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
    78    
     78
    7979  </sect2>
    80  
     80
    8181  <sect2 role="configuration">
    8282    <title>Configuring WvDial</title>
     
    8484    <sect3 id="wvdial-config">
    8585      <title>Config Files</title>
    86      
     86
    8787      <para><filename>/etc/wvdial.conf</filename> and
    8888      <filename>/etc/ppp/peers/*</filename></para>
    89      
     89
    9090      <indexterm zone="wvdial wvdial-config">
    9191        <primary sortas="e-etc-wvdial.conf">/etc/wvdial.conf</primary>
    9292      </indexterm>
    93      
     93
    9494      <indexterm zone="wvdial wvdial-config">
    9595        <primary sortas="e-etc-ppp-peers">/etc/ppp/peers/*</primary>
    9696      </indexterm>
    97    
     97
    9898    </sect3>
    99    
     99
    100100    <sect3>
    101101      <title>Configuration Information</title>
     
    111111      ISP's phone number, login name and password into the
    112112      <filename>/etc/wvdial.conf</filename> file.</para>
    113      
     113
    114114      <para>You then start <command>wvdial</command> with:</para>
    115115
     
    122122      Non-Root Dial Out HOWTO</ulink> if you want to give non-root users
    123123      access to <command>wvdial</command>.</para>
    124      
     124
    125125    </sect3>
    126    
     126
    127127  </sect2>
    128  
     128
    129129  <sect2 role="content">
    130130    <title>Contents</title>
     
    134134      <segtitle>Installed Libraries</segtitle>
    135135      <segtitle>Installed Directory</segtitle>
    136      
     136
    137137      <seglistitem>
    138138        <seg>wvdial and wvdialconf</seg>
     
    141141      </seglistitem>
    142142    </segmentedlist>
    143    
     143
    144144    <variablelist>
    145145      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    146146      <?dbfo list-presentation="list"?>
    147147      <?dbhtml list-presentation="table"?>
    148      
     148
    149149      <varlistentry id="wvdial-prog">
    150150        <term><command>wvdial</command></term>
     
    156156        </listitem>
    157157      </varlistentry>
    158      
     158
    159159      <varlistentry id="wvdialconf">
    160160        <term><command>wvdialconf</command></term>
     
    167167        </listitem>
    168168      </varlistentry>
    169    
     169
    170170    </variablelist>
    171171
Note: See TracChangeset for help on using the changeset viewer.