]> granicus.if.org Git - apache/commitdiff
Updated transformations.
authorErik Abele <erikabele@apache.org>
Tue, 27 Aug 2002 17:18:07 +0000 (17:18 +0000)
committerErik Abele <erikabele@apache.org>
Tue, 27 Aug 2002 17:18:07 +0000 (17:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96546 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_headers.html.en
docs/manual/mod/mod_include.html.en

index 49d9001195c3edd071f9e27dcc1689487e866777..da82a8323632949257693ddb0a85f3f559509dd8 100644 (file)
@@ -224,9 +224,9 @@ variable</a> FOOBAR.</td></tr>
     <p>This argument is followed by a header name, which can
     include the final colon, but it is not required. Case is
     ignored. For <code>add</code>, <code>append</code> and
-    <code>set</code> a value is given as the third argument. If
-    this value contains spaces, it should be surrounded by double
-    quotes. For unset, no value should be given.</p>
+    <code>set</code> a <em>value</em> is given as the third argument. If
+    <em>value</em> contains spaces, it should be surrounded by double
+    quotes. For unset, no <em>value</em> should be given.</p>
 
     <p>The <code class="directive">RequestHeader</code> directive is processed
     just before the request is run by its handler in the fixup phase.
index ed38b5da0cc5ab9a993e2f04e26aeba03cdf49d8..415a2c0728fe492555b218318b7fd8faf266aec9 100644 (file)
 
       <dd>The (%-decoded) URL path of the document requested by the
       user. Note that in the case of nested include files, this is
-      <em>not</em> then URL for the current document.</dd>
+      <em>not</em> the URL for the current document.</dd>
 
       <dt>LAST_MODIFIED</dt>