From: Christophe Jaillet Date: Fri, 29 Jan 2016 19:53:47 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.19~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=031495272665ed47af9fb65588bf44e59a6b36d3;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727628 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_so.html.en b/docs/manual/mod/mod_so.html.en index 8f91c81aa91..bdc9fb47d54 100644 --- a/docs/manual/mod/mod_so.html.en +++ b/docs/manual/mod/mod_so.html.en @@ -48,7 +48,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

@@ -161,7 +161,7 @@ Windows

For example:

-
LoadFile libexec/libxmlparse.so
+
LoadFile "libexec/libxmlparse.so"
@@ -183,7 +183,7 @@ of active modules module in the file, and is listed as the Module Identifier 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 diff --git a/docs/manual/mod/mod_so.xml.fr b/docs/manual/mod/mod_so.xml.fr index 94c42205272..6b77f6707d9 100644 --- a/docs/manual/mod/mod_so.xml.fr +++ b/docs/manual/mod/mod_so.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_so.xml.ja b/docs/manual/mod/mod_so.xml.ja index 89b6c2f0c70..faa98de8e5d 100644 --- a/docs/manual/mod/mod_so.xml.ja +++ b/docs/manual/mod/mod_so.xml.ja @@ -1,7 +1,7 @@ - + + +