diff --git a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml
index 1472909363..0b4dd2af04 100644
--- a/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml
@@ -1423,7 +1423,7 @@ kermit -y /etc/ppp/kermit.dial
pppd /dev/tty01 19200
kermit
- /etc/ppp/kermit.dial is a kermit
+ /etc/ppp/kermit.dial is a kermit
script that dials and makes all necessary authorization on the
remote host (an example of such a script is attached to the end
of this document).
@@ -1450,7 +1450,7 @@ fi
kermit -y /etc/ppp/kermit.hup
/etc/ppp/ppptest
- Check to see if PPP is still running by executing
+ Check to see if pppd is still running by executing
/usr/etc/ppp/ppptest, which should look like
this:
@@ -1489,7 +1489,7 @@ echo \13
exit
Here is an alternate method using chat
- instead of kermit.
+ instead of kermit:
The following two files are sufficient to accomplish a
pppd connection.
@@ -1550,7 +1550,7 @@ passive # wait for LCP
modem # modem line
The following /etc/ppp/pppserv script
- will enable tell pppd to behave as a
+ will tell pppd to behave as a
server:
#!/bin/sh
@@ -1598,7 +1598,7 @@ ifconfig ppp0 delete
kermit -y /etc/ppp/kermit.noans
- The following kermit script
+ The following kermit script
(/etc/ppp/kermit.ans) will enable/disable
autoanswer mode on your modem. It should look like this: