diff --git a/docs/shorewall_extension_scripts.xml b/docs/shorewall_extension_scripts.xml index c309885a1..a8164bef3 100644 --- a/docs/shorewall_extension_scripts.xml +++ b/docs/shorewall_extension_scripts.xml @@ -449,7 +449,7 @@ Example:add_rule( $chainref, '-j ACCEPT' );To insert a rule into the chain: insert_rule( $chainref, <rulenum>, <the rule> );The log_rule_limit function works like it does in the shell compiler with - two exceptions: + three exceptions: You pass the chain reference rather than the name of the chain.