]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 20:18:09 +0000 (20:18 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 20:18:09 +0000 (20:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727636 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_so.html.en
docs/manual/mod/mod_so.xml.fr
docs/manual/mod/mod_so.xml.ja
docs/manual/mod/mod_so.xml.ko
docs/manual/mod/mod_so.xml.tr

index bdc9fb47d5413c3cb04ed90e51d605fe9ad8a486..85cbc71a267cf1c54bb07aac106f7d457b7ebc55 100644 (file)
@@ -100,7 +100,7 @@ Windows</td></tr></table>
 
     <p>The second way is to compile the module as a DLL, a shared
     library that can be loaded into the server at runtime, using
-    the <code><code class="directive">LoadModule</code></code>
+    the <code class="directive">LoadModule</code>
     directive. These module DLLs can be distributed and run on any
     Apache httpd for Windows installation, without recompilation of the
     server.</p>
@@ -153,7 +153,7 @@ Windows</td></tr></table>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_so</td></tr>
 </table>
 
-    <p>The LoadFile directive links in the named object files or
+    <p>The <code class="directive">LoadFile</code> directive links in the named object files or
     libraries when the server is started or restarted; this is used
     to load additional code which may be required for some module
     to work. <em>Filename</em> is either an absolute path or
@@ -176,12 +176,14 @@ of active modules</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_so</td></tr>
 </table>
-    <p>The LoadModule directive links in the object file or library
+    <p>The <code class="directive">LoadModule</code> directive links in the object file or library
     <em>filename</em> and adds the module structure named
     <em>module</em> to the list of active modules. <em>Module</em>
     is the name of the external variable of type
     <code>module</code> in the file, and is listed as the <a href="module-dict.html#ModuleIdentifier">Module Identifier</a>
-    in the module documentation. Example:</p>
+    in the module documentation.</p>
+
+    <p>For example:</p>
 
     <pre class="prettyprint lang-config">LoadModule status_module "modules/mod_status.so"</pre>
 
index 6b77f6707d9149c7191490e6d6ad47acd17f935f..23ac6986eeb5d48acd065c2522159d6dc21fa049 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1433863:1727627 (outdated) -->
+<!-- English Revision: 1433863:1727635 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index faa98de8e5dd50475d2958932a38f80b173bb462..d0d0bc4a1a925c58d88348997003dc34213db15c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 1433863:1727627 (outdated) -->
+<!-- English Revision: 1433863:1727635 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 003e8faf5085df193ba268aee4b24d126de2e24b..ee7685b948626393d326e28dbc02fd5c1799136f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 420990:1727627 (outdated) -->
+<!-- English Revision: 420990:1727635 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index cb9bfabfcc7a7e6cccaef70980042b6a659227bd..9ff1f058d14b19e76bff22e829360668463d8f0d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1433863:1727627 (outdated) -->
+<!-- English Revision: 1433863:1727635 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
    Reviewed by: Orhan Berent <berent belgeler.gen.tr>