summaryrefslogtreecommitdiffstats
path: root/iptables.8.in
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2005-02-01 15:13:31 +0000
committerHarald Welte <laforge@gnumonks.org>2005-02-01 15:13:31 +0000
commit579553c869ed233f45b34b2b85acabf08317d850 (patch)
tree51f0405714e03e696520fc76c64c9646fb10b080 /iptables.8.in
parentfcbab568c52643337d42e48a57b45be481db2e05 (diff)
be more specific what INPUT means (Matthias Bruestle)
Diffstat (limited to 'iptables.8.in')
-rw-r--r--iptables.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.8.in b/iptables.8.in
index 927e959c..8f69b361 100644
--- a/iptables.8.in
+++ b/iptables.8.in
@@ -97,7 +97,7 @@ The tables are as follows:
This is the default table (if no -t option is passed). It contains
the built-in chains
.B INPUT
-(for packets coming into the box itself),
+(for packets desined to local sockets),
.B FORWARD
(for packets being routed through the box), and
.B OUTPUT