changeset 236:9ba4f5333a56

Fixed off-by-one error introduced during an initial translation into English.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Dec 2011 13:08:01 +0000
parents 6d8356490215
children 48a5c2083270
files xml/en/docs/http/ngx_http_core_module.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -433,7 +433,8 @@ Enables the use of
 the <c-def>O_DIRECT</c-def> flag (FreeBSD, Linux),
 the <c-def>F_NOCACHE</c-def> flag (Mac OS X),
 or the <c-func>directio</c-func> function (Solaris),
-when reading files that are larger than the specified <argument>size</argument>.
+when reading files that are larger than or equal to
+the specified <argument>size</argument>.
 It automatically disables (0.7.15) the use of
 <link id="sendfile"/>
 for a given request.