changeset 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 41cf2c2d8c5c
children ec4af97e4403
files xml/en/docs/events.xml xml/en/docs/http/ngx_http_core_module.xml xml/en/docs/mail/ngx_mail_core_module.xml xml/en/docs/nginx_dtrace_pid_provider.xml xml/en/docs/stream/ngx_stream_core_module.xml xml/en/index.xml xml/ru/docs/events.xml xml/ru/docs/http/ngx_http_core_module.xml xml/ru/docs/mail/ngx_mail_core_module.xml xml/ru/docs/stream/ngx_stream_core_module.xml xml/ru/index.xml
diffstat 11 files changed, 32 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/events.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/en/docs/events.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -8,7 +8,7 @@
 <article name="Connection processing methods"
          link="/en/docs/events.html"
          lang="en"
-         rev="4">
+         rev="5">
 
 <section>
 
@@ -51,7 +51,7 @@
 <listitem id="kqueue">
 <para>
 <literal>kqueue</literal>&mdash;efficient method used on
-FreeBSD 4.1+, OpenBSD 2.9+, NetBSD 2.0, and Mac OS X.
+FreeBSD 4.1+, OpenBSD 2.9+, NetBSD 2.0, and macOS.
 </para>
 </listitem>
 
--- a/xml/en/docs/http/ngx_http_core_module.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="67">
+        rev="68">
 
 <section id="directives" name="Directives">
 
@@ -493,7 +493,7 @@
 <para>
 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),
+the <c-def>F_NOCACHE</c-def> flag (macOS),
 or the <c-func>directio</c-func> function (Solaris),
 when reading files that are larger than or equal to
 the specified <value>size</value>.
@@ -886,7 +886,7 @@
 The value <literal>msie6</literal> disables keep-alive connections
 with old versions of MSIE, once a POST request is received.
 The value <literal>safari</literal> disables keep-alive connections
-with Safari and Safari-like browsers on Mac OS X and Mac OS X-like
+with Safari and Safari-like browsers on macOS and macOS-like
 operating systems.
 The value <literal>none</literal> enables keep-alive connections
 with all browsers.
@@ -1349,7 +1349,7 @@
 <c-func>listen</c-func> call that limits
 the maximum length for the queue of pending connections.
 By default,
-<literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X,
+<literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and macOS,
 and to 511 on other platforms.
 </tag-desc>
 
@@ -1536,7 +1536,7 @@
 </para>
 
 <para>
-For case-insensitive operating systems such as Mac OS X and Cygwin,
+For case-insensitive operating systems such as macOS and Cygwin,
 matching with prefix strings ignores a case (0.7.7).
 However, comparison is limited to one-byte locales.
 </para>
--- a/xml/en/docs/mail/ngx_mail_core_module.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/en/docs/mail/ngx_mail_core_module.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_mail_core_module"
         link="/en/docs/mail/ngx_mail_core_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -132,7 +132,7 @@
 <c-func>listen</c-func> call that limits
 the maximum length for the queue of pending connections (1.9.2).
 By default,
-<literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X,
+<literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and macOS,
 and to 511 on other platforms.
 </tag-desc>
 
--- a/xml/en/docs/nginx_dtrace_pid_provider.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/en/docs/nginx_dtrace_pid_provider.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -9,7 +9,7 @@
 <article name="Debugging nginx with DTrace pid provider"
 	link="/en/docs/nginx_dtrace_pid_provider.html"
 	lang="en"
-	rev="2"
+	rev="3"
 	toc="no">
 
 <section>
@@ -24,7 +24,7 @@
 option already provides a lot of information about request processing,
 it is sometimes desirable to trace particular parts of code path more
 thoroughly and at the same time omit the rest of debugging output.
-DTrace pid provider (available on Solaris, Mac OS X) is a useful tool to
+DTrace pid provider (available on Solaris, macOS) is a useful tool to
 explore userland program’s internals, since it doesn’t require any code
 changes and it can help with the task.
 A simple DTrace script to trace and print nginx function calls
--- a/xml/en/docs/stream/ngx_stream_core_module.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/en/docs/stream/ngx_stream_core_module.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_core_module"
         link="/en/docs/stream/ngx_stream_core_module.html"
         lang="en"
-        rev="21">
+        rev="22">
 
 <section id="summary">
 
@@ -145,7 +145,7 @@
 <c-func>listen</c-func> call that limits
 the maximum length for the queue of pending connections (1.9.2).
 By default,
-<literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and Mac OS X,
+<literal>backlog</literal> is set to -1 on FreeBSD, DragonFly BSD, and macOS,
 and to 511 on other platforms.
 </tag-desc>
 
--- a/xml/en/index.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/en/index.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -8,7 +8,7 @@
 <article name="nginx"
          link="/en/"
          lang="en"
-         rev="71">
+         rev="72">
 
 
 <section>
@@ -381,7 +381,7 @@
 </listitem>
 
 <listitem>
-sendfile (FreeBSD 3.1+, Linux 2.2+, Mac OS X 10.5+), sendfile64 (Linux 2.4.21+),
+sendfile (FreeBSD 3.1+, Linux 2.2+, macOS 10.5+), sendfile64 (Linux 2.4.21+),
 and sendfilev (Solaris 8 7/01+) support;
 </listitem>
 
@@ -392,7 +392,7 @@
 
 <listitem>
 <link doc="docs/http/ngx_http_core_module.xml" id="directio">DIRECTIO</link>
-(FreeBSD 4.4+, Linux 2.4+, Solaris 2.6+, Mac OS X);
+(FreeBSD 4.4+, Linux 2.4+, Solaris 2.6+, macOS);
 </listitem>
 
 <listitem>
