From fecfcee26cacf1180c10190a9ecde6e94ef17ee3 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 30 Apr 2012 17:17:04 +0000 Subject: [PATCH] Add quotation marks to error messages git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332300 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 6 +++--- docs/manual/mod/core.xml | 6 +++--- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.tr | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 6673eacde9..211a5754ed 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1230,18 +1230,18 @@ version 2.3.9. # Example # ensure that mod_include is loaded <IfModule !include_module> - Error mod_include is required by mod_foo. Load it with LoadModule. + Error "mod_include is required by mod_foo. Load it with LoadModule." </IfModule> # ensure that exactly one of SSL,NOSSL is defined <IfDefine SSL> <IfDefine NOSSL> - Error Both SSL and NOSSL are defined. Define only one of them. + Error "Both SSL and NOSSL are defined. Define only one of them." </IfDefine> </IfDefine> <IfDefine !SSL> <IfDefine !NOSSL> - Error Either SSL or NOSSL must be defined. + Error "Either SSL or NOSSL must be defined." </IfDefine> </IfDefine> diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index e68a510f3d..8b3a08e496 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1135,18 +1135,18 @@ version 2.3.9. # Example # ensure that mod_include is loaded <IfModule !include_module> - Error mod_include is required by mod_foo. Load it with LoadModule. + Error "mod_include is required by mod_foo. Load it with LoadModule." </IfModule> # ensure that exactly one of SSL,NOSSL is defined <IfDefine SSL> <IfDefine NOSSL> - Error Both SSL and NOSSL are defined. Define only one of them. + Error "Both SSL and NOSSL are defined. Define only one of them." </IfDefine> </IfDefine> <IfDefine !SSL> <IfDefine !NOSSL> - Error Either SSL or NOSSL must be defined. + Error "Either SSL or NOSSL must be defined." </IfDefine> </IfDefine> diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 5057dfe7dd..f6b7631a5e 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 585e8eedbf..64cc14deec 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +