]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix missing closing brackend on regsub
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Jan 2015 19:39:28 +0000 (20:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Jan 2015 19:39:28 +0000 (20:39 +0100)
"]" was missing for <flags>.

doc/configuration.txt

index 60d1df2aa0ddebfc9e616fb71bed4b629423b2d1..3cf54e466cca1de2b60205ad113aad2c13ee7847 100644 (file)
@@ -10365,7 +10365,7 @@ map_<match_type>_<output_type>(<map_file>[,<default_value>])
       |       `---------------------------- key
       `------------------------------------ leading spaces ignored
 
-regsub(<regex>,<subst>[,<flags>)
+regsub(<regex>,<subst>[,<flags>])
   Applies a regex-based substitution to the input string. It does the same
   operation as the well-known "sed" utility with "s/<regex>/<subst>/". By
   default it will replace in the input string the first occurrence of the