diff xml/en/docs/http/ngx_http_map_module.xml @ 1652:68b647a96448

Documented that "map" does a caseless string comparison.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Feb 2016 12:32:04 +0300
parents 95c3c3bbf1ce
children 8aa362a99f7c
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_map_module.xml
+++ b/xml/en/docs/http/ngx_http_map_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_map_module"
         link="/en/docs/http/ngx_http_map_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -86,6 +86,10 @@ Source values are specified as strings o
 </para>
 
 <para>
+Strings are matched ignoring the case.
+</para>
+
+<para>
 A regular expression should either start from the “<literal>~</literal>”
 symbol for a case-sensitive matching, or from the “<literal>~*</literal>”
 symbols (1.0.4) for case-insensitive matching.