diff --git a/connect/other/pppoe/pppoe-config.xml b/connect/other/pppoe/pppoe-config.xml
index 0d45e54f95..1c8a8a92bc 100644
--- a/connect/other/pppoe/pppoe-config.xml
+++ b/connect/other/pppoe/pppoe-config.xml
@@ -16,11 +16,11 @@
adsl-setup script.
When configuring your connection, you will need to have your
-ISPs nameserver information availible , as well as your username and
-password. You will also be asked wether you want to configure a
-dial-on-demand or a constant connection. If your service provider does
-not charge by the minute, it is usually good to have a bootscript handle
-the connection for you. You can, of course, choose not to install the
+ISP's nameserver information availible, as well as your username and
+password. You will also be asked whether to configure a dial-on-demand
+or a constant connection. If your service provider does not charge by
+the minute, it is usually good to have a bootscript handle the
+connection for you. You can, of course, choose not to install the
following script, and start your connection manually with the
adsl-start script.
diff --git a/connect/other/pppoe/pppoe-desc.xml b/connect/other/pppoe/pppoe-desc.xml
index 2a9ea8bbd5..169c979beb 100644
--- a/connect/other/pppoe/pppoe-desc.xml
+++ b/connect/other/pppoe/pppoe-desc.xml
@@ -17,12 +17,12 @@ in /etc/ppp/pppoe.conf.
specified in /etc/ppp/pppoe.conf.
adsl-statusDisplays the status of the adsl
-connection
+connection.
adsl-stopStops the client.
-pppoeThis is the actual client itself.
-Generally it should not be started on it's own
+pppoeThis is the client itself.
+Generally it should not be started on it's own.
pppoe-relayStarts the server relay
agent.
diff --git a/connect/other/pppoe/pppoe-exp.xml b/connect/other/pppoe/pppoe-exp.xml
index ec28cf5491..84d8a7eadc 100644
--- a/connect/other/pppoe/pppoe-exp.xml
+++ b/connect/other/pppoe/pppoe-exp.xml
@@ -1,10 +1,10 @@
Command explanations
-These are the standard instalation commands that will install into
+These are the standard installation commands that will install into
the /usr prefix. You can optionally use the
'go' script in the root of the source tree, to
-run the exact same commands, which are then, imediately followed by the
+run the exact same commands, which are then, immediately followed by the
adsl-setup script.
diff --git a/connect/other/pppoe/pppoe-inst.xml b/connect/other/pppoe/pppoe-inst.xml
index bee87b47ac..702c6687d7 100644
--- a/connect/other/pppoe/pppoe-inst.xml
+++ b/connect/other/pppoe/pppoe-inst.xml
@@ -6,7 +6,7 @@
cd src &&
./configure &&
make &&
-make install &&
+make install
diff --git a/connect/other/pppoe/pppoe-intro.xml b/connect/other/pppoe/pppoe-intro.xml
index 64f02af023..41870cf724 100644
--- a/connect/other/pppoe/pppoe-intro.xml
+++ b/connect/other/pppoe/pppoe-intro.xml
@@ -7,19 +7,21 @@ Version used: &pppoe-version;
Package size: &pppoe-size;
Estimated Disk space required: &pppoe-buildsize;
-The Roaring Penguin PPPoE package contains both a client, and a
-userspace server componenet that runs works with the client. The
-client allows you to connect to large networks that use the PPPoE protocol,
-common among ADSL providers. The server component runs along side the
-client, allowing you configure other clients that send out a configuration
+The Roaring Penguin PPPoE package contains both a client and a
+server componenet that works with the client. The client allows you
+to connect to large networks that use the PPPoE protocol, common among
+ADSL providers. The server component runs along side the client,
+allowing you to configure other clients that send out a configuration
request.
RP-PPPoE depends on:
In addition, if you plan to use demand dialing, or kernel mode
-PPPoE, you need to patch ppp-2.4.1 and re-install.
-The patch can be downloaded from here:
-
+PPPoE, you need to patch ppp-2.4.1 and re-install using the standard
+BLFS instructions. The patch can be downloaded from here:
+. Additional
+information about kernel mode PPPoE can be found in
+rp-pppoe-3.5/doc/KERNEL-MODE-PPPOE.