From aed8a5c15514340717d82caa03a3ec0ade3b740a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 14 Nov 2007 14:28:49 +0000 Subject: [PATCH] fix external references to perldoc PR: 43856 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594901 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 2 +- docs/manual/rewrite/rewrite_intro.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 51e7d2beefe..404f111a366 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1091,7 +1091,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:

diff --git a/docs/manual/rewrite/rewrite_intro.xml b/docs/manual/rewrite/rewrite_intro.xml index c757a4908d5..ed8faef34e3 100644 --- a/docs/manual/rewrite/rewrite_intro.xml +++ b/docs/manual/rewrite/rewrite_intro.xml @@ -61,7 +61,7 @@ follows is understood, rather than just copied blindly. Regular Expression vocabulary. In this document, we do not attempt to provide a detailed reference to regular expressions. For that, we recommend the PCRE man pages, the -Perl regular +Perl regular expression man page, and Mastering Regular Expressions, by Jeffrey Friedl.

-- 2.47.2