You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/10/06 15:14:26 UTC

svn commit: r1179614 - /httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml

Author: rbowen
Date: Thu Oct  6 13:14:25 2011
New Revision: 1179614

URL: http://svn.apache.org/viewvc?rev=1179614&view=rev
Log:
Patch from Description Mathijs Schmittmann - Corrected syntax for && (vs &) expression. Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51976

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml?rev=1179614&r1=1179613&r2=1179614&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_core.xml Thu Oct  6 13:14:25 2011
@@ -237,7 +237,7 @@
   decisions on arbitrary expressions.</p>
 
     <example>
-        Require expr %{TIME_HOUR} &gt;= 9 &amp; %{TIME_HOUR} &lt;= 17 <br />
+        Require expr %{TIME_HOUR} &gt;= 9 &amp;&amp; %{TIME_HOUR} &lt;= 17 <br />
     </example>
 
   <p>The syntax is described in the <a href="../expr.html">ap_expr</a>