From: Willy Tarreau Date: Fri, 23 Jan 2015 19:39:28 +0000 (+0100) Subject: DOC: fix missing closing brackend on regsub X-Git-Tag: v1.6-dev1~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4dc35047d7bb8e308c3083dc63546006bf20766;p=thirdparty%2Fhaproxy.git DOC: fix missing closing brackend on regsub "]" was missing for . --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 60d1df2aa0..3cf54e466c 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