Bug 78933

Summary: repeated paragraph in divert(4) manpage
Product: Documentation Reporter: adrian <adrian>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description adrian 2005-03-16 23:00:08 UTC
	A paragraph towards the end of the divert(4) manpage is
	repeated nearly literally.

Fix: 

Apply the attached patch.

--- divert.4	2005/03/16 22:42:28	1.1
+++ divert.4	2005/03/16 22:43:30
@@ -134,11 +134,6 @@
 action are delivered as-is and packet fragments do not get reassembled
 in this case.
 .Pp
-Note that packets arriving on the divert socket by the
-.Xr ipfw 8
-tee action are delivered as-is and packet fragments do not get reassembled
-in this case.
-.Pp
 Packets are received and sent unchanged, except that
 packets read as outgoing have invalid IP header checksums, and
 packets written as outgoing have their IP header checksums overwritten
How-To-Repeat: 	man 4 divert, see "Details" section.
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2005-03-17 00:58:01 UTC
State Changed
From-To: open->closed

This has already been fixed in rev. 1.29.2.2 of divert.4. 
Thanks for the report anyway!