From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Sat, 26 May 2007 06:54:40 +0000 (+0000)
Subject: Bad orientation in doc, noticed by Jan Dubois.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=329d35d1269559af60a224336732745628d46e17;p=p5sagit%2Fp5-mst-13.2.git

Bad orientation in doc, noticed by Jan Dubois.

p4raw-id: //depot/perl@31281
---

diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod
index d0f37a8..2868e48 100644
--- a/pod/perl595delta.pod
+++ b/pod/perl595delta.pod
@@ -178,7 +178,7 @@ Regular expressions now recognize the C<\v> and C<\h> escapes, that match
 vertical and horizontal whitespace, respectively. C<\V> and C<\H>
 logically match their complements.
 
-C<\R> matches a generic linebreak, that is, horizontal whitespace, plus
+C<\R> matches a generic linebreak, that is, vertical whitespace, plus
 the multi-character sequence C<"\x0D\x0A">.
 
 =back