comparison xml/en/docs/events.xml @ 1911:f024ac0ec5c7

Apple rebranded Mac OS X to macOS.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 17 Feb 2017 17:58:53 +0300
parents 68928f8d31d9
children 7e983e0199eb
comparison
equal deleted inserted replaced
1910:41cf2c2d8c5c 1911:f024ac0ec5c7
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Connection processing methods" 8 <article name="Connection processing methods"
9 link="/en/docs/events.html" 9 link="/en/docs/events.html"
10 lang="en" 10 lang="en"
11 rev="4"> 11 rev="5">
12 12
13 <section> 13 <section>
14 14
15 <para> 15 <para>
16 nginx supports a variety of connection processing methods. 16 nginx supports a variety of connection processing methods.
49 </listitem> 49 </listitem>
50 50
51 <listitem id="kqueue"> 51 <listitem id="kqueue">
52 <para> 52 <para>
53 <literal>kqueue</literal>&mdash;efficient method used on 53 <literal>kqueue</literal>&mdash;efficient method used on
54 FreeBSD 4.1+, OpenBSD 2.9+, NetBSD 2.0, and Mac OS X. 54 FreeBSD 4.1+, OpenBSD 2.9+, NetBSD 2.0, and macOS.
55 </para> 55 </para>
56 </listitem> 56 </listitem>
57 57
58 <listitem id="epoll"> 58 <listitem id="epoll">
59 <para> 59 <para>