comparison xml/en/docs/http/ngx_http_map_module.xml @ 659:77a3314c74a7

Avoid the uses of second person.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Aug 2012 09:23:40 +0000
parents af23cb587b00
children ec33576efaa5
comparison
equal deleted inserted replaced
658:bd81a71006fe 659:77a3314c74a7
86 resulting variable. 86 resulting variable.
87 </para> 87 </para>
88 88
89 <para> 89 <para>
90 If a source value matches one of the names of special parameters 90 If a source value matches one of the names of special parameters
91 (see below), it should be prefixed with the “<literal>\</literal>” symbol. 91 described below, it should be prefixed with the “<literal>\</literal>” symbol.
92 </para> 92 </para>
93 93
94 <para> 94 <para>
95 The resulting value can be a string 95 The resulting value can be a string
96 or another variable (0.9.0). 96 or another variable (0.9.0).
177 <context>http</context> 177 <context>http</context>
178 178
179 <para> 179 <para>
180 Sets the bucket size for the <link id="map"/> variables hash tables. 180 Sets the bucket size for the <link id="map"/> variables hash tables.
181 Default value depends on the size of the processor’s cache line. 181 Default value depends on the size of the processor’s cache line.
182 For more information, please refer to 182 Details of setting up hash tables are provided in a separate
183 <link doc="../hash.xml">Setting Up Hashes</link>. 183 <link doc="../hash.xml">document</link>.
184 </para> 184 </para>
185 185
186 </directive> 186 </directive>
187 187
188 188
192 <context>http</context> 192 <context>http</context>
193 193
194 <para> 194 <para>
195 Sets the maximum <value>size</value> of the <link id="map"/> variables 195 Sets the maximum <value>size</value> of the <link id="map"/> variables
196 hash tables. 196 hash tables.
197 For more information, please refer to 197 Details of setting up hash tables are provided in a separate
198 <link doc="../hash.xml">Setting Up Hashes</link>. 198 <link doc="../hash.xml">document</link>.
199 </para> 199 </para>
200 200
201 </directive> 201 </directive>
202 202
203 </section> 203 </section>