This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.1.x by this push:
     new 3b638fff65 Fix typo in block_errors documentation (#10591) (#10618)
3b638fff65 is described below

commit 3b638fff65d3a384b3ecd5f7728106d8c4f8b99a
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Tue Oct 17 00:59:48 2023 +0900

    Fix typo in block_errors documentation (#10591) (#10618)
    
    (cherry picked from commit 641704b5c078edaba5b8082de6262a40bcd2d4fa)
    
     Conflicts:
            doc/admin-guide/plugins/block_errors.en.rst
---
 doc/admin-guide/plugins/block_errors.en.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/admin-guide/plugins/block_errors.en.rst 
b/doc/admin-guide/plugins/block_errors.en.rst
index 36b51c451f..521b44dfeb 100644
--- a/doc/admin-guide/plugins/block_errors.en.rst
+++ b/doc/admin-guide/plugins/block_errors.en.rst
@@ -57,7 +57,7 @@ The plugin can be configured at run time using the 
`traffic_ctl` command.  The f
 
 - ``block_errors.error_limit``: Set the error limit.  Takes a single argument, 
the number of errors allowed before blocking the client.
 - ``block_errors.timeout``: Set the block timeout.  Takes a single argument, 
the number of minutes to block the client.
-- ``block_errors.enable``: Enable or disable the plugin.  Takes a single 
argument, 0 to disable, 1 to enable.
+- ``block_errors.enabled``: Enable or disable the plugin.  Takes a single 
argument, 0 to disable, 1 to enable.
 
 Example Run Time Configuration
 ==============================
@@ -66,4 +66,4 @@ Example Run Time Configuration
 
     traffic_ctl plugin msg block_errors.timeout 10
 
-    traffic_ctl plugin msg block_errors.enable 1
+    traffic_ctl plugin msg block_errors.enabled 1

Reply via email to