]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Fix map table's format
authorRuoshan Huang <ruoshan.huang@gmail.com>
Fri, 2 Dec 2016 08:25:31 +0000 (16:25 +0800)
committerWilly Tarreau <w@1wt.eu>
Mon, 5 Dec 2016 18:15:47 +0000 (19:15 +0100)
so the HTML doc parser can parse the table correctly

doc/configuration.txt

index f6121ee09a441addb9577c61d2eb6e3464fdb24b..18da5b982e6e6d126a520ca0cc3677ddfda2b63a 100644 (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
   -----------+--------------+-----------------+-----------------+---------------