1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Add quotation marks to error messages

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2012-04-30 17:17:04 +00:00
parent 5119aad85f
commit fecfcee26c
7 changed files with 11 additions and 11 deletions

View 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>

View 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>

View 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

View 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

View 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 -->

View 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

View 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>