diff --git a/en_US.ISO8859-1/articles/dialup-firewall/article.sgml b/en_US.ISO8859-1/articles/dialup-firewall/article.sgml
index 0aa7e1aaa8..d4370e1593 100644
--- a/en_US.ISO8859-1/articles/dialup-firewall/article.sgml
+++ b/en_US.ISO8859-1/articles/dialup-firewall/article.sgml
@@ -22,7 +22,7 @@
- $FreeBSD: doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml,v 1.15 2001/09/02 10:37:26 murray Exp $
+ $FreeBSD: doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml,v 1.16 2001/09/24 11:28:11 murray Exp $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
- This merely means that the maximum logging count for the
- rule has been reached. The rule itself is still working,
- but it will no longer log until such time as you reset the
- logging counters. This can be done by simply prefixing the
- ipfw command with the resetlog option.
+ This merely means that the maximum logging count for
+ the rule has been reached. The rule itself is still
+ working, but it will no longer log until such time as you
+ reset the logging counters. You can reset the logging
+ counters with the ipfw resetlog
+ command. Alternatively, you may increase the log limit in
+ your kernel configuration with the
+ option as
+ described above.