s/TTOUT/TTOU in faq. spotted by coulix_greg on irc

This commit is contained in:
benoitc 2010-02-23 15:40:26 +01:00
parent 756d74ed0d
commit c43a2fbfd0
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ $ kill -TTIN $masterpid
</pre>
<p>To decrease the worker count by one:</p>
<pre class="last literal-block">
$ kill -TTOUT $masterpid
$ kill -TTOU $masterpid
</pre>
</dd>
<dt>How do I set SCRIPT_NAME?</dt>

View File

@ -17,7 +17,7 @@ How do I increase or decrease the number of running workers dynamically?
To decrease the worker count by one::
$ kill -TTOUT $masterpid
$ kill -TTOU $masterpid
How do I set SCRIPT_NAME?