From: Willy Tarreau Date: Sat, 10 May 2014 05:55:30 +0000 (+0200) Subject: DOC: map_beg was missing from the table of map_* converters X-Git-Tag: v1.5-dev25~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=787a4c025f86cec531ce39f253000e6d2ccc7754;p=thirdparty%2Fhaproxy.git DOC: map_beg was missing from the table of map_* converters --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 1faee6cab3..3f57806bac 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -9689,6 +9689,8 @@ map__([,]) input type | match method | output type str | output type int | output type ip -----------+--------------+-----------------+-----------------+--------------- str | str | map_str | map_str_int | map_str_ip + -----------+--------------+-----------------+-----------------+--------------- + str | beg | map_beg | map_beg_int | map_end_ip -----------+--------------+-----------------+-----------------+--------------- str | sub | map_sub | map_sub_int | map_sub_ip -----------+--------------+-----------------+-----------------+---------------