From: Daniel Gruno Date: Tue, 29 Jan 2013 18:51:56 +0000 (+0000) Subject: Note that v is a shortcut for reqenv X-Git-Tag: 2.5.0-alpha~5801 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f9b56db649e14b5cd90170307acaacbcd373b6b;p=thirdparty%2Fapache%2Fhttpd.git Note that v is a shortcut for reqenv git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1440055 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 39565451407..611d8721d45 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -455,7 +455,7 @@ listfunction ::= listfuncname "(" word ")" resp Get HTTP response header reqenv - Lookup request environment variable + Lookup request environment variable (as a shortcut, v can be used too to access variables). osenv Lookup operating system environment variable note