mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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
This commit is contained in:
parent
40d6babf49
commit
b1d305edb2
@ -13,8 +13,8 @@
|
||||
<partintro>
|
||||
<para>The LFS book covers setting up networking by connecting to a LAN
|
||||
with a static IP address. There are other methods used to connect to
|
||||
a LAN and other networks (such as the Internet). We cover
|
||||
the most popular methods in this chapter.</para>
|
||||
a LAN and other networks (such as the Internet). The most popular methods
|
||||
are covered in this chapter.</para>
|
||||
</partintro>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dialup/dialup.xml"/>
|
||||
|
@ -209,7 +209,7 @@ EOF</userinput></screen>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>dhcpcd</seg>
|
||||
@ -240,4 +240,3 @@ EOF</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -149,7 +149,7 @@ wvdialconf /etc/wvdial.conf</userinput></screen>
|
||||
<varlistentry id="wvdial-prog">
|
||||
<term><command>wvdial</command></term>
|
||||
<listitem>
|
||||
<para>Starts a PPP connection.</para>
|
||||
<para>starts a PPP connection.</para>
|
||||
<indexterm zone="wvdial wvdial-prog">
|
||||
<primary sortas="b-wvdial">wvdial</primary>
|
||||
</indexterm>
|
||||
@ -172,4 +172,3 @@ wvdialconf /etc/wvdial.conf</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -13,7 +13,8 @@
|
||||
<para>Other methods to connect to large networks are through ISDN
|
||||
and PPPoE interfaces, among others. PPPoE is discussed here.
|
||||
Pages written for ISDN (or others as the need arises) are always welcome
|
||||
and will be included in future books, if available.</para>
|
||||
and will be included in future books, if the information becomes
|
||||
available.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pppoe.xml"/>
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
<para><xref linkend="ppp"/> and
|
||||
<xref linkend="net-tools"/> (you may omit
|
||||
<application>Net-tools</application> by using the following patch to
|
||||
utilize <application>IPRoute2</application>: <ulink
|
||||
utilize <application>IPRoute2</application> instead: <ulink
|
||||
url="&patch-root;/rp-pppoe-&pppoe-version;-iproute2-1.patch"/>)</para>
|
||||
|
||||
</sect2>
|
||||
@ -85,7 +85,8 @@
|
||||
|
||||
<para>Fix the location of the logger executable in several ADSL scripts:</para>
|
||||
|
||||
<screen><userinput>sed -i s%/usr/bin/logger%/bin/logger% scripts/adsl-{connect,setup,stop}.in</userinput></screen>
|
||||
<screen><userinput>sed -i s%/usr/bin/logger%/bin/logger% \
|
||||
scripts/adsl-{connect,setup,stop}.in</userinput></screen>
|
||||
|
||||
<para>Install <application>RP-PPPoE</application> by running the following
|
||||
commands:</para>
|
||||
@ -105,11 +106,11 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>These are the standard installation commands that will install into
|
||||
the <filename class="directory">/usr</filename> prefix. You can optionally use the
|
||||
<command>go</command> script in the root of the source tree, to
|
||||
run the same commands, which are then immediately followed by the
|
||||
<command>adsl-setup</command> script.</para>
|
||||
<para>These are the standard installation commands that will install the
|
||||
package into the <filename class="directory">/usr</filename> prefix. You
|
||||
can optionally use the <command>go</command> script in the root of the
|
||||
source tree to run the same commands, which are then immediately followed
|
||||
by the <command>adsl-setup</command> script.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user