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:
Gabor Pali 2008-07-05 02:31:22 +00:00
parent 54b732bf1c
commit bc860607a3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32442

View file

@ -8908,7 +8908,7 @@ CCP: Received Terminate Ack (1) state = Req-Sent (6)</programlisting>
in my chat script?</para>
</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
<literal>set phone "123 456 789"</literal> correctly and
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>
<para>resulting in the following sequence:</para>
<para>It will result in the following sequence:</para>
<programlisting>ATZ
OK
AT\X
OK</programlisting>
<para>or</para>
<para>Or:</para>
<programlisting>set phone 1234567
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
OK