diff options
Diffstat (limited to 'docs/manual/dso.html.en')
-rw-r--r-- | docs/manual/dso.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/dso.html.en b/docs/manual/dso.html.en index 2a1d27785a..b3073c93ca 100644 --- a/docs/manual/dso.html.en +++ b/docs/manual/dso.html.en @@ -51,7 +51,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="implementation" id="implementation">Implementation</a><a title="Permanent link" href="#implementation" class="permalink">¶</a></h2> +<h2><a name="implementation" id="implementation">Implementation</a> <a title="Permanent link" href="#implementation" class="permalink">¶</a></h2> <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_so.html">mod_so</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code></li></ul></td></tr></table> @@ -85,7 +85,7 @@ support.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="usage" id="usage">Usage Summary</a><a title="Permanent link" href="#usage" class="permalink">¶</a></h2> +<h2><a name="usage" id="usage">Usage Summary</a> <a title="Permanent link" href="#usage" class="permalink">¶</a></h2> <p>To give you an overview of the DSO features of Apache HTTP Server 2.x, here is a short and concise summary:</p> @@ -149,7 +149,7 @@ $ apxs -cia mod_foo.c <p>See the <a href="programs/apxs.html">apxs documentation</a> for more details.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="background" id="background">Background</a><a title="Permanent link" href="#background" class="permalink">¶</a></h2> +<h2><a name="background" id="background">Background</a> <a title="Permanent link" href="#background" class="permalink">¶</a></h2> <p>On modern Unix derivatives there exists a mechanism called dynamic linking/loading of <em>Dynamic Shared @@ -240,7 +240,7 @@ $ apxs -cia mod_foo.c </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="advantages" id="advantages">Advantages and Disadvantages</a><a title="Permanent link" href="#advantages" class="permalink">¶</a></h2> +<h2><a name="advantages" id="advantages">Advantages and Disadvantages</a> <a title="Permanent link" href="#advantages" class="permalink">¶</a></h2> <p>The above DSO based features have the following advantages:</p> |