summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2017-03-09 09:50:43 +0100
committerJoe Orton <jorton@apache.org>2017-03-09 09:50:43 +0100
commit022f5e2b20c270d9e43fb73e2ace81b0b4c8d86b (patch)
tree191f1d6d0d1d28c02f614ef6d8bb37bb6b35638e
parentWording/formatting/typo fixes. (diff)
downloadapache2-022f5e2b20c270d9e43fb73e2ace81b0b4c8d86b.tar.xz
apache2-022f5e2b20c270d9e43fb73e2ace81b0b4c8d86b.zip
xforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1786114 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/core.html.en26
-rw-r--r--docs/manual/mod/core.xml.de2
-rw-r--r--docs/manual/mod/core.xml.es2
-rw-r--r--docs/manual/mod/core.xml.fr2
-rw-r--r--docs/manual/mod/core.xml.ja2
-rw-r--r--docs/manual/mod/core.xml.tr2
6 files changed, 19 insertions, 17 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 176352c618..974938ee43 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -2314,8 +2314,8 @@ presence or absence of a specific directive</td></tr>
<p>In the former case, the directives between the start and end
markers are only processed if a directive of the given name is
available at the time of processing. The second format reverses the test,
- and only processes the directives if the <var>directive-name</var> is
- <strong>not</strong> defined.</p>
+ and only processes the directives if <var>directive-name</var> is
+ <strong>not</strong> available.</p>
<div class="note">This section should only be used if you need to have one
configuration file that works across multiple versions of
@@ -2432,28 +2432,30 @@ presence or absence of a specific section directive</td></tr>
<var>test</var>&gt;...&lt;/IfSection&gt;</code> section is used
to mark directives that are conditional on the presence of a
specific section directive. A section directive is any directive
- such as <code class="directive">&lt;virtualhost&gt;</code> which
+ such as <code class="directive">&lt;VirtualHost&gt;</code> which
encloses other directives, and has a directive name with a leading
- "&lt;". The sec
+ "&lt;".</p>
- The directives within an <code class="directive">&lt;IfSection&gt;</code> section are only processed if the <var>test</var>
+ <p>The directives within an <code class="directive">&lt;IfSection&gt;</code> section are only processed if the <var>test</var>
is true. If <var>test</var> is false, everything between the start and
end markers is ignored.</p>
- <p>The <var>section-name</var> specified must not include the
- leading "&lt;". The <var>test</var> in the <code class="directive">&lt;IfSection&gt;</code> section can be one of two
- forms:</p>
+ <p>The <var>section-name</var> must be specified without either
+ the leading "&lt;" or closing "&gt;". The <var>test</var> in the
+ <code class="directive">&lt;IfSection&gt;</code> section can be one
+ of two forms:</p>
<ul>
<li><var>section-name</var></li>
<li>!<var>section-name</var></li>
</ul>
- <p>In the former case, the directives between the start and
- end markers are only processed if a section directive of the given
+ <p>In the former case, the directives between the start and end
+ markers are only processed if a section directive of the given
name is available at the time of processing. The second format
- reverses the test, and only processes the directives if the
- <var>section-name</var> is <strong>not</strong> defined.</p>
+ reverses the test, and only processes the directives if
+ <var>section-name</var> is <strong>not</strong> an available
+ section directive.</p>
<p>For example:</p>
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index 345f3e3074..8c44e5dc43 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -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:1786110 (outdated) -->
+<!-- English Revision: 344972:1786113 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/mod/core.xml.es b/docs/manual/mod/core.xml.es
index 9a1dce7921..31f535d44c 100644
--- a/docs/manual/mod/core.xml.es
+++ b/docs/manual/mod/core.xml.es
@@ -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.es.xsl"?>
-<!-- English Revision: 1741251:1786110 (outdated) -->
+<!-- English Revision: 1741251:1786113 (outdated) -->
<!-- Translated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
<!-- Reviewed by Sergio Ramos-->
<!--
diff --git a/docs/manual/mod/core.xml.fr b/docs/manual/mod/core.xml.fr
index 77590db3f2..3c46970a2f 100644
--- a/docs/manual/mod/core.xml.fr
+++ b/docs/manual/mod/core.xml.fr
@@ -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.fr.xsl"?>
-<!-- English Revision: 1784318:1786110 (outdated) -->
+<!-- English Revision: 1784318:1786113 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja
index 0d6e8f7a27..fb155aa2d7 100644
--- a/docs/manual/mod/core.xml.ja
+++ b/docs/manual/mod/core.xml.ja
@@ -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:1786110 (outdated) -->
+<!-- English Revision: 669847:1786113 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/mod/core.xml.tr b/docs/manual/mod/core.xml.tr
index 1832d16780..852551cdd0 100644
--- a/docs/manual/mod/core.xml.tr
+++ b/docs/manual/mod/core.xml.tr
@@ -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:1786110 (outdated) -->
+<!-- English Revision: 1302855:1786113 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>