diff --git a/modules/db2_ops/doc/db2_ops.xml b/modules/db2_ops/doc/db2_ops.xml index 95a1156fa7a..9e979f2fa65 100644 --- a/modules/db2_ops/doc/db2_ops.xml +++ b/modules/db2_ops/doc/db2_ops.xml @@ -277,7 +277,7 @@ Hack which enables using db_ops queries in failure route. - Call it at the beginning of failure_route block. + Call it at the beginning of FAILURE_ROUTE block. <function>db_proper</function> usage diff --git a/modules/tm/doc/functions.xml b/modules/tm/doc/functions.xml index 4ad34fcb202..ddc7dd9ed46 100644 --- a/modules/tm/doc/functions.xml +++ b/modules/tm/doc/functions.xml @@ -787,8 +787,7 @@ route { Returns true if the failure route is executed for a branch that did timeout. It can be used from - failure_route and - branch-failure event route. + FAILURE_ROUTE and BRANCH_FAILURE_ROUTE event route. <function>t_branch_timeout</function> usage @@ -1289,7 +1288,7 @@ if (!t_next_contacts()) { was empty and thus there was nothing to do, and returns -1 in case of an error (see syslog). - This function can be used from a BRANCH_FAILURE event route. + This function can be used from a BRANCH_FAILURE_ROUTE event route. <function>t_next_contact_flow</function> usage