DOC: Fix map table's format

so the HTML doc parser can parse the table correctly
This commit is contained in:
Ruoshan Huang 2016-12-02 16:25:31 +08:00 committed by Willy Tarreau
parent 3067bfa815
commit 3c5e374142

View File

@ -12415,9 +12415,9 @@ map_<match_type>_<output_type>(<map_file>[,<default_value>])
-----------+--------------+-----------------+-----------------+---------------
str | end | map_end | map_end_int | map_end_ip
-----------+--------------+-----------------+-----------------+---------------
| | map_reg | |
str | reg +-----------------+ map_reg_int | map_reg_ip
| | map_regm | |
str | reg | map_reg | map_reg_int | map_reg_ip
-----------+--------------+-----------------+-----------------+---------------
str | reg | map_regm | map_reg_int | map_reg_ip
-----------+--------------+-----------------+-----------------+---------------
int | int | map_int | map_int_int | map_int_ip
-----------+--------------+-----------------+-----------------+---------------