From: Christophe Jaillet Date: Fri, 29 Jan 2016 19:52:15 +0000 (+0000) Subject: Fix doc as spotted by Shane Roberts in online doc X-Git-Tag: 2.4.19~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4348da92a21760d2d26504db25f7c9d04aedba0;p=thirdparty%2Fapache%2Fhttpd.git Fix doc as spotted by Shane Roberts in online doc + synch with trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727627 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml index a79abb94f4d..ea8e42b7856 100644 --- a/docs/manual/mod/mod_so.xml +++ b/docs/manual/mod/mod_so.xml @@ -40,7 +40,7 @@ Windows

On Unix, the loaded code typically comes from shared object files (usually with .so extension), on Windows - this may either the .so or .dll + this may either be the .so or .dll extension.

Warning @@ -145,7 +145,9 @@ Windows

For example:

- LoadFile libexec/libxmlparse.so + +LoadFile "libexec/libxmlparse.so" + @@ -170,7 +172,7 @@ of active modules in the module documentation. Example:

- LoadModule status_module modules/mod_status.so +LoadModule status_module "modules/mod_status.so"

loads the named module from the modules subdirectory of the