]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix our documentation to not show the expression in Require expr as quoted.
authorBen Reser <breser@apache.org>
Mon, 7 Apr 2014 22:50:14 +0000 (22:50 +0000)
committerBen Reser <breser@apache.org>
Mon, 7 Apr 2014 22:50:14 +0000 (22:50 +0000)
Since r1585609 the quoted syntax is ok, but it won't be as efficient so we
probably shouldn't put that syntax in the documentation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585611 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_core.xml
docs/manual/mod/mod_authz_core.xml.fr

index 344ff7b57aaf6b48b5a9fb66c3363916122a262e..1425f0d42f563bc1b9c72645c259ef748cd2b0f0 100644 (file)
@@ -190,7 +190,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
   decisions on arbitrary expressions.</p>
 
     <highlight language="config">
-        Require expr "%{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17"
+        Require expr %{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17
     </highlight>
 
   <p>The syntax is described in the <a href="../expr.html">ap_expr</a>
index 234420c55b1d736b252535b9f01d197addb2d7e9..352aa3f1c3cd8e822c1fb969e1cd454bdb33adbb 100644 (file)
@@ -186,7 +186,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
   d'acc&egrave;s en fonction d'expressions arbitraires.</p>
 
     <highlight language="config">
-         Require expr "%{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17"
+         Require expr %{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17
     </highlight>
 
     <p>La syntaxe de l'expression est d&eacute;crite dans la documentation de <a