]> granicus.if.org Git - apache/commitdiff
Mark up argument in Request Header directive with <em> as in Header directive.
authorYoshiki Hayashi <yoshiki@apache.org>
Tue, 27 Aug 2002 11:04:26 +0000 (11:04 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Tue, 27 Aug 2002 11:04:26 +0000 (11:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96543 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_headers.xml

index 91ff6e903189fba933a2d4db8eb7a820d9abb329..84ba651e8c06a876a2ec004f6460002b790d20f9 100644 (file)
@@ -153,9 +153,9 @@ RequestHeader append MirrorID "mirror 12"<br />
     <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 <directive>RequestHeader</directive> directive is processed
     just before the request is run by its handler in the fixup phase.