]> granicus.if.org Git - apache/commitdiff
Fix doc as spotted by Shane Roberts in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 19:52:15 +0000 (19:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 19:52:15 +0000 (19:52 +0000)
+ 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

index a79abb94f4db77985270819c485b56d35bb7a2b1..ea8e42b7856759514201c7e6bbc5aafcc8e66659 100644 (file)
@@ -40,7 +40,7 @@ Windows</compatibility>
 
     <p>On Unix, the loaded code typically comes from shared object
     files (usually with <code>.so</code> extension), on Windows
-    this may either the <code>.so</code> or <code>.dll</code>
+    this may either be the <code>.so</code> or <code>.dll</code>
     extension.</p>
 
     <note type="warning"><title>Warning</title>
@@ -145,7 +145,9 @@ Windows</compatibility>
 
     <p>For example:</p>
 
-    <highlight language="config">LoadFile libexec/libxmlparse.so</highlight>
+    <highlight language="config">
+LoadFile "libexec/libxmlparse.so"
+    </highlight>
 
 </usage>
 </directivesynopsis>
@@ -170,7 +172,7 @@ of active modules</description>
     in the module documentation. Example:</p>
 
     <highlight language="config">
-      LoadModule status_module modules/mod_status.so
+LoadModule status_module "modules/mod_status.so"
     </highlight>
 
     <p>loads the named module from the modules subdirectory of the