diff options
author | Rich Bowen <rbowen@apache.org> | 2011-10-06 15:18:04 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-10-06 15:18:04 +0200 |
commit | 4881b7ba42a3267de4df52b4afec0a49b61ed128 (patch) | |
tree | ef95275fc9a1084fed2997330a2ecce3d7f6e176 /docs/manual/mod | |
parent | Patch from Description Mathijs Schmittmann - Corrected syntax for && (vs &) e... (diff) | |
download | apache2-4881b7ba42a3267de4df52b4afec0a49b61ed128.tar.xz apache2-4881b7ba42a3267de4df52b4afec0a49b61ed128.zip |
Rebuild doc transform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_authz_core.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en index e4576853ea..c14e6baa41 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -253,7 +253,7 @@ decisions on arbitrary expressions.</p> <div class="example"><p><code> - Require expr %{TIME_HOUR} >= 9 & %{TIME_HOUR} <= 17 <br /> + Require expr %{TIME_HOUR} >= 9 && %{TIME_HOUR} <= 17 <br /> </code></p></div> <p>The syntax is described in the <a href="../expr.html">ap_expr</a> |