Ignore:
Timestamp:
05/30/2005 09:31:54 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:
74390482
Parents:
5e9a7236
Message:

Removed excess spaces from the ends of lines in the source files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4502 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/dialup/ppp.xml

    r5e9a7236 r893d9711  
    3030    <title>Introduction to PPP</title>
    3131
    32     <para>The <application>PPP</application> package contains the 
     32    <para>The <application>PPP</application> package contains the
    3333    <command>pppd</command> daemon and the <command>chat</command>
    3434    program. This is used for connecting to other machines; often for connecting to
     
    6868
    6969    <note id="ppp-kernel">
    70       <para><application>PPP</application> support must be 
     70      <para><application>PPP</application> support must be
    7171      compiled into the kernel or available as a kernel module.</para>
    7272    </note>
     
    7676    </indexterm>
    7777
    78     <para>Install <application>PPP</application> by running the 
     78    <para>Install <application>PPP</application> by running the
    7979    following commands:</para>
    8080
     
    9494    <title>Command Explanations</title>
    9595
    96     <para><command>make install-etcppp</command>: This command puts example 
     96    <para><command>make install-etcppp</command>: This command puts example
    9797    configuration files in <filename class="directory">/etc/ppp</filename>.</para>
    9898
     
    116116      <title>Configuration Information</title>
    117117
    118       <para>The <application>PPP</application> daemon requires very little 
    119       configuration. The main trick is scripting the connection. This can be done 
    120       either using the <command>chat</command> program which comes with 
     118      <para>The <application>PPP</application> daemon requires very little
     119      configuration. The main trick is scripting the connection. This can be done
     120      either using the <command>chat</command> program which comes with
    121121      this package or by using <xref linkend="wvdial"/>.</para>
    122122
     
    135135      <seglistitem>
    136136        <seg>chat, pppd, pppdump, pppoe-discovery and pppstats</seg>
    137         <seg>Several plugin modules installed in 
     137        <seg>Several plugin modules installed in
    138138        <filename class='directory'>/usr/lib/pppd/2.4.3</filename></seg>
    139139        <seg>/etc/ppp, /usr/include/pppd and /usr/lib/pppd</seg>
     
    149149        <term><command>chat</command></term>
    150150        <listitem>
    151           <para>defines a conversational exchange between the computer and the 
    152           modem. Its primary purpose is to establish the connection between the 
    153           Point-to-Point Protocol Daemon (PPPD) and the remote's 
     151          <para>defines a conversational exchange between the computer and the
     152          modem. Its primary purpose is to establish the connection between the
     153          Point-to-Point Protocol Daemon (PPPD) and the remote's
    154154          <command>pppd</command> process.</para>
    155155          <indexterm zone="ppp chat">
     
    172172        <term><command>pppdump</command></term>
    173173        <listitem>
    174           <para>is used to convert 
    175           <application>PPP</application> record files to a readable 
     174          <para>is used to convert
     175          <application>PPP</application> record files to a readable
    176176          format.</para>
    177177          <indexterm zone="ppp pppdump">
     
    184184        <term><command>pppstats</command></term>
    185185        <listitem>
    186           <para>is used to print 
     186          <para>is used to print
    187187          <application>PPP</application> statistics.</para>
    188188          <indexterm zone="ppp pppstats">
Note: See TracChangeset for help on using the changeset viewer.