summaryrefslogtreecommitdiffstats
path: root/iptables/iptables.8.in
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-08-02 00:28:03 +0200
committerPhil Sutter <phil@nwl.cc>2023-08-05 01:29:01 +0200
commit94c19939744dbbbc6ff0fedf6cdba661769fdc87 (patch)
tree7643740a8a3f3a58d05abbc538ece49a5111d3a8 /iptables/iptables.8.in
parent3bda308b32847d08b2c27077fa3c02200b59cdca (diff)
man: iptables.8: Clarify --goto description
Text speaks about behaviour of RETURN target when used in chains redirected to using --goto instead of --jump, not the difference between --jump option and "return". Fixes: 17fc163babc34 ("add 'goto' support (Henrik Nordstrom <hno@marasystems.com>)") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/iptables.8.in')
-rw-r--r--iptables/iptables.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/iptables.8.in b/iptables/iptables.8.in
index 85af1800..c83275b2 100644
--- a/iptables/iptables.8.in
+++ b/iptables/iptables.8.in
@@ -316,7 +316,7 @@ incremented.
.TP
\fB\-g\fP, \fB\-\-goto\fP \fIchain\fP
This specifies that the processing should continue in a user
-specified chain. Unlike the \-\-jump option return will not continue
+specified chain. Unlike with the \-\-jump option, \fBRETURN\fP will not continue
processing in this chain but instead in the chain that called us via
\-\-jump.
.TP