]> granicus.if.org Git - apache/commitdiff
Use more standard syntax notation, as per https://issues.apache.org/bugzilla/show_bug...
authorRich Bowen <rbowen@apache.org>
Fri, 30 Mar 2012 11:34:24 +0000 (11:34 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 30 Mar 2012 11:34:24 +0000 (11:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1307367 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_expires.xml

index 514f76781d1b7de51f53ba364688f2193f81f2bb..00edb03a7370c01f2130b137820e360c66b87446 100644 (file)
@@ -63,13 +63,13 @@ criteria</description>
     can also be defined in a more readable syntax of the form:</p>
 
     <example>
-      ExpiresDefault "&lt;base&gt; [plus] {&lt;num&gt;
-      &lt;type&gt;}*"<br />
-      ExpiresByType type/encoding "&lt;base&gt; [plus]
-      {&lt;num&gt; &lt;type&gt;}*"
+      ExpiresDefault "<var>base</var> [plus <var>num</var> <var>type</var>]
+        [<var>num</var> <var>type</var>] ..."<br />
+      ExpiresByType type/encoding "<var>base</var> [plus <var>num</var> <var>type</var>]
+        [<var>num</var> <var>type</var>] ..."
     </example>
 
-    <p>where &lt;base&gt; is one of:</p>
+    <p>where <var>base</var> is one of:</p>
 
     <ul>
       <li><code>access</code></li>
@@ -80,9 +80,9 @@ criteria</description>
       <li><code>modification</code></li>
     </ul>
 
-    <p>The <code>plus</code> keyword is optional. &lt;num&gt;
+    <p>The <code>plus</code> keyword is optional. <var>num</var>
     should be an integer value [acceptable to <code>atoi()</code>],
-    and &lt;type&gt; is one of:</p>
+    and <var>type</var> is one of:</p>
 
     <ul>
       <li><code>years</code></li>
@@ -105,7 +105,7 @@ criteria</description>
     </example>
 
     <p>The expiry time can be fine-tuned by adding several
-    '&lt;num&gt; &lt;type&gt;' clauses:</p>
+    '<var>num</var> <var>type</var>' clauses:</p>
 
     <example>
       ExpiresByType text/html "access plus 1 month 15