summaryrefslogtreecommitdiffstats
path: root/docs/manual/glossary.html.en
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2009-12-14 19:52:03 +0100
committerDaniel Earl Poirier <poirier@apache.org>2009-12-14 19:52:03 +0100
commit2d3400d1c46388e3ee0c1fb9cb9511429c0eb209 (patch)
tree15fa5436a4dee7227099365fd14645d1041d7628 /docs/manual/glossary.html.en
parentExpand on mod_alias documentation. (diff)
downloadapache2-2d3400d1c46388e3ee0c1fb9cb9511429c0eb209.tar.xz
apache2-2d3400d1c46388e3ee0c1fb9cb9511429c0eb209.zip
Update transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/glossary.html.en')
-rw-r--r--docs/manual/glossary.html.en4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en
index 8e39c2ea5e..7fe55e3b9b 100644
--- a/docs/manual/glossary.html.en
+++ b/docs/manual/glossary.html.en
@@ -363,7 +363,9 @@
attributes against collections of files or resources in very flexible ways
- for example, all .gif and .jpg files under any "images" directory could
be written as "<code>/images/.*(jpg|gif)$</code>". Apache uses Perl
- Compatible Regular Expressions provided by the <a href="http://www.pcre.org/">PCRE</a> library.
+ Compatible Regular Expressions provided by the <a href="http://www.pcre.org/">PCRE</a> library. You can find more documentation
+ about PCRE's regular expression syntax at that site, or at
+ <a href="http://en.wikipedia.org/wiki/PCRE">Wikipedia</a>.
</dd>
<dt><a name="reverseproxy" id="reverseproxy">Reverse Proxy</a></dt>