From 57e34f9cb5727879d11ebcda028234edea5528b4 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Tue, 27 Aug 2002 17:18:07 +0000 Subject: [PATCH] Updated transformations. 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 | 6 +++--- docs/manual/mod/mod_include.html.en | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 49d9001195..da82a83236 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -224,9 +224,9 @@ variable FOOBAR.

This argument is followed by a header name, which can include the final colon, but it is not required. Case is ignored. For add, append and - set 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.

+ set a value is given as the third argument. If + value contains spaces, it should be surrounded by double + quotes. For unset, no value should be given.

The RequestHeader directive is processed just before the request is run by its handler in the fixup phase. diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index ed38b5da0c..415a2c0728 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -371,7 +371,7 @@

The (%-decoded) URL path of the document requested by the user. Note that in the case of nested include files, this is - not then URL for the current document.
+ not the URL for the current document.
LAST_MODIFIED
-- 2.50.1