Update Question 14.13:

- Fix broken paragraphs

Reviewed by:  trhodes
Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-07-05 02:26:34 +00:00
parent 7a0c425184
commit e2ce1f2a15
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32438

View file

@ -8725,26 +8725,26 @@ deny pred1 deflate deflate24 protocomp acfcomp shortseq vj</programlisting>
getting nowhere and gives up.</para>
<para>The best way to avoid this is to configure one side to be
<literal>passive</literal> - that is, make one side
<literal>passive</literal> &mdash; that is, make one side
wait for the other to start negotiating. This can be done
with the</para>
with the following command:</para>
<programlisting>set openmode passive</programlisting>
<para>command. Care should be taken with this option. You
should also use the</para>
<para>Care should be taken with this option. You
should also use the this command to limit the amount
of time that &man.ppp.8; waits for the peer to begin
negotations:</para>
<programlisting>set stopped N</programlisting>
<programlisting>set stopped <replaceable>N</replaceable></programlisting>
<para>command to limit the amount of time that
&man.ppp.8; waits for the peer to begin
negotiations. Alternatively, the</para>
<para>Alternatively, the following command (where
<replaceable>N</replaceable> is the number of seconds
to wait before starting negotiations) can be used:</para>
<programlisting>set openmode active N</programlisting>
<programlisting>set openmode active <replaceable>N</replaceable></programlisting>
<para>command (where <replaceable>N</replaceable> is the
number of seconds to wait before starting negotiations) can be
used. Check the manual page for details.</para>
<para>Check the manual page for details.</para>
</answer>
</qandaentry>