From: Stefan Fritsch Date: Sat, 17 Nov 2012 17:48:29 +0000 (+0000) Subject: Fix cut'n'paste error X-Git-Tag: 2.5.0-alpha~6107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe77a8fb6cd6d800ecb351fa997c41b381ba95e;p=thirdparty%2Fapache%2Fhttpd.git Fix cut'n'paste error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410756 13f79535-47bb-0310-9956-ffa450edef68 --- 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