comparison xml/en/docs/http/ngx_http_split_clients_module.xml @ 466:74736c333906

Corrected boundaries of the example ranges.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 28 Mar 2012 06:53:07 +0000
parents f4033b9bc4ec
children be54c443235a
comparison
equal deleted inserted replaced
465:c0bd33801c8c 466:74736c333906
53 2.0% .two; 53 2.0% .two;
54 * ""; 54 * "";
55 } 55 }
56 </example> 56 </example>
57 The value of the original string is hashed using MurmurHash2. 57 The value of the original string is hashed using MurmurHash2.
58 In the example given, hash values from 0 to 21474836 (0.5%) 58 In the example given, hash values from 0 to 21474835 (0.5%)
59 correspond to the <var>$variant</var> variable taking the 59 correspond to the <var>$variant</var> variable taking the
60 value <literal>".one"</literal>, 60 value <literal>".one"</literal>,
61 hash values from 21474837 to 107374182 (2%) correspond to 61 hash values from 21474836 to 107374180 (2%) correspond to
62 the value <literal>".two"</literal>, 62 the value <literal>".two"</literal>,
63 and hash values from 107374183 to 4294967297 correspond to 63 and hash values from 107374181 to 4294967295 correspond to
64 the value <literal>""</literal>. 64 the value <literal>""</literal>.
65 </para> 65 </para>
66 66
67 </directive> 67 </directive>
68 68