comparison xml/en/docs/http/ngx_http_core_module.xml @ 1859:5cd4964fbc5f

Updated AIO description for FreeBSD 11.0 and upwards.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 13 Dec 2016 17:50:12 +0300
parents 64e2b8c5200d
children 3685d90e133e
comparison
equal deleted inserted replaced
1858:36cbfff92c6d 1859:5cd4964fbc5f
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="63"> 13 rev="64">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
36 </example> 36 </example>
37 </para> 37 </para>
38 38
39 <para> 39 <para>
40 On FreeBSD, AIO can be used starting from FreeBSD&nbsp;4.3. 40 On FreeBSD, AIO can be used starting from FreeBSD&nbsp;4.3.
41 Prior to FreeBSD&nbsp;11.0,
41 AIO can either be linked statically into a kernel: 42 AIO can either be linked statically into a kernel:
42 <example> 43 <example>
43 options VFS_AIO 44 options VFS_AIO
44 </example> 45 </example>
45 or loaded dynamically as a kernel loadable module: 46 or loaded dynamically as a kernel loadable module: