diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-31 15:03:18 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-31 15:03:18 +0000 |
commit | 3aff305a53ccab52cc894e1cf20688335b2386f0 (patch) | |
tree | c2bec0863fc744d4a00f91cdc01e2c67bed31bd3 /etc/ppp | |
parent | 2079cbc15a2aa53931bd73d7d91c41b0038f26cb (diff) | |
download | FreeBSD-src-3aff305a53ccab52cc894e1cf20688335b2386f0.zip FreeBSD-src-3aff305a53ccab52cc894e1cf20688335b2386f0.tar.gz |
Another round of spelling fixes.
Diffstat (limited to 'etc/ppp')
-rw-r--r-- | etc/ppp/ppp.conf.iij | 8 | ||||
-rw-r--r-- | etc/ppp/ppp.conf.sample | 12 | ||||
-rw-r--r-- | etc/ppp/ppp.linkup.sample | 12 |
3 files changed, 16 insertions, 16 deletions
diff --git a/etc/ppp/ppp.conf.iij b/etc/ppp/ppp.conf.iij index 940898c..6c15bc9 100644 --- a/etc/ppp/ppp.conf.iij +++ b/etc/ppp/ppp.conf.iij @@ -2,7 +2,7 @@ # # Examples to connect to IIJ Dialup PPP service # -# 1) On IIJ servive, both user side and server side address can +# 1) On IIJ service, both user side and server side address can # not be predicted by a customer. In this circumstance, you need # some trick to use on-demand dialup. See iij-demand for example. # @@ -10,7 +10,7 @@ # In all cases, you can use same username and password assigned # from IIJ. # -# $Id:$ +# $Id: ppp.conf.iij,v 1.1.1.1 1995/01/31 06:24:33 amurai Exp $ # ############################################################################# # @@ -27,7 +27,7 @@ iij: set timeout 0 dial # -# If you prefer to use PAP authentification, use this one. +# If you prefer to use PAP authentication, use this one. # # % ppp iij-pap # @@ -41,7 +41,7 @@ iij-pap: set openmode active dial # -# Use "% ppp iij-chap" for CHAP authentification +# Use "% ppp iij-chap" for CHAP authentication # iij-chap: set phone 0332425701 diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 2018022..c878c03 100644 --- a/etc/ppp/ppp.conf.sample +++ b/etc/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Written by Toshiharu OHNO # -# $Id: ppp.conf.sample,v 1.2 1995/02/26 12:16:36 amurai Exp $ +# $Id: ppp.conf.sample,v 1.3 1995/04/22 17:14:21 amurai Exp $ # ################################################################# # @@ -36,9 +36,9 @@ simplesite: set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" set timeout 120 # -# If peer reqires to use CHAP, don't forget to supply authname and authkey. +# If peer requires to use CHAP, don't forget to supply authname and authkey. # -# If you'd like to use CHAP to authentificate peer, comment out the line +# If you'd like to use CHAP to authentication peer, comment out the line # ``enable chap'' below. You also need to prepare /etc/ppp.secret. # # If remote system sends its system name within CHAP packet and it is @@ -54,7 +54,7 @@ chapsite: set authname MySystemName set authkey OurSecretKey # -# To speak PAP is just smilar to CHAP +# To speak PAP is just similar to CHAP # papsite: set phone 12345678 @@ -106,8 +106,8 @@ users: # Example of Callback Request # # Here, we assume that peer will hangup the line and initiates a callback -# after successful authentification. We simply use chat script capabiluty -# and wait for a "NO CARRIRER" response from our modem. +# after successful authentication. We simply use chat script capability +# and wait for a "NO CARRIER" response from our modem. # # % ppp callback # diff --git a/etc/ppp/ppp.linkup.sample b/etc/ppp/ppp.linkup.sample index afe58a7..f7eea12 100644 --- a/etc/ppp/ppp.linkup.sample +++ b/etc/ppp/ppp.linkup.sample @@ -4,17 +4,17 @@ # # # This file is checked when PPP establishes network level connection. -# PPP command seaches label in this file in following way and order. +# PPP command searches label in this file in following way and order. # -# 1) At first, IP address assigned into our side is serched and execute +# 1) At first, IP address assigned into our side is searched and execute # associated command. # # 2) If it didn't found, then label name specified at startup time is # searched. # -# 3) If given label name is not found, then label MYADDR is serched. +# 3) If given label name is not found, then label MYADDR is searched. # -# $Id:$ +# $Id: ppp.linkup.sample,v 1.1.1.1 1995/01/31 06:24:33 amurai Exp $ # ######################################################################### # @@ -24,14 +24,14 @@ #192.244.176.32: # add 192.244.176.0 255.255.255.0 HISADDR # -# If we are invked with an argument ``iij-demand'', then +# If we are invoked with an argument ``iij-demand'', then # delete existing route entry and add peer as default gateway. # iij-demand: delete ALL add 0 0 HISADDR # -# Otherwide, simply add peer as default gateway. +# Otherwise, simply add peer as default gateway. # MYADDR: add 0 0 HISADDR |