From b55e845fc913b57cbdd640a4b74398e44f6d4ae3 Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Fri, 28 Jul 2023 06:37:11 -0700 Subject: [PATCH] Correct miswording in chain --- Reference-Manual-(v2.x)-Actions.mediawiki | 2 +- Reference-Manual-(v2.x).mediawiki | 2 +- Reference-Manual-(v3.x).mediawiki | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Reference-Manual-(v2.x)-Actions.mediawiki b/Reference-Manual-(v2.x)-Actions.mediawiki index dd11928..5a8e89c 100644 --- a/Reference-Manual-(v2.x)-Actions.mediawiki +++ b/Reference-Manual-(v2.x)-Actions.mediawiki @@ -157,7 +157,7 @@ The following directives can be used in rule chains: *SecRuleScript Special rules control the usage of actions in chained rules: *Any actions that affect the rule flow (i.e., the disruptive actions, skip and skipAfter) can be used only in the chain starter. They will be executed only if the entire chain matches. -*Non-disruptive rules can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches. +*Non-disruptive actions can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches. *The metadata actions (e.g., id, rev, msg) can be used only in the chain starter. == ctl == diff --git a/Reference-Manual-(v2.x).mediawiki b/Reference-Manual-(v2.x).mediawiki index 82487df..ad950da 100644 --- a/Reference-Manual-(v2.x).mediawiki +++ b/Reference-Manual-(v2.x).mediawiki @@ -3160,7 +3160,7 @@ The following directives can be used in rule chains: *SecRuleScript Special rules control the usage of actions in chained rules: *Any actions that affect the rule flow (i.e., the disruptive actions, skip and skipAfter) can be used only in the chain starter. They will be executed only if the entire chain matches. -*Non-disruptive rules can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches. +*Non-disruptive actions can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches. *The metadata actions (e.g., id, rev, msg) can be used only in the chain starter. == ctl == diff --git a/Reference-Manual-(v3.x).mediawiki b/Reference-Manual-(v3.x).mediawiki index 3d8a92b..8dcb3b8 100644 --- a/Reference-Manual-(v3.x).mediawiki +++ b/Reference-Manual-(v3.x).mediawiki @@ -2106,7 +2106,7 @@ The following directives can be used in rule chains: *SecRuleScript Special rules control the usage of actions in chained rules: *Any actions that affect the rule flow (i.e., the disruptive actions, skip and skipAfter) can be used only in the chain starter. They will be executed only if the entire chain matches. -*Non-disruptive rules can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches. +*Non-disruptive actions can be used in any rule; they will be executed if the rule that contains them matches and not only when the entire chain matches. *The metadata actions (e.g., id, rev, msg) can be used only in the chain starter. == ctl ==