From 85772ec86028298dd915dbd112b191b083fc8260 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 20 Apr 2012 11:33:28 +0000 Subject: [PATCH] Merge r1324697 from trunk: Be consistent with *s' usage. Thank you, the oatmeal. Submitted by: igalic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1328329 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lbmethod_byrequests.xml | 2 +- docs/manual/mod/mpmt_os2.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_lbmethod_byrequests.xml b/docs/manual/mod/mod_lbmethod_byrequests.xml index a9a718153b..41be7d0e7a 100644 --- a/docs/manual/mod/mod_lbmethod_byrequests.xml +++ b/docs/manual/mod/mod_lbmethod_byrequests.xml @@ -46,7 +46,7 @@ provides the byrequests load balancing method..

of the number of requests. It works as follows:

lbfactor is how much we expect this worker - to work, or the workers's work quota. This is + to work, or the workers' work quota. This is a normalized value representing their "share" of the amount of work to be done.

diff --git a/docs/manual/mod/mpmt_os2.xml b/docs/manual/mod/mpmt_os2.xml index 63a41290ef..e4f70e8890 100644 --- a/docs/manual/mod/mpmt_os2.xml +++ b/docs/manual/mod/mpmt_os2.xml @@ -32,7 +32,7 @@

The Server consists of a main, parent process and a small, static number of child processes.

-

The parent process's job is to manage the child processes. This +

The parent process' job is to manage the child processes. This involves spawning children as required to ensure there are always StartServers processes accepting connections.

-- 2.40.0