diff --git a/manpages/shorewall.xml b/manpages/shorewall.xml
index ee7cda0c6..70331fb30 100644
--- a/manpages/shorewall.xml
+++ b/manpages/shorewall.xml
@@ -851,14 +851,25 @@
[ chain ] ...
- Using the iptables -L
- chain -n
- -v command, the rules in each
- chain are displayed. If no
+ The rules in each chain are
+ displayed ssing the iptables
+ -L chain -n -v command. If no
chain is given, all of the chains in the
filter table are displayed. The -x option is passed directly through to
- iptables.
+ iptables and causes actual packet and byte counts to be
+ displayed. Without this option, those counts are
+ abbreviated.
+
+
+
+
+ actions
+
+
+ Produces a report about the available actions (built-in,
+ standard and user-defined).
@@ -914,9 +925,11 @@
Displays the Netfilter mangle table using the command
- iptables -t mangle -L -n -v.
- The -x option is passed
- directly through to iptables.
+ iptables -t mangle -L -n
+ -v.The -x option
+ is passed directly through to iptables and causes actual
+ packet and byte counts to be displayed. Without this option,
+ those counts are abbreviated.
@@ -925,9 +938,11 @@
Displays the Netfilter nat table using the command
- iptables -t nat -L -n -v. The
+ iptables -t nat -L -n -v.The
-x option is passed directly
- through to iptables.
+ through to iptables and causes actual packet and byte counts
+ to be displayed. Without this option, those counts are
+ abbreviated.