From: Vincent Bray
Date: Tue, 20 May 2008 16:10:28 +0000 (+0000)
Subject: Remove bogus instruction
X-Git-Tag: 2.3.0~605
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ca864c34cc803a59f71b96f9393ea1bfba7350;p=thirdparty%2Fapache%2Fhttpd.git
Remove bogus instruction
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@658305 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index 37c4e9c80e6..813f7f91f68 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -526,15 +526,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