# HG changeset patch # User Ruslan Ermilov # Date 1323781681 0 # Node ID 9ba4f5333a5641e7206d965f3743f19bde9c5efb # Parent 6d8356490215ae9be7133be929f09e337be7774a Fixed off-by-one error introduced during an initial translation into English. diff -r 6d8356490215 -r 9ba4f5333a56 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Dec 13 13:06:25 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Dec 13 13:08:01 2011 +0000 @@ -433,7 +433,8 @@ the O_DIRECT flag (FreeBSD, Linux), the F_NOCACHE flag (Mac OS X), or the directio function (Solaris), -when reading files that are larger than the specified size. +when reading files that are larger than or equal to +the specified size. It automatically disables (0.7.15) the use of for a given request.