You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/20 13:33:28 UTC

svn commit: r1328329 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_lbmethod_byrequests.xml mpmt_os2.xml

Author: humbedooh
Date: Fri Apr 20 11:33:28 2012
New Revision: 1328329

URL: http://svn.apache.org/viewvc?rev=1328329&view=rev
Log:
Merge r1324697 from trunk:

Be consistent with *s' usage. Thank you, the oatmeal.
Submitted by: igalic

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lbmethod_byrequests.xml
    httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lbmethod_byrequests.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lbmethod_byrequests.xml?rev=1328329&r1=1328328&r2=1328329&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lbmethod_byrequests.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_lbmethod_byrequests.xml Fri Apr 20 11:33:28 2012
@@ -46,7 +46,7 @@ provides the <code>byrequests</code> loa
     of the number of requests. It works as follows:</p>
 
     <p><dfn>lbfactor</dfn> is <em>how much we expect this worker
-    to work</em>, or <em>the workers's work quota</em>. This is
+    to work</em>, or <em>the workers' work quota</em>. This is
     a normalized value representing their "share" of the amount of
     work to be done.</p>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml?rev=1328329&r1=1328328&r2=1328329&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpmt_os2.xml Fri Apr 20 11:33:28 2012
@@ -32,7 +32,7 @@
     <p>The Server consists of a main, parent process and a small, static
     number of child processes.</p>
 
-    <p>The parent process's job is to manage the child processes. This
+    <p>The parent process' job is to manage the child processes. This
     involves spawning children as required to ensure there are always
     <directive module="mpm_common">StartServers</directive> processes
     accepting connections.</p>