You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mr...@apache.org on 2015/12/03 18:59:50 UTC

svn commit: r1717818 - /httpd/httpd/trunk/docs/manual/mod/mod_http2.xml

Author: mrumph
Date: Thu Dec  3 17:59:50 2015
New Revision: 1717818

URL: http://svn.apache.org/viewvc?rev=1717818&view=rev
Log:
Satisfy XML validation and fix some typos

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_http2.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_http2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_http2.xml?rev=1717818&r1=1717817&r2=1717818&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_http2.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_http2.xml Thu Dec  3 17:59:50 2015
@@ -272,8 +272,8 @@
             </example>
             <p>
                 This says that any pushed stream of content type 'application/json'
-                should be send out <em>before</em> X. This makes P1 dependant
-                on Y and X dependant on P1. So, X will be stalled as long as
+                should be send out <em>before</em> X. This makes P1 dependent
+                on Y and X dependent on P1. So, X will be stalled as long as
                 P1 has data to send. The effective weight is calculated as
                 in the interleaved case.
             </p>
@@ -285,15 +285,15 @@
             </p>
             <p>
                 Last, but not least, there are some specifics of the syntax
-                to be used in this directive.
-                <ol>
-                    <li>'*' is the only special content-type that matches all oither. 
-                    'image/*' will not work.</li>
-                    <li>The default dependency is 'After'. </li>
-                    <li>There are also default weights: for 'After' it is 16, otherwise 256. 
-                    </li>
-                </ol>
+                to be used in this directive:
             </p>
+            <ol>
+                <li>'*' is the only special content-type that matches all others. 
+                 'image/*' will not work.</li>
+                <li>The default dependency is 'After'. </li>
+                <li>There are also default weights: for 'After' it is 16, otherwise 256. 
+                </li>
+            </ol>
             <example><title>Shorter Priority Rules</title>
                 <highlight language="config">
 H2PushPriority application/json 32         # an After rule