diff xml/ru/docs/http/ngx_http_js_module.xml @ 2026:af51ec6b5489

Fixed typos in njs configure string examples. Reported by PGNet Dev.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 14 Aug 2017 13:43:08 +0300
parents 0227aa9b87de
children 59a3cc84f507
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_js_module.xml	Thu Aug 10 09:47:19 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_js_module.xml	Mon Aug 14 13:43:08 2017 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_js_module"
         link="/ru/docs/http/ngx_http_js_module.html"
         lang="ru"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -23,7 +23,7 @@
 <para>
 По умолчанию этот модуль не собирается, его необходимо собрать с
 модулем nginScript с помощью конфигурационного параметра
-<literal>--add_module</literal>:
+<literal>--add-module</literal>:
 <example>
 ./configure --add-module=<value>path-to-njs</value>/nginx
 </example>
@@ -36,7 +36,7 @@
 Модуль также можно собрать как
 <link doc="../ngx_core_module.xml" id="load_module">динамический</link>:
 <example>
-./configure --add-dynamic_module=<value>path-to-njs</value>/nginx
+./configure --add-dynamic-module=<value>path-to-njs</value>/nginx
 </example>
 </para>