diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-26 06:54:40 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-26 06:54:40 +0000 |
commit | 329d35d1269559af60a224336732745628d46e17 (patch) | |
tree | 7b454ef1fd662ff5e02bc58e67fa3e00a2cd5ad7 /pod | |
parent | 4b8f2e61a9bd693bb1aedb3127f6c5d2e1d8c5dc (diff) | |
download | perl-329d35d1269559af60a224336732745628d46e17.tar.gz |
Bad orientation in doc, noticed by Jan Dubois.
p4raw-id: //depot/perl@31281
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl595delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index d0f37a8e4a..2868e48092 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 |