You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2009/06/27 16:04:11 UTC

svn commit: r788974 - in /httpd/httpd/trunk/docs/manual: dns-caveats.html.en dns-caveats.html.fr dns-caveats.xml dns-caveats.xml.fr

Author: gryzor
Date: Sat Jun 27 14:04:11 2009
New Revision: 788974

URL: http://svn.apache.org/viewvc?rev=788974&view=rev
Log:
Fix previous commits. Forgot <br /> at the end of a couple of lines.

Modified:
    httpd/httpd/trunk/docs/manual/dns-caveats.html.en
    httpd/httpd/trunk/docs/manual/dns-caveats.html.fr
    httpd/httpd/trunk/docs/manual/dns-caveats.xml
    httpd/httpd/trunk/docs/manual/dns-caveats.xml.fr

Modified: httpd/httpd/trunk/docs/manual/dns-caveats.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/dns-caveats.html.en?rev=788974&r1=788973&r2=788974&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/dns-caveats.html.en (original)
+++ httpd/httpd/trunk/docs/manual/dns-caveats.html.en Sat Jun 27 14:04:11 2009
@@ -45,7 +45,7 @@
     
 
     <div class="example"><p><code>
-      # This is a misconfiguration example, do not use on your server
+      # This is a misconfiguration example, do not use on your server <br />
       &lt;VirtualHost www.abc.dom&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
@@ -68,7 +68,7 @@
     Then consider this configuration snippet:</p>
 
     <div class="example"><p><code>
-      # This is a misconfiguration example, do not use on your server
+      # This is a misconfiguration example, do not use on your server <br />
       &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />

Modified: httpd/httpd/trunk/docs/manual/dns-caveats.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/dns-caveats.html.fr?rev=788974&r1=788973&r2=788974&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/dns-caveats.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/dns-caveats.html.fr Sat Jun 27 14:04:11 2009
@@ -46,8 +46,8 @@
     
 
     <div class="example"><p><code>
-      # Cet exemple de configuration est invalide, ne l'utilisez pas comme base
-      # de configuration
+      # Cet exemple de configuration est invalide, ne l'utilisez pas comme base <br />
+      # de configuration <br />
       &lt;VirtualHost www.abc.dom&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
@@ -72,8 +72,8 @@
     192.0.2.1, et examinons cet extrait de configuration :</p>
 
     <div class="example"><p><code>
-      # Cet exemple de configuration est invalide, ne l'utilisez pas comme base
-      # de configuration
+      # Cet exemple de configuration est invalide, ne l'utilisez pas comme base <br />
+      # de configuration <br />
       &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />

Modified: httpd/httpd/trunk/docs/manual/dns-caveats.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/dns-caveats.xml?rev=788974&r1=788973&r2=788974&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/dns-caveats.xml (original)
+++ httpd/httpd/trunk/docs/manual/dns-caveats.xml Sat Jun 27 14:04:11 2009
@@ -38,7 +38,7 @@
     <title>A Simple Example</title>
 
     <example>
-      # This is a misconfiguration example, do not use on your server
+      # This is a misconfiguration example, do not use on your server <br />
       &lt;VirtualHost www.abc.dom&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
@@ -61,7 +61,7 @@
     Then consider this configuration snippet:</p>
 
     <example>
-      # This is a misconfiguration example, do not use on your server
+      # This is a misconfiguration example, do not use on your server <br />
       &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />

Modified: httpd/httpd/trunk/docs/manual/dns-caveats.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/dns-caveats.xml.fr?rev=788974&r1=788973&r2=788974&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/dns-caveats.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/dns-caveats.xml.fr Sat Jun 27 14:04:11 2009
@@ -41,8 +41,8 @@
     <title>Un exemple simple</title>
 
     <example>
-      # Cet exemple de configuration est invalide, ne l'utilisez pas comme base
-      # de configuration
+      # Cet exemple de configuration est invalide, ne l'utilisez pas comme base <br />
+      # de configuration <br />
       &lt;VirtualHost www.abc.dom&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
@@ -68,8 +68,8 @@
     192.0.2.1, et examinons cet extrait de configuration :</p>
 
     <example>
-      # Cet exemple de configuration est invalide, ne l'utilisez pas comme base
-      # de configuration
+      # Cet exemple de configuration est invalide, ne l'utilisez pas comme base <br />
+      # de configuration <br />
       &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />