# HG changeset patch # User Ruslan Ermilov # Date 1361274294 -14400 # Node ID 621d5dfcb4f430bb768b4cdd951aed303f438b29 # Parent f939186d1651a3fa5d5b7c273be1b2cd4a49f67c Controlling nginx: fixed fallout from my rewrite of text. Spotted by Piotr Dobrogost. diff -r f939186d1651 -r 621d5dfcb4f4 xml/en/docs/control.xml --- 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 @@
+ rev="5">
@@ -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. diff -r f939186d1651 -r 621d5dfcb4f4 xml/ru/docs/control.xml --- 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 @@
+ rev="5">
@@ -213,7 +213,7 @@ Старый главный процесс, не перечитывая конфигурации, запустит новые рабочие процессы. После этого можно плавно завершить все новые процессы, -послав старому главному процессу сигнал QUIT. +послав новому главному процессу сигнал QUIT.