From c4dc35047d7bb8e308c3083dc63546006bf20766 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 23 Jan 2015 20:39:28 +0100 Subject: [PATCH] DOC: fix missing closing brackend on regsub "]" was missing for . --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 60d1df2aa..3cf54e466 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -10365,7 +10365,7 @@ map__([,]) | `---------------------------- key `------------------------------------ leading spaces ignored -regsub(,[,) +regsub(,[,]) Applies a regex-based substitution to the input string. It does the same operation as the well-known "sed" utility with "s///". By default it will replace in the input string the first occurrence of the