From: Vincent Bray
Date: Tue, 20 May 2008 20:57:27 +0000 (+0000)
Subject: Backport r658305 from trunk (Remove bogus instruction)
X-Git-Tag: 2.0.64~166
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abdc9a87e1732d3641d73223c176461cbe3b250a;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.0.x@658428 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index 0265ad2063b..431e8cc1660 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -473,15 +473,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