Re: [PATCH] the the double double word word fix fix
Wolfgang Laun [Fri, 2 Nov 2001 19:43:07 +0000 (20:43 +0100)]
Message-Id: <3BE2E93B.627C198E@alcatel.at>

p4raw-id: //depot/perl@12815

pod/perldebug.pod

index 6232925..2133fcf 100644 (file)
@@ -921,12 +921,12 @@ interpret the information in that profile.
 
 =head1 Debugging regular expressions
 
-C<use re 'debug'> enables you to see the gory details of how the
-Perl regular expression engine works.  In order to understand this
-typically voluminous output, one must not only have some idea about
-about how regular expression matching works in general, but also
-know how Perl's regular expressions are internally compiled into
-an automaton.  These matters are explored in some detail in
+C<use re 'debug'> enables you to see the gory details of how the Perl
+regular expression engine works. In order to understand this typically
+voluminous output, one must not only have some idea about how regular
+expression matching works in general, but also know how Perl's regular
+expressions are internally compiled into an automaton. These matters
+are explored in some detail in
 L<perldebguts/"Debugging regular expressions">.
 
 =head1 Debugging memory usage