changeset 844:621d5dfcb4f4

Controlling nginx: fixed fallout from my rewrite of text. Spotted by Piotr Dobrogost.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 19 Feb 2013 15:44:54 +0400
parents f939186d1651
children 8b6099769de5
files xml/en/docs/control.xml xml/ru/docs/control.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/control.xml	Tue Feb 19 06:29:17 2013 +0000
+++ b/xml/en/docs/control.xml	Tue Feb 19 15:44:54 2013 +0400
@@ -8,7 +8,7 @@
 <article name="Controlling nginx"
          link="/en/docs/control.html"
          lang="en"
-         rev="4">
+         rev="5">
 
 <section>
 
@@ -222,7 +222,7 @@
 The old master process will start new worker processes
 without re-reading the configuration.
 After that, all new processes can be shut down gracefully,
-by sending the QUIT signal to the old master process.
+by sending the QUIT signal to the new master process.
 </para>
 </listitem>
 
--- a/xml/ru/docs/control.xml	Tue Feb 19 06:29:17 2013 +0000
+++ b/xml/ru/docs/control.xml	Tue Feb 19 15:44:54 2013 +0400
@@ -8,7 +8,7 @@
 <article name="Управление nginx"
          link="/ru/docs/control.html"
          lang="ru"
-         rev="4">
+         rev="5">
 
 <section>
 
@@ -213,7 +213,7 @@
 Старый главный процесс, не перечитывая конфигурации,
 запустит новые рабочие процессы.
 После этого можно плавно завершить все новые процессы,
-послав старому главному процессу сигнал QUIT.
+послав новому главному процессу сигнал QUIT.
 </para>
 </listitem>