From 787a4c025f86cec531ce39f253000e6d2ccc7754 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 10 May 2014 07:55:30 +0200 Subject: [PATCH] DOC: map_beg was missing from the table of map_* converters --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 1faee6cab..3f57806ba 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 -----------+--------------+-----------------+-----------------+---------------