From: Vincent Bray
Date: Tue, 20 May 2008 16:49:53 +0000 (+0000)
Subject: Backport r658305 from trunk (Remove bogus instruction)
X-Git-Tag: 2.2.9~144
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9bbed57305d139daf0b006e6b5fc8ee1da332c2;p=thirdparty%2Fapache%2Fhttpd.git
Backport r658305 from trunk (Remove bogus instruction)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@658335 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index d33e84927b1..10ce3e57e07 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -501,15 +501,8 @@ will handle during its life
Setting MaxRequestsPerChild to a
- non-zero limit has two beneficial effects:
-
-
- - it limits the amount of memory that process can consume
- by (accidental) memory leakage;
-
- - by giving processes a finite lifetime, it helps reduce
- the number of processes when the server load reduces.
-
+ non-zero value limits the amount of memory that process can consume
+ by (accidental) memory leakage.
Note
For KeepAlive requests, only