From: Phil Sutter Date: Tue, 1 Aug 2023 22:28:03 +0000 (+0200) Subject: man: iptables.8: Clarify --goto description X-Git-Tag: v1.8.10~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94c19939744dbbbc6ff0fedf6cdba661769fdc87;p=thirdparty%2Fiptables.git 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 )") Signed-off-by: Phil Sutter --- 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