changeset 2155:fd06f014e6db

Marked nginx.pid as path in configure description.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Apr 2018 21:41:05 +0300
parents ebc9fb8139e4
children 224ca9f697a5
files xml/en/docs/configure.xml xml/ru/docs/configure.xml
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/configure.xml	Mon Apr 23 21:41:03 2018 +0300
+++ b/xml/en/docs/configure.xml	Mon Apr 23 21:41:05 2018 +0300
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="12">
+         rev="13">
 
 <section>
 
@@ -57,8 +57,8 @@
 <literal>--pid-path=<value>path</value></literal>
 </tag-name>
 <tag-desc>
-sets the name of an nginx.pid file that will store the process ID
-of the main process.
+sets the name of an <path>nginx.pid</path> file
+that will store the process ID of the main process.
 After installation, the file name can always be changed in the
 <path>nginx.conf</path> configuration file using the
 <link doc="ngx_core_module.xml" id="pid"/> directive.
--- a/xml/ru/docs/configure.xml	Mon Apr 23 21:41:03 2018 +0300
+++ b/xml/ru/docs/configure.xml	Mon Apr 23 21:41:05 2018 +0300
@@ -8,7 +8,7 @@
 <article name="Сборка nginx из исходных файлов"
          link="/ru/docs/configure.html"
          lang="ru"
-         rev="12">
+         rev="13">
 
 <section>
 
@@ -57,7 +57,8 @@
 <literal>--pid-path=<value>путь</value></literal>
 </tag-name>
 <tag-desc>
-задаёт имя файла nginx.pid, в котором будет храниться номер главного процесса.
+задаёт имя файла <path>nginx.pid</path>,
+в котором будет храниться номер главного процесса.
 После установки имя файла можно всегда поменять в конфигурационном
 файле <path>nginx.conf</path> с помощью директивы
 <link doc="ngx_core_module.xml" id="pid"/>.