Changeset 601a838 for networking


Ignore:
Timestamp:
08/22/2012 10:30:35 PM (12 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
7368969
Parents:
c35030e
Message:

Fixed typos and added missing XML tags

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

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/ppp.xml

    rc35030e r601a838  
    115115    <title>Command Explanations</title>
    116116
    117     <para><command>rm include/linux/if_pppol2tp.h</command>: ppp-2.4.5 contains
    118     an out of date copy of the kernel header linux/if_pppol2tp.h. This needs to
     117    <para><command>rm include/linux/if_pppol2tp.h</command>:
     118    <application>PPP-&ppp-version;</application> contains an out of date copy
     119    of the kernel header <filename>linux/if_pppol2tp.h</filename>. This needs to
    119120    be removed to <emphasis>force</emphasis> it to use the one installed in
    120     /usr. If you don't remove this file the build will still succeed (thanks to
    121     a poorly written Makefile) but it will fail to compile the openl2tp.so,
    122     pppol2tp.so and rp-pppoe.so plugins:</para>
     121    <filename class="directory">/usr</filename>. If you don't remove this file
     122    the build will still succeed (thanks to a poorly written
     123    <filename>Makefile</filename>) but it will fail to compile the
     124    <filename class="libraryfile">openl2tp.so</filename>,
     125    <filename class="libraryfile">pppol2tp.so</filename>,
     126    and <filename class="libraryfile">rp-pppoe.so</filename> plugins:</para>
    123127
    124128    <para><command>install -d /etc/ppp/peers</command>: This command creates
     
    194198
    195199      <para>If you don't run your own caching DNS server (like
    196       <xref linkend="bind"/>) pppd can ask your ISP for its domain name
    197       servers and put them in /etc/ppp/resolv.conf. If you want to use their
    198       domain name servers:</para>
     200      <xref linkend="bind"/>) <command>pppd</command> can ask your ISP for its
     201      domain name servers and put them in <filename>/etc/ppp/resolv.conf</filename>.
     202      If you want to use their domain name servers:</para>
    199203
    200204<screen role="root"><userinput>mv /etc/resolv.conf{,.orig}
  • networking/netutils/networkmanager.xml

    rc35030e r601a838  
    3737      3G, or Bluetooth, NetworkManager allows you to quickly move from one network
    3838      to another: once a network has been configured and joined once, it can be
    39       detected and re-joined automatically the next time its available.
     39      detected and re-joined automatically the next time it's available.
    4040    </para>
    4141
Note: See TracChangeset for help on using the changeset viewer.