]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add quotation marks to error messages
authorDaniel Gruno <humbedooh@apache.org>
Mon, 30 Apr 2012 17:17:04 +0000 (17:17 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 30 Apr 2012 17:17:04 +0000 (17:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332300 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

index 6673eacde97dced25a55b37261353cf12c34aade..211a5754ede2d8f46b5d09e430561772a1cac192 100644 (file)
@@ -1230,18 +1230,18 @@ version 2.3.9.</td></tr>
 # Example
 # ensure that mod_include is loaded
 &lt;IfModule !include_module&gt;
-  Error mod_include is required by mod_foo.  Load it with LoadModule.
+  Error "mod_include is required by mod_foo.  Load it with LoadModule."
 &lt;/IfModule&gt;
 
 # ensure that exactly one of SSL,NOSSL is defined
 &lt;IfDefine SSL&gt;
 &lt;IfDefine NOSSL&gt;
-  Error Both SSL and NOSSL are defined.  Define only one of them.
+  Error "Both SSL and NOSSL are defined.  Define only one of them."
 &lt;/IfDefine&gt;
 &lt;/IfDefine&gt;
 &lt;IfDefine !SSL&gt;
 &lt;IfDefine !NOSSL&gt;
-  Error Either SSL or NOSSL must be defined.
+  Error "Either SSL or NOSSL must be defined."
 &lt;/IfDefine&gt;
 &lt;/IfDefine&gt;
     </pre>
index e68a510f3d4ea388fdeb3899ced798210f6cda1d..8b3a08e49643b657a1ee631c7a015db9d93b73a0 100644 (file)
@@ -1135,18 +1135,18 @@ version 2.3.9.</compatibility>
 # Example
 # ensure that mod_include is loaded
 &lt;IfModule !include_module&gt;
-  Error mod_include is required by mod_foo.  Load it with LoadModule.
+  Error "mod_include is required by mod_foo.  Load it with LoadModule."
 &lt;/IfModule&gt;
 
 # ensure that exactly one of SSL,NOSSL is defined
 &lt;IfDefine SSL&gt;
 &lt;IfDefine NOSSL&gt;
-  Error Both SSL and NOSSL are defined.  Define only one of them.
+  Error "Both SSL and NOSSL are defined.  Define only one of them."
 &lt;/IfDefine&gt;
 &lt;/IfDefine&gt;
 &lt;IfDefine !SSL&gt;
 &lt;IfDefine !NOSSL&gt;
-  Error Either SSL or NOSSL must be defined.
+  Error "Either SSL or NOSSL must be defined."
 &lt;/IfDefine&gt;
 &lt;/IfDefine&gt;
     </highlight>
index 5057dfe7dd296b01bb06b523156cb9e8090220f6..f6b7631a5e1035104aec8036d790da5af8cc4429 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:1331722 (outdated) -->
+<!-- English Revision: 344972:1331903 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6753336f9eef25c48dcb51789a7cf91e8e0758ba..87491058e865c5f944921bfa466dae12257b49a2 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:1331722 (outdated) -->
+<!-- English Revision: 1040494:1331903 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 5403e9e973670acee97f5b4ce7f7f144115bd060..5d4775d224cb64c5972ece6d84ac902566dd2ea4 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:1331722 (outdated) -->
+<!-- English Revision: 1302855:1331903 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 585e8eedbf9728587439b2712d1c02f8971af503..64cc14deec291530fe4e8d313fa037171f9241af 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:1331722 (outdated) -->
+<!-- English Revision: 669847:1331903 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3edae3f18bfd54240d56d1fb238c5b76c01c8ab8..e23574d95afcab692fa73fb190a929048b37e745 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:1331722 (outdated) -->
+<!-- English Revision: 1302855:1331903 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>