From: Aurelien DARRAGON Date: Wed, 3 Jan 2024 09:53:58 +0000 (+0100) Subject: DOC: config: fix typo about map_*_key converters X-Git-Tag: v3.0-dev2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3a94a3750e473dc5a5402dfd9332d1c044d049e;p=thirdparty%2Fhaproxy.git DOC: config: fix typo about map_*_key converters Fix a doc typo that was introduced with ca4758378 ("MINOR: map: add map_*_key converters to provide the matching key"). No backport needed unless ca4758378 is. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 406a6bb013..1e80610471 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -19328,8 +19328,8 @@ map__([,]) expression and modify the output replacing back reference (like "\1") by the corresponding match text. - Output type "key" means that it its the matched entry's key (as found in the - map file)that will be returned as a string instead of the value. Note that + Output type "key" means that it is the matched entry's key (as found in the + map file) that will be returned as a string instead of the value. Note that optional argument is not supported when "key" output type is used.