@@ -441,7 +441,7 @@
 </listitem>
 
 <listitem>
-Mac OS X / ppc, i386;
+macOS / ppc, i386;
 </listitem>
 
 <listitem>
--- a/xml/ru/docs/events.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/ru/docs/events.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -8,7 +8,7 @@
 <article name="Методы обработки соединений"
          link="/ru/docs/events.html"
          lang="ru"
-         rev="4">
+         rev="5">
 
 <section>
 
@@ -51,7 +51,7 @@
 <listitem id="kqueue">
 <para>
 <literal>kqueue</literal>&mdash;эффективный метод, используемый
-во FreeBSD 4.1+, OpenBSD 2.9+, NetBSD 2.0 и Mac OS X.
+во FreeBSD 4.1+, OpenBSD 2.9+, NetBSD 2.0 и macOS.
 </para>
 </listitem>
 
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="67">
+        rev="68">
 
 <section id="directives" name="Директивы">
 
@@ -490,7 +490,7 @@
 <para>
 Разрешает использовать флаги
 <c-def>O_DIRECT</c-def> (FreeBSD, Linux),
-<c-def>F_NOCACHE</c-def> (Mac OS X)
+<c-def>F_NOCACHE</c-def> (macOS)
 или функцию <c-func>directio</c-func> (Solaris)
 при чтении файлов, размер которых больше либо равен указанному.
 Директива автоматически запрещает (0.7.15) использование
@@ -880,7 +880,7 @@
 Значение <literal>msie6</literal> запрещает keep-alive соединения
 со старыми версиями MSIE после получения запроса POST.
 Значение <literal>safari</literal> запрещает keep-alive соединения
-с Safari и подобными им браузерами на Mac OS X и подобных ей ОС.
+с Safari и подобными им браузерами на macOS и подобных ей ОС.
 Значение <literal>none</literal> разрешает keep-alive соединения
 со всеми браузерами.
 <note>
@@ -1341,7 +1341,7 @@
 <c-func>listen</c-func>, который ограничивает
 максимальный размер очереди ожидающих приёма соединений.
 По умолчанию <literal>backlog</literal> устанавливается равным -1 для
-FreeBSD, DragonFly BSD и Mac OS X, и 511 для других платформ.
+FreeBSD, DragonFly BSD и macOS, и 511 для других платформ.
 </tag-desc>
 
 <tag-name>
@@ -1533,7 +1533,7 @@
 
 <para>
 Для операционных систем, нечувствительных к регистру символов, таких
-как Mac OS X и Cygwin, сравнение с префиксными строками производится
+как macOS и Cygwin, сравнение с префиксными строками производится
 без учёта регистра (0.7.7).
 Однако сравнение ограничено только однобайтными locale’ями.
 </para>
--- a/xml/ru/docs/mail/ngx_mail_core_module.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/ru/docs/mail/ngx_mail_core_module.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_mail_core_module"
         link="/ru/docs/mail/ngx_mail_core_module.html"
         lang="ru"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -132,7 +132,7 @@
 <c-func>listen</c-func>, который ограничивает
 максимальный размер очереди ожидающих приёма соединений (1.9.2).
 По умолчанию <literal>backlog</literal> устанавливается равным -1 для
-FreeBSD, DragonFly BSD и Mac OS X, и 511 для других платформ.
+FreeBSD, DragonFly BSD и macOS, и 511 для других платформ.
 </tag-desc>
 
 <tag-name>
--- a/xml/ru/docs/stream/ngx_stream_core_module.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/ru/docs/stream/ngx_stream_core_module.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_core_module"
         link="/ru/docs/stream/ngx_stream_core_module.html"
         lang="ru"
-        rev="21">
+        rev="22">
 
 <section id="summary">
 
@@ -146,7 +146,7 @@
 <c-func>listen</c-func>, который ограничивает
 максимальный размер очереди ожидающих приёма соединений (1.9.2).
 По умолчанию <literal>backlog</literal> устанавливается равным -1 для
-FreeBSD, DragonFly BSD и Mac OS X,
+FreeBSD, DragonFly BSD и macOS,
 и 511 для других платформ.
 </tag-desc>
 
--- a/xml/ru/index.xml	Wed Feb 15 23:17:00 2017 +0300
+++ b/xml/ru/index.xml	Fri Feb 17 17:58:53 2017 +0300
@@ -8,7 +8,7 @@
 <article name="nginx"
          link="/ru/"
          lang="ru"
-         rev="71">
+         rev="72">
 
 
 <section>
@@ -382,7 +382,7 @@
 </listitem>
 
 <listitem>
-Поддержка sendfile (FreeBSD 3.1+, Linux 2.2+, Mac OS X 10.5+),
+Поддержка sendfile (FreeBSD 3.1+, Linux 2.2+, macOS 10.5+),
 sendfile64 (Linux 2.4.21+) и sendfilev <nobr>(Solaris 8 7/01+);</nobr>
 </listitem>
 
@@ -395,7 +395,7 @@
 <listitem>
 Поддержка
 <link doc="docs/http/ngx_http_core_module.xml" id="directio">DIRECTIO</link>
-(FreeBSD 4.4+, Linux 2.4+, Solaris 2.6+, Mac OS X);
+(FreeBSD 4.4+, Linux 2.4+, Solaris 2.6+, macOS);
 </listitem>
 
 <listitem>
@@ -445,7 +445,7 @@
 </listitem>
 
 <listitem>
-Mac OS X / ppc, i386;
+macOS / ppc, i386;
 </listitem>
 
 <listitem>