From: Wolfgang Laun Date: Fri, 2 Nov 2001 19:43:07 +0000 (+0100) Subject: Re: [PATCH] the the double double word word fix fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d555cb8c04bfcf8315c3f7c616b505041697522;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] the the double double word word fix fix Message-Id: <3BE2E93B.627C198E@alcatel.at> p4raw-id: //depot/perl@12815 --- diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 6232925..2133fcf 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -921,12 +921,12 @@ interpret the information in that profile. =head1 Debugging regular expressions -C 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 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. =head1 Debugging memory usage