summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.html.en
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2016-04-05 05:49:17 +0000
committerChristophe Jaillet <jailletc36@apache.org>2016-04-05 05:49:17 +0000
commit7bbbb9482d5de888481f9f9017ff39e73cb6608a (patch)
tree6eb1504a88642d3f3fd25fbf11cfb191e9e1af33 /docs/manual/mod/mod_rewrite.html.en
parent42941c931d0eef5ffc16a7cd57d47742dccfb10c (diff)
downloadhttpd-7bbbb9482d5de888481f9f9017ff39e73cb6608a.tar.gz
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html.en')
-rw-r--r--docs/manual/mod/mod_rewrite.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en
index ac44b803d3..4e6d6b30f2 100644
--- a/docs/manual/mod/mod_rewrite.html.en
+++ b/docs/manual/mod/mod_rewrite.html.en
@@ -578,7 +578,7 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
The <em>TestString</em> is treated as an integer, and is
numerically compared to the <em>CondPattern</em>. True if
the two are numerically different. This is equivalent to
- <code>!-ne</code></dd>
+ <code>!-eq</code>.</dd>
</dl>
</li>