Update Question 14.19:
- Use .Nm scheme for ppp(8) and mark up with <application> - Fix broken paragraphs Reviewed by: trhodes Approved by: gabor
This commit is contained in:
parent
54b732bf1c
commit
bc860607a3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32442
1 changed files with 4 additions and 4 deletions
|
|
@ -8908,7 +8908,7 @@ CCP: Received Terminate Ack (1) state = Req-Sent (6)</programlisting>
|
||||||
in my chat script?</para>
|
in my chat script?</para>
|
||||||
</question><answer>
|
</question><answer>
|
||||||
|
|
||||||
<para>Ppp parses each line in your config files so that it can
|
<para>The <application>ppp</application> utility parses each line in your config files so that it can
|
||||||
interpret strings such as
|
interpret strings such as
|
||||||
<literal>set phone "123 456 789"</literal> correctly and
|
<literal>set phone "123 456 789"</literal> correctly and
|
||||||
realize that the number is actually only
|
realize that the number is actually only
|
||||||
|
|
@ -8929,19 +8929,19 @@ CCP: Received Terminate Ack (1) state = Req-Sent (6)</programlisting>
|
||||||
|
|
||||||
<programlisting>set dial "\"\" ATZ OK-ATZ-OK AT\\\\X OK"</programlisting>
|
<programlisting>set dial "\"\" ATZ OK-ATZ-OK AT\\\\X OK"</programlisting>
|
||||||
|
|
||||||
<para>resulting in the following sequence:</para>
|
<para>It will result in the following sequence:</para>
|
||||||
|
|
||||||
<programlisting>ATZ
|
<programlisting>ATZ
|
||||||
OK
|
OK
|
||||||
AT\X
|
AT\X
|
||||||
OK</programlisting>
|
OK</programlisting>
|
||||||
|
|
||||||
<para>or</para>
|
<para>Or:</para>
|
||||||
|
|
||||||
<programlisting>set phone 1234567
|
<programlisting>set phone 1234567
|
||||||
set dial "\"\" ATZ OK ATDT\\T"</programlisting>
|
set dial "\"\" ATZ OK ATDT\\T"</programlisting>
|
||||||
|
|
||||||
<para>resulting in the following sequence:</para>
|
<para>It will result in the following sequence:</para>
|
||||||
|
|
||||||
<programlisting>ATZ
|
<programlisting>ATZ
|
||||||
OK
|
OK
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue