mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-16 10:40:58 +00:00
DOC: config: fix typo about map_*_key converters
Fix a doc typo that was introduced withca4758378
("MINOR: map: add map_*_key converters to provide the matching key"). No backport needed unlessca4758378
is.
This commit is contained in:
parent
1088f0b969
commit
c3a94a3750
@ -19328,8 +19328,8 @@ map_<match_type>_<output_type>(<map_name>[,<default_value>])
|
||||
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 <default_value> argument is not supported when "key" output type is
|
||||
used.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user