From: Daniel Gruno Date: Fri, 27 Apr 2012 07:21:45 +0000 (+0000) Subject: Small whitespace fix X-Git-Tag: 2.5.0-alpha~6979 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ba122ad91d3d870dc9443683be3f6aeb817795;p=thirdparty%2Fapache%2Fhttpd.git Small whitespace fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331267 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 24c93cf6981..c3217bbeee8 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -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:

-LoadModule example_module modules/mod_example.so
+LoadModule example_module modules/mod_example.so
 

diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index 3376e645d2a..6d9c86e7a2c 100644 --- a/docs/manual/developer/modguide.xml +++ b/docs/manual/developer/modguide.xml @@ -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:

-LoadModule example_module modules/mod_example.so +LoadModule example_module modules/mod_example.so

In essence, this tells the server to open up mod_example.so and look for a module