diff --git a/manpages6/shorewall6-rules.xml b/manpages6/shorewall6-rules.xml
index fe695d7ac..d6d34be01 100644
--- a/manpages6/shorewall6-rules.xml
+++ b/manpages6/shorewall6-rules.xml
@@ -1070,31 +1070,6 @@
-
- Example 2:
-
-
- Allow all ssh and http connection requests from the internet
- to local system 2002:cec792b4:1::44
-
- #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL
- # PORT PORT(S) DEST
- DNAT net loc:2002:cec792b4:1::44 tcp ssh,http
-
-
-
-
- Example 3:
-
-
- Allow http connection requests from the internet to local
- system 2002:cec792b4:1::44 with a limit of 3 per second and a
- maximum burst of 10 #ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE
- # PORT PORT(S) DEST LIMIT
- DNAT net loc:<2002:cec792b4:1::44> tcp http - - 3/sec:10
-
-
-
Example 4: