diff options
author | Luca Toscano <elukey@apache.org> | 2017-01-04 15:52:41 +0100 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2017-01-04 15:52:41 +0100 |
commit | 254fa6fc596f3702d0ba0ac9d6cf95abd6b3f79a (patch) | |
tree | 1b51338e3319353b134908685baebefb721244b8 | |
parent | Removed unclear sentence in mod-http2 doc. (diff) | |
download | apache2-254fa6fc596f3702d0ba0ac9d6cf95abd6b3f79a.tar.xz apache2-254fa6fc596f3702d0ba0ac9d6cf95abd6b3f79a.zip |
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777325 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/core.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.de | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.es | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.fr | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml.tr | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_http2.html.en | 4 |
7 files changed, 7 insertions, 9 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 03c3fb7120..fdbf21e4ea 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -887,7 +887,7 @@ DocumentRoot "/var/www/${servername}/htdocs"</pre> <p>While this directive is supported in virtual host context, the changes it makes are visible to any later configuration - directives, beyond any enclosing virtual host</p> + directives, beyond any enclosing virtual host.</p> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 42d7245556..7778ffa6cf 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:1777140 (outdated) --> +<!-- English Revision: 344972:1777163 (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 7ae0d7a53d..ec0d3d6c3e 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:1777140 (outdated) --> +<!-- English Revision: 1741251:1777163 (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 e29ae339c3..d404e03ec6 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: 1769718:1777140 (outdated) --> +<!-- English Revision: 1769718:1777163 (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 1f400680a0..2f3fb3c9ef 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:1777140 (outdated) --> +<!-- English Revision: 669847:1777163 (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 3336085f9e..b8f100eba8 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:1777140 (outdated) --> +<!-- English Revision: 1302855:1777163 (outdated) --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index f30d8ad0e0..a4ca49be10 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -465,9 +465,7 @@ </table> <p> This directive toggles the usage of the HTTP/2 server push - protocol feature. This should be used inside a - <code class="directive"><a href="../mod/core.html#virtualhost"><VirtualHost></a></code> - section to enable direct HTTP/2 communication for that virtual host. + protocol feature. </p> <p> The HTTP/2 protocol allows the server to push other resources to |