]> granicus.if.org Git - apache/commitdiff
update title and references
authorDaniel Gruno <humbedooh@apache.org>
Fri, 13 Apr 2012 16:09:49 +0000 (16:09 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 13 Apr 2012 16:09:49 +0000 (16:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325825 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/thread_safety.xml

index c3c0ca6255f4a82e0583486ed07e05dcd81ea5e2..4c92753f9e9e3926f27dc2252a50837ee5862d60 100644 (file)
 <manualpage metafile="thread_safety.xml.meta">
 <parentdocument href="./">Developer Documentation</parentdocument>
 
-<title>Apache 2.0 Thread Safety Issues</title>
+<title>Apache HTTP Server 2.x Thread Safety Issues</title>
 
 <summary>
-    <p>When using any of the threaded mpms in Apache 2.0 it is important
+    <p>When using any of the threaded mpms in the Apache HTTP Server 2.x it is important
     that every function called from Apache be thread safe.  When linking in 3rd
     party extensions it can be difficult to determine whether the resulting
     server will be thread safe.  Casual testing generally won't tell you this