From: André Malo Date: Wed, 14 Nov 2007 14:31:14 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.2.7~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721ae7f563df868d1c5441671a93170065b77d5c;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594906 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 7882d9769b1..8d8f669fb36 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1078,7 +1078,7 @@ later

For more information about regular expressions, have a look at the - perl regular expression manpage ("perldoc + perl regular expression manpage ("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.html.en b/docs/manual/rewrite/rewrite_intro.html.en index a2c41b484b0..e96dd216f61 100644 --- a/docs/manual/rewrite/rewrite_intro.html.en +++ b/docs/manual/rewrite/rewrite_intro.html.en @@ -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.