You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/03/30 13:26:20 UTC

svn commit: r1307363 - /httpd/httpd/trunk/docs/manual/mod/mod_expires.xml

Author: rbowen
Date: Fri Mar 30 11:26:19 2012
New Revision: 1307363

URL: http://svn.apache.org/viewvc?rev=1307363&view=rev
Log:
Use more standard options syntax, as per https://issues.apache.org/bugzilla/show_bug.cgi?id=52112

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_expires.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_expires.xml?rev=1307363&r1=1307362&r2=1307363&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_expires.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_expires.xml Fri Mar 30 11:26:19 2012
@@ -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>