
humbedooh at apache
Apr 30, 2012, 10:17 AM
Post #1 of 1
(26 views)
Permalink
|
|
svn commit: r1332300 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml core.xml.de core.xml.es core.xml.fr core.xml.ja core.xml.tr
|
|
Author: humbedooh Date: Mon Apr 30 17:17:04 2012 New Revision: 1332300 URL: http://svn.apache.org/viewvc?rev=1332300&view=rev Log: Add quotation marks to error messages Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en httpd/httpd/trunk/docs/manual/mod/core.xml httpd/httpd/trunk/docs/manual/mod/core.xml.de httpd/httpd/trunk/docs/manual/mod/core.xml.es httpd/httpd/trunk/docs/manual/mod/core.xml.fr httpd/httpd/trunk/docs/manual/mod/core.xml.ja httpd/httpd/trunk/docs/manual/mod/core.xml.tr Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=1332300&r1=1332299&r2=1332300&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/core.html.en Mon Apr 30 17:17:04 2012 @@ -1230,18 +1230,18 @@ version 2.3.9.</td></tr> # 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> </pre> Modified: httpd/httpd/trunk/docs/manual/mod/core.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1332300&r1=1332299&r2=1332300&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml Mon Apr 30 17:17:04 2012 @@ -1135,18 +1135,18 @@ version 2.3.9.</compatibility> # 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> </highlight> Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.de URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.de?rev=1332300&r1=1332299&r2=1332300&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.de (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.de Mon Apr 30 17:17:04 2012 @@ -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 Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.es URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.es?rev=1332300&r1=1332299&r2=1332300&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.es (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.es Mon Apr 30 17:17:04 2012 @@ -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 Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.fr?rev=1332300&r1=1332299&r2=1332300&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.fr Mon Apr 30 17:17:04 2012 @@ -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 --> Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.ja?rev=1332300&r1=1332299&r2=1332300&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.ja [utf-8] Mon Apr 30 17:17:04 2012 @@ -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 Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.tr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.tr?rev=1332300&r1=1332299&r2=1332300&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.tr [utf-8] Mon Apr 30 17:17:04 2012 @@ -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>
|