From 48e97db77a61af4f1e611dacd93790de94c9c65c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 14 Nov 2007 14:27:20 +0000 Subject: [PATCH] fix external references to perldoc PR: 43856 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@594900 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 f6846aebdf..fbc102d2b9 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1129,7 +1129,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 0a206bdb83..65d8116009 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.50.1