aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@FreeBSD.org>2013-06-08 13:22:53 +0000
committerSergey Kandaurov <pluknet@FreeBSD.org>2013-06-08 13:22:53 +0000
commita6e7a5bf8f444642e8d566f2ff31baa1f24ae1f3 (patch)
treea02e3628d4f6968f9a21f196b4246881c1596547 /en_US.ISO8859-1
parent7d2351fedbc5b260bd8d3eea8e667f2bb7ab002d (diff)
downloaddoc-a6e7a5bf8f444642e8d566f2ff31baa1f24ae1f3.tar.gz
doc-a6e7a5bf8f444642e8d566f2ff31baa1f24ae1f3.zip
Fix column description for "ipfw -a list" output.
PR: docs/178959
Notes
Notes: svn path=/head/; revision=41868
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/books/handbook/firewalls/chapter.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
index 2cada689d5..12bbcc8cb5 100644
--- a/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml
@@ -3690,8 +3690,7 @@ ipfw add deny out</programlisting>
<para>The next example lists accounting information and the
packet count for matched rules along with the rules
themselves. The first column is the rule number, followed by
- the number of outgoing matched packets, followed by the number
- of incoming matched packets, followed by the rule
+ the number of matched packets and bytes, followed by the rule
itself.</para>
<screen>&prompt.root; <userinput>ipfw -a list</userinput></screen>