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:49:44 UTC

svn commit: r1307376 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_expires.html.en mod_expires.xml.ja mod_expires.xml.ko

Author: rbowen
Date: Fri Mar 30 11:49:43 2012
New Revision: 1307376

URL: http://svn.apache.org/viewvc?rev=1307376&view=rev
Log:
Rebuild

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ko

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.html.en?rev=1307376&r1=1307375&r2=1307376&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.html.en Fri Mar 30 11:49:43 2012
@@ -74,13 +74,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>
@@ -91,9 +91,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>
@@ -116,7 +116,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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ja?rev=1307376&r1=1307375&r2=1307376&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ja [utf-8] Fri Mar 30 11:49:43 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:1098875 (outdated) -->
+<!-- English Revision: 421100:1307375 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ko?rev=1307376&r1=1307375&r2=1307376&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_expires.xml.ko [euc-kr] Fri Mar 30 11:49:43 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 421100:1098875 (outdated) -->
+<!-- English Revision: 421100:1307375 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more