]> granicus.if.org Git - apache/commitdiff
Missing <var> tags.
authorTony Stevenson <pctony@apache.org>
Tue, 8 Jul 2008 20:11:04 +0000 (20:11 +0000)
committerTony Stevenson <pctony@apache.org>
Tue, 8 Jul 2008 20:11:04 +0000 (20:11 +0000)
Fix submitted by Igor Galić

Cheers

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674934 13f79535-47bb-0310-9956-ffa450edef68

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

index 8a1c5797f502ab16a3724fe68bf1123536f4da66..faf72f545b57a9905f11ee8c49f7d3cac2b9678e 100644 (file)
@@ -598,7 +598,7 @@ spikes</td></tr>
     75</code> and deal with idle threads on a server-wide basis. If
     there aren't enough idle threads in the server then child
     processes are created until the number of idle threads is greater
-    than number.</p>
+    than <var>number</var>.</p>
 
     <p><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code> uses a default of
     <code>MinSpareThreads 10</code> and, since it is a single-process
index 813f7f91f684b843e6579f5a6a3ed424a6dc793c..37315f47bf5a2f5d0d885127e0355127a1c8a460 100644 (file)
@@ -628,7 +628,7 @@ spikes</description>
     75</code> and deal with idle threads on a server-wide basis. If
     there aren't enough idle threads in the server then child
     processes are created until the number of idle threads is greater
-    than number.</p>
+    than <var>number</var>.</p>
 
     <p><module>mpm_netware</module> uses a default of
     <code>MinSpareThreads 10</code> and, since it is a single-process