]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Cosmetic fixes to core
authorDaniel Gruno <humbedooh@apache.org>
Sat, 28 Apr 2012 09:13:05 +0000 (09:13 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 28 Apr 2012 09:13:05 +0000 (09:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331722 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.fr
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_lua.xml.fr

index 869190884a7070b59ba1d205224fb062cb4848ff..dde1dfe4026407774f7c3491d076fc4435e44be0 100644 (file)
@@ -687,8 +687,8 @@ headers</td></tr>
     (shared memory, locks, etc.). If set as a relative path, the full path
     will be relative to <code class="directive">ServerRoot</code></p>
 
+    <p><strong>Example</strong></p>
    <pre class="prettyprint lang-config">
-#Example
 DefaultRuntimeDir scratch/
     </pre>
 
@@ -875,7 +875,7 @@ named file-system directory, sub-directories, and their contents.</td></tr>
 
     <pre class="prettyprint lang-config">
 &lt;Directory ~ "abc$"&gt;
-# ... directives here ...
+  # ... directives here ...
 &lt;/Directory&gt;
     </pre>
 
@@ -1023,10 +1023,10 @@ satisfied by a request at runtime</td></tr>
 
     <pre class="prettyprint lang-config">
 &lt;If "-z req('Host')"&gt;
-# ...
+  # ...
 &lt;/If&gt;
 &lt;Else&gt;
-# ...
+  # ...
 &lt;/Else&gt;
     </pre>
 
@@ -3775,11 +3775,11 @@ to name-virtual hosts</td></tr>
 
     <pre class="prettyprint lang-config">
 &lt;VirtualHost *:80&gt;
-ServerName server.example.com
-ServerAlias server server2.example.com server2
-ServerAlias *.example.com
-UseCanonicalName Off
-# ...
+  ServerName server.example.com
+  ServerAlias server server2.example.com server2
+  ServerAlias *.example.com
+  UseCanonicalName Off
+  # ...
 &lt;/VirtualHost&gt;
     </pre>
 
index 539749267b5c1ea7d979f2b3fb67082b4f955da0..0f28b1b99888a6e8a3ee611e5061b9f8e0cee8fa 100644 (file)
@@ -609,8 +609,8 @@ headers</description>
     (shared memory, locks, etc.). If set as a relative path, the full path
     will be relative to <directive>ServerRoot</directive></p>
 
+    <p><strong>Example</strong></p>
    <highlight language="config">
-#Example
 DefaultRuntimeDir scratch/
     </highlight>
 
@@ -791,7 +791,7 @@ named file-system directory, sub-directories, and their contents.</description>
 
     <highlight language="config">
 &lt;Directory ~ "abc$"&gt;
-# ... directives here ...
+  # ... directives here ...
 &lt;/Directory&gt;
     </highlight>
 
@@ -933,10 +933,10 @@ satisfied by a request at runtime</description>
 
     <highlight language="config">
 &lt;If "-z req('Host')"&gt;
-# ...
+  # ...
 &lt;/If&gt;
 &lt;Else&gt;
-# ...
+  # ...
 &lt;/Else&gt;
     </highlight>
 
@@ -3685,11 +3685,11 @@ to name-virtual hosts</description>
 
     <highlight language="config">
 &lt;VirtualHost *:80&gt;
-ServerName server.example.com
-ServerAlias server server2.example.com server2
-ServerAlias *.example.com
-UseCanonicalName Off
-# ...
+  ServerName server.example.com
+  ServerAlias server server2.example.com server2
+  ServerAlias *.example.com
+  UseCanonicalName Off
+  # ...
 &lt;/VirtualHost&gt;
     </highlight>
 
index ec33a248efbcd75d78e66e11c9ef265b90063381..42f49da81d6fc9ca7c338a6022dc639aa0b52167 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1330850 (outdated) -->
+<!-- English Revision: 344972:1331697 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 96ff6b78236cea04676a0ade7a4fecedd314f935..5b871f8c7a96f8ede0dc9ebbfdd2c241509de92d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1040494:1330850 (outdated) -->
+<!-- English Revision: 1040494:1331697 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index b93d781547d9230c7b3800473db66f8384373f2b..237ebb39d4cd0094b84cac233d93e155cb65a1de 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: 1302855:1330850 (outdated) -->
+<!-- English Revision: 1302855:1331697 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index e3f480f25c4e76879413348cba7ac832d94a68ea..47fd1abb6a904aa3f2425e24f97132f07f6751fb 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: 669847:1330850 (outdated) -->
+<!-- English Revision: 669847:1331697 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index fb51eda65a1f6f474fbb554d6771717c0a379c9d..8f294700e4842a578f2539bb77434c1737cb5fe0 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: 1302855:1330850 (outdated) -->
+<!-- English Revision: 1302855:1331697 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 14f47d22dbcc49688f7ebe61c3c72508037d080b..ef1d99e75ad7f7f96949e73130dbe27a50b93872 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: 1238738:1331240 (outdated) -->
+<!-- English Revision: 1238738:1331691 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->