From: Daniel Gruno Date: Mon, 30 Apr 2012 17:17:04 +0000 (+0000) Subject: Add quotation marks to error messages X-Git-Tag: 2.5.0-alpha~6937 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fecfcee26cacf1180c10190a9ecde6e94ef17ee3;p=thirdparty%2Fapache%2Fhttpd.git Add quotation marks to error messages git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332300 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 6673eacde97..211a5754ede 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 e68a510f3d4..8b3a08e4964 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 5057dfe7dd2..f6b7631a5e1 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 585e8eedbf9..64cc14deec2 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +