diff options
author | Igor Galić <igalic@apache.org> | 2012-04-02 17:55:37 +0200 |
---|---|---|
committer | Igor Galić <igalic@apache.org> | 2012-04-02 17:55:37 +0200 |
commit | b1287ac2850a72d1472876414ad63f6bc5ddbc75 (patch) | |
tree | 9b42a05427218191cce39aa3fa5b5c8515bba763 /docs/manual/expr.html.en | |
parent | Replace weird UTF-8 thingy with - (blame Wikipedia) (diff) | |
download | apache2-b1287ac2850a72d1472876414ad63f6bc5ddbc75.tar.xz apache2-b1287ac2850a72d1472876414ad63f6bc5ddbc75.zip |
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1308404 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/expr.html.en')
-rw-r--r-- | docs/manual/expr.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 614f9bd73b..05ecc07b82 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -34,7 +34,7 @@ replaced by <a href="mod/mod_authz_core.html#reqexpr">Require expr</a>. </p> </div> -<div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#grammar">Grammar in Backus–Naur Form notation</a></li> +<div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#grammar">Grammar in Backus-Naur Form notation</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#vars">Variables</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#binop">Binary operators</a></li> <li><img alt="" src="./images/down.gif" /> <a href="#unnop">Unary operators</a></li> @@ -45,9 +45,9 @@ </ul><h3>See also</h3><ul class="seealso"><li><code class="directive"><a href="./mod/core.html#if"><If></a></code></li><li><code class="directive"><a href="./mod/core.html#elseif"><ElseIf></a></code></li><li><code class="directive"><a href="./mod/core.html#else"><Else></a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code></li><li><code class="directive"><a href="./mod/mod_setenvif.html#setenvifexpr">SetEnvIfExpr</a></code></li><li><code class="directive"><a href="./mod/mod_headers.html#header">Header</a></code></li><li><code class="directive"><a href="./mod/mod_headers.html#requestheader">RequestHeader</a></code></li><li><code class="directive"><a href="./mod/mod_filter.html#filterprovider">FilterProvider</a></code></li><li><a href="mod/mod_authz_core.html#reqexpr">Require expr</a></li><li><code class="directive"><a href="./mod/mod_ssl.html#sslrequire">SSLRequire</a></code></li><li><code class="directive"><a href="./mod/mod_log_debug.html#logmessage">LogMessage</a></code></li><li><code class="module"><a href="./mod/mod_include.html">mod_include</a></code></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> -<h2><a name="grammar" id="grammar">Grammar in Backus–Naur Form notation</a></h2> +<h2><a name="grammar" id="grammar">Grammar in Backus-Naur Form notation</a></h2> - <p><a href="http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form">Backus–Naur Form</a> (BNF) is a notation + <p><a href="http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form">Backus-Naur Form</a> (BNF) is a notation technique for context-free grammars, often used to describe the syntax of languages used in computing. </p> <blockquote> |