Typo police
Submitted by: James Raynard <jraynard@jraynard.demon.co.uk>
This commit is contained in:
parent
e6cbeb4ebb
commit
0164b64abe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1979
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: userppp.sgml,v 1.25 1997-09-21 12:33:47 brian Exp $ -->
|
<!-- $Id: userppp.sgml,v 1.26 1997-09-22 15:24:52 brian Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect>Setting up User PPP<label id="userppp">
|
<sect>Setting up User PPP<label id="userppp">
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<p>It also outlines how to use user ppp as a ppp server.
|
<p>It also outlines how to use user ppp as a ppp server.
|
||||||
|
|
||||||
<p>This document has originally written by Nik Clayton, and has
|
<p>This document was originally written by Nik Clayton, and has
|
||||||
turned into a collaborative effort over the years.
|
turned into a collaborative effort over the years.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
@ -288,7 +288,7 @@
|
||||||
|
|
||||||
<tag/Line 6:/ Sets the phone number for this provider. Multiple phone
|
<tag/Line 6:/ Sets the phone number for this provider. Multiple phone
|
||||||
numbers may be specified using the ``:'' or ``|'' character as
|
numbers may be specified using the ``:'' or ``|'' character as
|
||||||
a seperator. The difference between these spearators is
|
a separator. The difference between these spearators is
|
||||||
described in the ppp manual page. To summarize, if you want
|
described in the ppp manual page. To summarize, if you want
|
||||||
to rotate through the numbers, use the ``:''. If you want to
|
to rotate through the numbers, use the ``:''. If you want to
|
||||||
always attempt to dial the first number first and only use
|
always attempt to dial the first number first and only use
|
||||||
|
@ -296,7 +296,7 @@
|
||||||
Always quote the entire set of phone numbers as shown.
|
Always quote the entire set of phone numbers as shown.
|
||||||
|
|
||||||
<tag/Line 7:/ The login string is of the same chat-like syntax as the dial
|
<tag/Line 7:/ The login string is of the same chat-like syntax as the dial
|
||||||
string. In this example, the string works for a service who's
|
string. In this example, the string works for a service whose
|
||||||
login session looks like this:
|
login session looks like this:
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
|
@ -865,7 +865,7 @@ foo MyPassword
|
||||||
|
|
||||||
and then ``dial provider'' to start the PPP session, or, if you
|
and then ``dial provider'' to start the PPP session, or, if you
|
||||||
want ppp to establish sessions automatically when there is outbound
|
want ppp to establish sessions automatically when there is outbound
|
||||||
traffic (and you haven't created the start_if.tun0 script) , type
|
traffic (and you haven't created the start_if.tun0 script), type
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
# ppp -auto provider
|
# ppp -auto provider
|
||||||
|
|
Loading…
Reference in a new issue