Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 94720 invoked from network); 14 Nov 2007 14:27:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 14:27:57 -0000 Received: (qmail 46038 invoked by uid 500); 14 Nov 2007 14:27:45 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 45835 invoked by uid 500); 14 Nov 2007 14:27:44 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 45819 invoked by uid 99); 14 Nov 2007 14:27:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 06:27:44 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 14:27:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E784D1A9832; Wed, 14 Nov 2007 06:27:24 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r594900 - in /httpd/httpd/trunk/docs/manual: mod/mod_rewrite.xml rewrite/rewrite_intro.xml Date: Wed, 14 Nov 2007 14:27:24 -0000 To: cvs@httpd.apache.org From: nd@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071114142724.E784D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nd Date: Wed Nov 14 06:27:20 2007 New Revision: 594900 URL: http://svn.apache.org/viewvc?rev=594900&view=rev Log: fix external references to perldoc PR: 43856 Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=594900&r1=594899&r2=594900&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Wed Nov 14 06:27:20 2007 @@ -1129,7 +1129,7 @@

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:

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml?rev=594900&r1=594899&r2=594900&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml Wed Nov 14 06:27:20 2007 @@ -61,7 +61,7 @@ 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.