From 2fe77a8fb6cd6d800ecb351fa997c41b381ba95e Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 17 Nov 2012 17:48:29 +0000 Subject: [PATCH] Fix cut'n'paste error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410756 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index c3252c21a26..cbf0d4e2d96 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -229,10 +229,10 @@ listfunction ::= listfuncname "(" word ")" corresponds to HTTP/1.1 and 9 corresponds to HTTP/0.9 SERVER_PROTOCOL_VERSION_MAJOR - A major version part of the HTTP version of the request, + The major version part of the HTTP version of the request, e.g. 1 for HTTP/1.0 SERVER_PROTOCOL_VERSION_MINOR - A minor version part of the HTTP version of the request, + The minor version part of the HTTP version of the request, e.g. 0 for HTTP/1.0 DOCUMENT_ROOT The DocumentRoot of -- 2.47.2