Update Question 14.16:

- Mark up options with <option>
- Mark up ppp.linkup with <filename>
- Use &mdash;

Approved by:  gabor
This commit is contained in:
Gabor Pali 2008-07-05 02:29:14 +00:00
parent 7528112a7e
commit 4c10a79a5f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32440

View file

@ -8792,7 +8792,7 @@ deny pred1 deflate deflate24 protocomp acfcomp shortseq vj</programlisting>
<qandaentry>
<question id="ppp-auto-noreasondial">
<para>Why does &man.ppp.8; dial for no reason in -auto mode?</para>
<para>Why does &man.ppp.8; dial for no reason in <option>-auto</option> mode?</para>
</question><answer>
<para>If &man.ppp.8; is dialing unexpectedly, you must
@ -8820,7 +8820,7 @@ set dfilter 2 deny udp dst eq 53
set dfilter 3 permit 0/0 0/0</programlisting>
<para>This is not always suitable, as it will effectively
break your demand-dial capabilities - most programs will
break your demand-dial capabilities &mdash; most programs will
need a DNS lookup before doing any other network related
things.</para>
@ -8842,7 +8842,7 @@ set dfilter 3 permit 0/0 0/0</programlisting>
queue is run (usually, sendmail is invoked with
<option>-bd -q30m</option>, telling it to run the queue
every 30 minutes) or until a <command>sendmail
-q</command> is done (perhaps from your ppp.linkup
<option>-q</option></command> is done (perhaps from your <filename>ppp.linkup</filename>
file).</para>
</answer>
</qandaentry>