summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_expires.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_expires.html.en')
-rw-r--r--docs/manual/mod/mod_expires.html.en16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_expires.html.en b/docs/manual/mod/mod_expires.html.en
index 8a44fb69..ca715a2e 100644
--- a/docs/manual/mod/mod_expires.html.en
+++ b/docs/manual/mod/mod_expires.html.en
@@ -75,13 +75,13 @@ criteria</td></tr>
can also be defined in a more readable syntax of the form:</p>
<div class="example"><p><code>
- 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>] ..."
</code></p></div>
- <p>where &lt;base&gt; is one of:</p>
+ <p>where <var>base</var> is one of:</p>
<ul>
<li><code>access</code></li>
@@ -92,9 +92,9 @@ criteria</td></tr>
<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>
@@ -117,7 +117,7 @@ criteria</td></tr>
</code></p></div>
<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>
<div class="example"><p><code>
ExpiresByType text/html "access plus 1 month 15