]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
man: iptables.8: Clarify --goto description
authorPhil Sutter <phil@nwl.cc>
Tue, 1 Aug 2023 22:28:03 +0000 (00:28 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 4 Aug 2023 23:29:01 +0000 (01:29 +0200)
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>
iptables/iptables.8.in

index 85af18008daab4031b86c10e41041a413f53849d..c83275b2948721184de7a8c2583b9e70a2ecca96 100644 (file)
@@ -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