Clear up a confusing sentence and add markup.

PR:		docs/30838
Submitted by:	Giorgos Keramidas <charon@labs.gr>
This commit is contained in:
Murray Stokely 2001-09-27 00:51:40 +00:00
parent c80ad0e918
commit f27c91cccb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10824

View file

@ -22,7 +22,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml,v 1.15 2001/09/02 10:37:26 murray Exp $</pubdate> <pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml,v 1.16 2001/09/24 11:28:11 murray Exp $</pubdate>
<abstract> <abstract>
<para>This article documents how to setup a firewall using a PPP <para>This article documents how to setup a firewall using a PPP
@ -276,11 +276,15 @@ $fwcmd add 65435 deny log ip from any to any</programlisting>
</question> </question>
<answer> <answer>
<para>This merely means that the maximum logging count for the <para>This merely means that the maximum logging count for
rule has been reached. The rule itself is still working, the rule has been reached. The rule itself is still
but it will no longer log until such time as you reset the working, but it will no longer log until such time as you
logging counters. This can be done by simply prefixing the reset the logging counters. You can reset the logging
ipfw command with the <literal>resetlog</literal> option.</para> counters with the <command>ipfw resetlog</command>
command. Alternatively, you may increase the log limit in
your kernel configuration with the
<option>IPFIREWALL_VERBOSE_LIMIT</option> option as
described above.</para>
</answer> </answer>
</qandaentry> </qandaentry>