]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Small whitespace fix
authorDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 07:21:45 +0000 (07:21 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 07:21:45 +0000 (07:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331267 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modguide.html.en
docs/manual/developer/modguide.xml

index 24c93cf69810a56ad77ffa92bbfd23d2ddb105f8..c3217bbeee883fd9692270f04682494c1ab0993b 100644 (file)
@@ -126,7 +126,7 @@ For now, we're only concerned with the first purpose of the module name,
 which comes into play when we need to load the module:
 </p>
 <pre class="prettyprint lang-config">
-<a href="../mod/mod_so.html#LoadModule">LoadModule</a> example_module modules/mod_example.so
+LoadModule example_module modules/mod_example.so
 </pre>
 
 <p>
index 3376e645d2a3fa56e26e4e2f5440f8ccd051319d..6d9c86e7a2c2bc4f26a89afeee3cffca843a05eb 100644 (file)
@@ -121,7 +121,7 @@ For now, we're only concerned with the first purpose of the module name,
 which comes into play when we need to load the module:
 </p>
 <highlight language="config">
-<a href="../mod/mod_so.html#LoadModule">LoadModule</a> example_module modules/mod_example.so
+LoadModule example_module modules/mod_example.so
 </highlight>
 <p>
 In essence, this tells the server to open up <code>mod_example.so</code> and look for a module