diff --git a/Shorewall-docs2/Documentation.xml b/Shorewall-docs2/Documentation.xml
index 4245801eb..b0c78fceb 100644
--- a/Shorewall-docs2/Documentation.xml
+++ b/Shorewall-docs2/Documentation.xml
@@ -15,10 +15,10 @@
- 2005-11-02
+ 2006-01-28
- 2001-2005
+ 2001-2006
Thomas M. Eastep
@@ -1978,7 +1978,7 @@ ACCEPT:info - - tc
Let's take
- ACCEPT<2/sec:4> net dmz tcp 80
+ ACCEPT net dmz tcp 80 - - 2/sec:4
The first time this rule is reached, the packet will be
accepted; in fact, since the burst is 4, the first four packets
@@ -2033,8 +2033,9 @@ ACCEPT:info - - tc
to local system 192.168.1.3. You wish to limit the number of connections
to 4/minute with a burst of 8:
- #ACTION SOURCE DEST PROTO DEST PORT(S)
-DNAT<4/min:8> net loc:192.168.1.3 tcp ssh
+ #ACTION SOURCE DEST PROTO DEST PORT(S) ORIGINAL RATE LIMIT
+# DEST
+DNAT net loc:192.168.1.3 tcp ssh - 4/min:8