comparison xml/en/docs/http/ngx_http_core_module.xml @ 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
comparison
equal deleted inserted replaced
235:6d8356490215 236:9ba4f5333a56
431 <para> 431 <para>
432 Enables the use of 432 Enables the use of
433 the <c-def>O_DIRECT</c-def> flag (FreeBSD, Linux), 433 the <c-def>O_DIRECT</c-def> flag (FreeBSD, Linux),
434 the <c-def>F_NOCACHE</c-def> flag (Mac OS X), 434 the <c-def>F_NOCACHE</c-def> flag (Mac OS X),
435 or the <c-func>directio</c-func> function (Solaris), 435 or the <c-func>directio</c-func> function (Solaris),
436 when reading files that are larger than the specified <argument>size</argument>. 436 when reading files that are larger than or equal to
437 the specified <argument>size</argument>.
437 It automatically disables (0.7.15) the use of 438 It automatically disables (0.7.15) the use of
438 <link id="sendfile"/> 439 <link id="sendfile"/>
439 for a given request. 440 for a given request.
440 It could be useful for serving large files: 441 It could be useful for serving large files:
441 <example> 442 <example>