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 2017/07/18 19:44:44 UTC

svn commit: r1802328 - /httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml

Author: rbowen
Date: Tue Jul 18 19:44:44 2017
New Revision: 1802328

URL: http://svn.apache.org/viewvc?rev=1802328&view=rev
Log:
Agreement between example and explanation

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml?rev=1802328&r1=1802327&r2=1802328&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml Tue Jul 18 19:44:44 2017
@@ -168,7 +168,7 @@ Require expr %{HTTP_USER_AGENT} != 'BadB
     on arbitrary criteria.</p>
 
     <p>For example, if you wish to block access to a resource between 8pm
-    and 6am, you can do this using <module>mod_rewrite</module>.</p>
+    and 7am, you can do this using <module>mod_rewrite</module>.</p>
 
     <highlight language="config">
 RewriteEngine On