From: Takashi Sato Date: Sat, 6 Dec 2008 16:51:28 +0000 (+0000) Subject: fix XML errors of r723560 X-Git-Tag: 2.3.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73a91e509adf2b58ef9b13763dc6ac8338a4e53;p=thirdparty%2Fapache%2Fhttpd.git fix XML errors of r723560 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724007 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 1e9e0063fca..936916cb8fb 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -222,7 +222,6 @@ headers search-and-replace. The value argument is a regular expression, and the replacement is a replacement string, which may contain backreferences. -
merge
The response header is appended to any existing header of @@ -242,6 +241,7 @@ headers
The request header of this name is removed, if it exists. If there are multiple headers of the same name, all will be removed. value must be omitted.
+

This argument is followed by a header name, which can include the final colon, but it is not required. Case is @@ -327,7 +327,6 @@ headers search-and-replace. The value argument is a regular expression, and the replacement is a replacement string, which may contain backreferences. -

merge
The response header is appended to any existing header of @@ -347,6 +346,7 @@ headers
The response header of this name is removed, if it exists. If there are multiple headers of the same name, all will be removed. value must be omitted.
+

This argument is followed by a header name, which can include the final colon, but it is not required. Case is