From c4348da92a21760d2d26504db25f7c9d04aedba0 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 29 Jan 2016 19:52:15 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_so.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_so.xml b/docs/manual/mod/mod_so.xml index a79abb94f4..ea8e42b785 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 -- 2.40.0