diff xml/ru/docs/http/ngx_http_map_module.xml @ 102:c76a257f3fd4

The directive name is now automatically printed in <default> and <syntax>. Specifying <default> is made non-optional. Visible changes: - "types" and "proxy_set_header" get proper defaults (not yet displayed nicely); - "fastcgi_hide_header", "fastcgi_ignore_headers", "fastcgi_pass_header", "proxy_hide_header", "proxy_ignore_headers", and "proxy_pass_header" now have their (empty) defaults documented; - mentions of "fastcgi_redirect_errors" and "proxy_redirect_errors" which are long unsupported were removed.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 05:15:24 +0000
parents 1d315ef37215
children 72524ae53106
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_map_module.xml	Tue Oct 18 12:19:06 2011 +0000
+++ b/xml/ru/docs/http/ngx_http_map_module.xml	Wed Oct 19 05:15:24 2011 +0000
@@ -41,7 +41,7 @@
 <section name="Директивы" id="directives">
 
 <directive name="map">
-<syntax>map <value>$переменная1 $переменная2 { ... }</value></syntax>
+<syntax><value>$переменная1 $переменная2 { ... }</value></syntax>
 <default/>
 <context>http</context>
 
@@ -85,8 +85,8 @@
 
 
 <directive name="map_hash_max_size">
-<syntax>map_hash_max_size <value>число</value></syntax>
-<default>map_hash_max_size 2048</default>
+<syntax><value>число</value></syntax>
+<default>2048</default>
 <context>http</context>
 
 <para>
@@ -99,8 +99,8 @@
 
 
 <directive name="map_hash_bucket_size">
-<syntax>map_hash_bucket_size <value>число</value></syntax>
-<default>map_hash_bucket_size 32/64/128</default>
+<syntax><value>число</value></syntax>
+<default>32/64/128</default>
 <context>http</context>
 
 <para>