diff -ru ipt-orig/extensions/libipt_DNAT.man ipt-new/extensions/libipt_DNAT.man --- ipt-orig/extensions/libipt_DNAT.man 2004-01-22 07:04:24.000000000 -0800 +++ ipt-new/extensions/libipt_DNAT.man 2004-11-29 17:43:24.793557534 -0800 @@ -5,9 +5,9 @@ and .B OUTPUT chains, and user-defined chains which are only called from those -chains. It specifies that the destination address of the packet -should be modified (and all future packets in this connection will -also be mangled), and rules should cease being examined. It takes one +chains. It specifies that the destination address of this packet +(and any future packets associated with this connection) should be +modified, and rules should cease being examined. It takes one type of option: .TP .BR "--to-destination " "\fIipaddr\fP[-\fIipaddr\fP][:\fIport\fP-\fIport\fP]" diff -ru ipt-orig/extensions/libipt_SNAT.man ipt-new/extensions/libipt_SNAT.man --- ipt-orig/extensions/libipt_SNAT.man 2004-01-22 07:04:24.000000000 -0800 +++ ipt-new/extensions/libipt_SNAT.man 2004-11-29 17:47:58.291064181 -0800 @@ -2,9 +2,9 @@ .B nat table, in the .B POSTROUTING -chain. It specifies that the source address of the packet should be -modified (and all future packets in this connection will also be -mangled), and rules should cease being examined. It takes one type +chain. It specifies that the source address of this packet (and any +future packets associated with this connection) should be modified, +and rules should cease being examined. It takes one type of option: .TP .BR "--to-source " "\fIipaddr\fP[-\fIipaddr\fP][:\fIport\fP-\fIport\fP]"