From: André Malo Date: Wed, 14 Nov 2007 14:29:47 +0000 (+0000) Subject: fix external reference to perldoc X-Git-Tag: 2.0.62~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5c9fc9bc8b29bd3456e45487f94bf07a8b6619;p=thirdparty%2Fapache%2Fhttpd.git fix external reference to perldoc PR: 43856 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@594902 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 9971f67b26f..d3a7724b0b3 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1192,7 +1192,7 @@ RewriteRule ^/$ /homepage.std.html [L]

For more information about regular expressions, have a look at the perl regular expression manpage ("perldoc + href="http://perldoc.perl.org/perlre.html">perldoc perlre"). If you are interested in more detailed information about regular expressions and their variants (POSIX regex etc.) the following book is dedicated to this topic: