You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2011/07/11 19:06:03 UTC

svn commit: r792545 - /websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/update.config.en.html

Author: buildbot
Date: Mon Jul 11 17:06:03 2011
New Revision: 792545

Log:
Staging update by buildbot

Modified:
    websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/update.config.en.html

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/update.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/update.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/update.config.en.html Mon Jul 11 17:06:03 2011
@@ -54,7 +54,7 @@ parameters for each specified object:</p
 <li>The recursion depth</li>
 </ul>
 <p><strong>IMPORTANT:</strong> After you modify the <code>update.config</code> file, navigate
-to the Traffic Server<code>bin</code> directory and run the <code>traffic_line -x</code>
+to the Traffic Serve <code>bin</code> directory and run the <code>traffic_line -x</code>
 command to apply changes. When you apply changes to one node in a
 cluster, Traffic Server automatically applies the changes to all
 other nodes in the cluster.</p>
@@ -125,7 +125,7 @@ expressions to perform a match.</p>
 <code>url_regex</code>.</p>
 <dl>
 <dt><code>x</code></dt>
-<dd>Matches the character<code>x</code></dd>
+<dd>Matches the character <code>x</code></dd>
 <dt><code>.</code></dt>
 <dd>Match any character</dd>
 <dt><code>^</code></dt>
@@ -134,50 +134,50 @@ expressions to perform a match.</p>
 <dd>Specifies end of line</dd>
 <dt><code>[xyz]</code></dt>
 <dd>A <strong>character class</strong>. In this case, the pattern matches either
-<code>x</code>,<code>y</code>, or<code>z</code></dd>
+<code>x</code>, <code>y</code>, or<code>z</code></dd>
 <dt><code>[abj-oZ]</code></dt>
-<dd>A <strong>character class</strong> with a range. This pattern matches <code>a</code>,<code>b</code>,
-any letter from<code>j</code>thru<code>o</code>, or<code>Z</code></dd>
+<dd>A <strong>character class</strong> with a range. This pattern matches <code>a</code>, <code>b</code>,
+any letter from <code>j</code> thru <code>o</code>, or <code>Z</code></dd>
 <dt><code>[^A-Z]</code></dt>
 <dd>A <strong>negated character class</strong>. For example, this pattern matches
 any character except those in the class.</dd>
 <dt><code>r*</code></dt>
-<dd>Zero or more<code>r</code>, where<code>r</code>is any regular expression.</dd>
+<dd>Zero or more <code>r</code>, where <code>r</code> is any regular expression.</dd>
 <dt><code>r+</code></dt>
-<dd>One or more<code>r</code>, where <code>r</code> is any regular expression.</dd>
+<dd>One or more <code>r</code>, where <code>r</code> is any regular expression.</dd>
 <dt><code>r?</code></dt>
-<dd>Zero or one<code>r</code>, where<code>r</code>is any regular expression.</dd>
+<dd>Zero or one <code>r</code>, where <code>r</code> is any regular expression.</dd>
 <dt><code>r{2,5}</code></dt>
-<dd>From two to five <code>r</code>, where<code>r</code>is any regular expression.</dd>
+<dd>From two to five <code>r</code>, where <code>r</code> is any regular expression.</dd>
 <dt><code>r{2,}</code></dt>
-<dd>Two or more <code>r</code>, where<code>r</code>is any regular expression.</dd>
+<dd>Two or more <code>r</code>, where <code>r</code> is any regular expression.</dd>
 <dt><code>r{4}</code></dt>
-<dd>Exactly four<code>r</code>, where<code>r</code>is any regular expression.</dd>
+<dd>Exactly four <code>r</code>, where <code>r</code> is any regular expression.</dd>
 <dt><code>"[xyz]\"images"</code></dt>
-<dd>The literal string<code>[xyz]"images"</code></dd>
+<dd>The literal string <code>[xyz]"images"</code></dd>
 <dt><code>\X</code></dt>
-<dd>If<code>X</code>is<code>a, b, f, n, r, t,</code>or<code>v,</code>then the <code>ANSI-C</code>interpretation of
-<code>\x</code>; otherwise, a literal<code>X</code>. This is used to escape operators
-such as<code>*</code></dd>
+<dd>If <code>X</code> is <code>a, b, f, n, r, t,</code> or <code>v</code>, then the <code>ANSI-C</code> interpretation of
+<code>\x</code>; otherwise, a literal <code>X</code>. This is used to escape operators
+such as <code>*</code></dd>
 <dt><code>\0</code></dt>
-<dd>A<code>NULL</code>character</dd>
+<dd>A <code>NULL</code> character</dd>
 <dt><code>\123</code></dt>
-<dd>The character with octal value<code>123</code></dd>
+<dd>The character with octal value <code>123</code></dd>
 <dt><code>\x2a</code></dt>
-<dd>The character with hexadecimal value<code>2a</code></dd>
+<dd>The character with hexadecimal value <code>2a</code></dd>
 <dt><code>(r)</code></dt>
-<dd>Matches an<code>r</code>, where<code>r</code>is any regular expression. You can use
+<dd>Matches an <code>r</code>, where <code>r</code> is any regular expression. You can use
 parentheses to override precedence.</dd>
 <dt><code>rs</code></dt>
-<dd>The regular expression<code>r</code>, followed by the regular expression<code>s</code></dd>
+<dd>The regular expression <code>r</code>, followed by the regular expression <code>s</code></dd>
 <dt><code>r|s</code></dt>
-<dd>Either an <code>r</code>or an<code>s</code></dd>
+<dd>Either an <code>r</code> or an <code>s</code></dd>
 <dt><code>#&lt;n&gt;#</code></dt>
 <dd>Inserts an <strong>end node</strong>, which causes regular expression matching to
-stop when reached. The value<code>n</code>is returned.</dd>
+stop when reached. The value <code>n</code> is returned.</dd>
 </dl>
-<p>You can specify<code>dest_domain=mydomain.com</code>to match any host
-in<code>mydomain.com</code>. Likewise, you can specify <code>dest_domain=.</code>to match
+<p>You can specify <code>dest_domain=mydomain.com</code> to match any host
+in <code>mydomain.com</code>. Likewise, you can specify <code>dest_domain=.</code> to match
 any request.</p>
     </div>
   </div><!-- main -->