diff --git a/expat/doc/reference.html b/expat/doc/reference.html index 5b7f7c22..49b9cf8f 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -2184,9 +2184,9 @@ Helps in preventing DoS attacks based on predicting hash function behavior. In order to have an effect this must be called before parsing has started. Returns 1 if successful, 0 when called after XML_Parse or XML_ParseBuffer. -

Note:This call is optional, as the parser will auto-generate +

Note: This call is optional, as the parser will auto-generate a new random salt value if no value has been set at the start of parsing.

-

Note:One should not call XML_SetHashSalt with a +

Note: One should not call XML_SetHashSalt with a hash salt value of 0, as this value is used as sentinel value to indicate that XML_SetHashSalt has not been called. Consequently such a call will have no effect, even if it returns 1.