From: Christophe Jaillet
Date: Sun, 1 Jun 2014 17:35:15 +0000 (+0000)
Subject: Syntax highlight
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c43e04b26995543f6b02e1885a71bc38f9624ee;p=thirdparty%2Fapache%2Fhttpd.git
Syntax highlight
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599015 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mpm_winnt.html.en b/docs/manual/mod/mpm_winnt.html.en
index 30e24feacff..ec325470abd 100644
--- a/docs/manual/mod/mpm_winnt.html.en
+++ b/docs/manual/mod/mpm_winnt.html.en
@@ -58,10 +58,9 @@
AcceptFilter with accept filter
none.
-
- AcceptFilter http none
- AcceptFilter https none
-
+ AcceptFilter http none
+AcceptFilter https none
+
In Apache httpd 2.0 and 2.2,
Win32DisableAcceptEx was used for this purpose.
diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml
index 6ce53f49963..ae87a46db3a 100644
--- a/docs/manual/mod/mpm_winnt.xml
+++ b/docs/manual/mod/mpm_winnt.xml
@@ -53,10 +53,10 @@
AcceptFilter with accept filter
none.
-
- AcceptFilter http none
- AcceptFilter https none
-
+
+AcceptFilter http none
+AcceptFilter https none
+
In Apache httpd 2.0 and 2.2,
Win32DisableAcceptEx was used for this purpose.