comparison xml/en/docs/http/ngx_http_split_clients_module.xml @ 775:813b8349cdbe

Expanded the literal empty strings into words.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Nov 2012 13:45:26 +0000
parents 764fbac1b8b4
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
774:8ff309263cb9 775:813b8349cdbe
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_split_clients_module" 10 <module name="Module ngx_http_split_clients_module"
11 link="/en/docs/http/ngx_http_split_clients_module.html" 11 link="/en/docs/http/ngx_http_split_clients_module.html"
12 lang="en" 12 lang="en"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_split_clients_module</literal> module creates 18 The <literal>ngx_http_split_clients_module</literal> module creates
65 correspond to the <var>$variant</var> variable taking the 65 correspond to the <var>$variant</var> variable taking the
66 value <literal>".one"</literal>, 66 value <literal>".one"</literal>,
67 hash values from 21474836 to 107374180 (2%) correspond to 67 hash values from 21474836 to 107374180 (2%) correspond to
68 the value <literal>".two"</literal>, 68 the value <literal>".two"</literal>,
69 and hash values from 107374181 to 4294967295 correspond to 69 and hash values from 107374181 to 4294967295 correspond to
70 the value <literal>""</literal>. 70 the value <literal>""</literal> (an empty string).
71 </para> 71 </para>
72 72
73 </directive> 73 </directive>
74 74
75 </section> 75 </section>