Changeset b1d305ed for connect


Ignore:
Timestamp:
07/27/2005 09:24:52 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:
d0e741f
Parents:
40d6bab
Message:

Typo fixes and minor rewording to package and introductory text in Section IV

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

Location:
connect
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • connect/connect.xml

    r40d6bab rb1d305ed  
    1414    <para>The LFS book covers setting up networking by connecting to a LAN
    1515    with a static IP address. There are other methods used to connect to
    16     a LAN and other networks (such as the Internet).  We cover
    17     the most popular methods in this chapter.</para>
     16    a LAN and other networks (such as the Internet). The most popular methods
     17    are covered in this chapter.</para>
    1818  </partintro>
    1919
  • connect/dhcp/dhcpcd.xml

    r40d6bab rb1d305ed  
    210210      <segtitle>Installed Program</segtitle>
    211211      <segtitle>Installed Libraries</segtitle>
    212       <segtitle>Installed Directories</segtitle>
     212      <segtitle>Installed Directory</segtitle>
    213213
    214214      <seglistitem>
     
    241241
    242242</sect1>
    243 
  • connect/dialup/wvdial.xml

    r40d6bab rb1d305ed  
    150150        <term><command>wvdial</command></term>
    151151        <listitem>
    152           <para>Starts a PPP connection.</para>
     152          <para>starts a PPP connection.</para>
    153153          <indexterm zone="wvdial wvdial-prog">
    154154            <primary sortas="b-wvdial">wvdial</primary>
     
    173173
    174174</sect1>
    175 
  • connect/other/other.xml

    r40d6bab rb1d305ed  
    1414  and PPPoE interfaces, among others. PPPoE is discussed here.
    1515  Pages written for ISDN (or others as the need arises) are always welcome
    16   and will be included in future books, if available.</para>
     16  and will be included in future books, if the information becomes
     17  available.</para>
    1718
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pppoe.xml"/>
  • connect/other/pppoe.xml

    r40d6bab rb1d305ed  
    6565    <xref linkend="net-tools"/> (you may omit
    6666    <application>Net-tools</application> by using the following patch to
    67     utilize <application>IPRoute2</application>: <ulink
     67    utilize <application>IPRoute2</application> instead: <ulink
    6868    url="&patch-root;/rp-pppoe-&pppoe-version;-iproute2-1.patch"/>)</para>
    6969
     
    8686    <para>Fix the location of the logger executable in several ADSL scripts:</para>
    8787
    88 <screen><userinput>sed -i s%/usr/bin/logger%/bin/logger% scripts/adsl-{connect,setup,stop}.in</userinput></screen>
     88<screen><userinput>sed -i s%/usr/bin/logger%/bin/logger% \
     89    scripts/adsl-{connect,setup,stop}.in</userinput></screen>
    8990
    9091    <para>Install <application>RP-PPPoE</application> by running the following
     
    106107    <title>Command Explanations</title>
    107108
    108     <para>These are the standard installation commands that will install into
    109     the <filename class="directory">/usr</filename> prefix.  You can optionally use the
    110     <command>go</command> script in the root of the source tree, to
    111     run the same commands, which are then immediately followed by the
    112     <command>adsl-setup</command> script.</para>
     109    <para>These are the standard installation commands that will install the
     110    package into the <filename class="directory">/usr</filename> prefix.  You
     111    can optionally use the <command>go</command> script in the root of the
     112    source tree to run the same commands, which are then immediately followed
     113    by the <command>adsl-setup</command> script.</para>
    113114
    114115  </sect2>
Note: See TracChangeset for help on using the changeset viewer.