DOC: map_beg was missing from the table of map_* converters

This commit is contained in:
Willy Tarreau 2014-05-10 07:55:30 +02:00
parent ccfccefb80
commit 787a4c025f
1 changed files with 2 additions and 0 deletions

View File

@ -9689,6 +9689,8 @@ map_<match_type>_<output_type>(<map_file>[,<default_value>])
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
-----------+--------------+-----------------+-----------------+---------------