]> granicus.if.org Git - apache/commitdiff
Syntax highlight
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Jun 2014 17:35:15 +0000 (17:35 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Jun 2014 17:35:15 +0000 (17:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599015 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_winnt.html.en
docs/manual/mod/mpm_winnt.xml

index 30e24feacffb786eb49500c6f6ecf68576c10e74..ec325470abd1d57cc35ca76645430644a5464dfd 100644 (file)
     <code class="directive"><a href="../mod/core.html#acceptfilter">AcceptFilter</a></code> with accept filter 
     <code>none</code>.</p>
 
-    <div class="example"><p><code>
-        AcceptFilter http none
-        AcceptFilter https none
-    </code></p></div>
+    <pre class="prettyprint lang-config">AcceptFilter http none
+AcceptFilter https none</pre>
+
     
     <p><em>In Apache httpd 2.0 and 2.2,
     <code class="directive">Win32DisableAcceptEx</code> was used for this purpose.</em></p>
index 6ce53f49963d27be8d8c13840827138cdf94bfc7..ae87a46db3a6a8b0dbbbb6f6bdcbddf32ed4588b 100644 (file)
     <directive module="core">AcceptFilter</directive> with accept filter 
     <code>none</code>.</p>
 
-    <example>
-        AcceptFilter http none
-        AcceptFilter https none
-    </example>
+    <highlight language="config">
+AcceptFilter http none
+AcceptFilter https none
+    </highlight>
     
     <p><em>In Apache httpd 2.0 and 2.2,
     <directive>Win32DisableAcceptEx</directive> was used for this purpose.</em></p>