comparison xml/en/docs/control.xml @ 625:af3f38e349eb

Removed terminal whitespace and fixed apostrophes used.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 11 Aug 2012 04:55:25 +0000
parents 764fbac1b8b4
children 6678b1f27514
comparison
equal deleted inserted replaced
624:4b5163be537f 625:af3f38e349eb
76 old clients. 76 old clients.
77 After all clients are serviced, old worker processes are shut down. 77 After all clients are serviced, old worker processes are shut down.
78 </para> 78 </para>
79 79
80 <para> 80 <para>
81 Let's illustrate this by example. 81 Let’s illustrate this by example.
82 Imagine that nginx is run on FreeBSD 4.x and the command 82 Imagine that nginx is run on FreeBSD 4.x and the command
83 <programlisting> 83 <programlisting>
84 ps ax -o pid,ppid,user,%cpu,vsz,wchan,command | egrep '(nginx|PID)' 84 ps ax -o pid,ppid,user,%cpu,vsz,wchan,command | egrep '(nginx|PID)'
85 </programlisting> 85 </programlisting>
86 produces the following output: 86 produces the following output: