diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-07-09 07:53:17 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-07-09 07:53:17 +0000 |
| commit | a7755924f7e8639385a76d334e79cfde657b5b19 (patch) | |
| tree | d032bb494f1c3d929b375599ed0b48dc5bb828b8 | |
| parent | 3b489f2e4d60ad736e9c8e35f28d98b705fb77f3 (diff) | |
Notes
| -rw-r--r-- | share/examples/ppp/ppp.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index 3c0e7a44a458..fce082669448 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -23,7 +23,7 @@ # Default setup. Always executed when PPP is invoked. # This section is *not* pre-loaded by the ``load'' or ``dial'' commands. # -# This is the best place to specify your modem device, it's DTR rate, +# This is the best place to specify your modem device, its DTR rate, # your dial script and any logging specification. Logging specs should # be done first so that the results of subsequent commands are logged. # @@ -55,7 +55,7 @@ default: # specified IP actually being correct, therefore, the other side can assign # any IP number. # -# The forth arg to "set ifaddr" makes us send "0.0.0.0" as our requested +# The fourth arg to "set ifaddr" makes us send "0.0.0.0" as our requested # IP number, forcing the peer to make the decision. This is necessary # when negotiating with some (broken) ppp implementations. # @@ -425,7 +425,7 @@ dodgynet: # (although refer to the ``set radius'' command below for an alternative). # # Note: We may supply a third field in ppp.secret specifying the IP -# address for that user, a forth field to specify the +# address for that user, a fourth field to specify the # ppp.link{up,down} label to use and a fifth field to specify # callback characteristics. # |
