Bug 120539

Summary: Inconsistent ipfw's man page
Product: Documentation Reporter: Dan Lukes <dan>
Component: Books & ArticlesAssignee: Isabell Long <issyl0>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dan Lukes 2008-02-11 16:10:00 UTC
Paragraph STATEFUL FIREWALL:

  Dynamic rules will be checked at the first check-state, keep-state or limit occurrence

Paragraph EXAMPLES/DYNAMIC RULES:

  Dynamic rules are checked when encountering the first check-state or keep-state rule.

Fix: 

Correct the sentences to be the same.
How-To-Repeat: 	N/A
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-02-12 09:32:56 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

Over to maintainer(s).
Comment 2 Isabell Long freebsd_committer freebsd_triage 2012-07-16 22:07:48 UTC
Responsible Changed
From-To: freebsd-doc->issyl0

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-16 23:15:45 UTC
Author: issyl0 (doc committer)
Date: Mon Jul 16 22:15:30 2012
New Revision: 238540
URL: http://svn.freebsd.org/changeset/base/238540

Log:
  In ipfw(8), make the text about dynamic rules consistent.
  
  PR:		docs/120539
  Approved by:	gabor (mentor)
  MFC after:	5 days

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Mon Jul 16 22:07:29 2012	(r238539)
+++ head/sbin/ipfw/ipfw.8	Mon Jul 16 22:15:30 2012	(r238540)
@@ -1,7 +1,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 9, 2012
+.Dd July 16, 2012
 .Dt IPFW 8
 .Os
 .Sh NAME
@@ -2967,9 +2967,11 @@ This will let the firewall install dynam
 those connection which start with a regular SYN packet coming
 from the inside of our network.
 Dynamic rules are checked when encountering the first
-.Cm check-state
-or
+occurrence of a
+.Cm check-state ,
 .Cm keep-state
+or
+.Cm limit
 rule.
 A
 .Cm check-state
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 Isabell Long freebsd_committer freebsd_triage 2012-07-16 23:35:04 UTC
State Changed
From-To: open->closed

A fix for this has now been committed.  Thanks for the report!