]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Fri, 30 Mar 2012 11:49:43 +0000 (11:49 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 30 Mar 2012 11:49:43 +0000 (11:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1307376 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_expires.html.en
docs/manual/mod/mod_expires.xml.ja
docs/manual/mod/mod_expires.xml.ko

index 96f6b011054f225320dbe9c9ecb624f9a8aca585..8a911f96b6be1edd0464bdcc698f107893098514 100644 (file)
@@ -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
index 5c1d6d1e117a287e9a6b21866d78d00bbe9a9fd5..eaaa9d612e7f513b470160d48c0623a94c5b8d04 100644 (file)
@@ -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
index f716314db84692c1136055ca6439ff602e2781f4..7330cfdc8b4707f52d911dd147d2aa80cdea06c7 100644 (file)
@@ -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