comparison xml/en/docs/http/ngx_http_split_clients_module.xml @ 367:f4033b9bc4ec

- Removed unnecessary instances of unbreakable space. - Made sure that unbreakable space always precedes "em dash".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Jan 2012 15:51:39 +0000
parents bb51d3e17dd0
children 74736c333906
comparison
equal deleted inserted replaced
366:2e549bb93401 367:f4033b9bc4ec
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 21474836 (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 21474837 to 107374182 (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 107374183 to 4294967297 correspond to
64 the value <literal>""</literal>. 64 the value <literal>""</literal>.
65 </para> 65 </para>
66 66
67 </directive> 67 </directive>
68 68