From b89fa01e35fc0ce9ccac9d56e71e03e5fafa1111 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 5 Dec 1996 05:49:19 +0000 Subject: [PATCH] Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77196 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/handler.html | 2 +- docs/manual/handler.html.en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/handler.html b/docs/manual/handler.html index c94afd7653..d6e577c429 100644 --- a/docs/manual/handler.html +++ b/docs/manual/handler.html @@ -113,7 +113,7 @@ called, you might put the following into access.conf:

Programmer's Note

In order to implement the handler features, an addition has been -made to the Apache API that you may wish to +made to the Apache API that you may wish to make use of. Specifically, a new record has been added to the request_rec structure:

diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en
index c94afd7653..d6e577c429 100644
--- a/docs/manual/handler.html.en
+++ b/docs/manual/handler.html.en
@@ -113,7 +113,7 @@ called, you might put the following into access.conf:
 

Programmer's Note

In order to implement the handler features, an addition has been -made to the Apache API that you may wish to +made to the Apache API that you may wish to make use of. Specifically, a new record has been added to the request_rec structure:

-- 
2.50.1