From: Takashi Sato
Date: Mon, 24 Nov 2008 12:55:20 +0000 (+0000)
Subject: quote MaxRequestsPerChild
X-Git-Tag: 2.3.0~85
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6991d8b38d32fd3cc6399105558a286a59e91ef0;p=apache
quote MaxRequestsPerChild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720186 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index b6399cd889..68c886e327 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1546,7 +1546,8 @@ the server configuration files
length over persistent connections.
When a client uses a Keep-Alive connection it will be counted
- as a single "request" for the MaxRequestsPerChild directive, regardless
+ as a single "request" for the MaxRequestsPerChild directive, regardless
of how many requests are sent using the connection.