]> granicus.if.org Git - apache/commitdiff
Add some more <em> in syntax description
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 12 Apr 2016 06:16:58 +0000 (06:16 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 12 Apr 2016 06:16:58 +0000 (06:16 +0000)
Add some more hyperlinks to directives

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1738693 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index 197f71a1a6b25a1cbd43bed4db1986a2bd1f4263..6eb829acda27460931b22683ea8d09b83f6080dc 100644 (file)
@@ -98,7 +98,8 @@ Protocols h2 h2c http/1.1
             just how things are right now and not intended to be like this forever.
             (It might be forever for the 2.4.x release line, though.) So, HTTP/2
             workers, or shorter H2Workers, will not show up in <module>mod_status</module>. They
-            are also not counted against directives such as ThreadsPerChild. However
+            are also not counted against directives such as <directive module="mpm_common"
+            >ThreadsPerChild</directive>. However
             they take <directive module="mpm_common">ThreadsPerChild</directive>
             as default if you have not configured something
             else via <directive module="mod_http2">H2MinWorkers</directive> and
@@ -363,7 +364,7 @@ H2Push off
     <directivesynopsis>
         <name>H2PushPriority</name>
         <description>H2 Server Push Priority</description>
-        <syntax>H2PushPriority mime-type [after|before|interleaved] [weight]</syntax>
+        <syntax>H2PushPriority <em>mime-type</em> [after|before|interleaved] [weight]</syntax>
         <default>H2PushPriority * After 16</default>
         <contextlist>
             <context>server config</context>
@@ -855,7 +856,7 @@ H2TLSWarmUpSize 0
     <directivesynopsis>
         <name>H2TLSCoolDownSecs</name>
         <description></description>
-        <syntax>H2TLSCoolDownSecs seconds</syntax>
+        <syntax>H2TLSCoolDownSecs <em>seconds</em></syntax>
         <default>H2TLSCoolDownSecs 1</default>
         <contextlist>
             <context>server config</context>