summaryrefslogtreecommitdiff
path: root/pod/perldebug.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-02-12 09:33:38 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-12 09:50:53 -0800
commitd9f2b251b2a7966ba737c877bce9ffbe6120c836 (patch)
tree20f0fa0d339b905f7b8d6ed92de6ff9cbaa6e0ed /pod/perldebug.pod
parent7d0d50dd8561c325a5cc8339d10802fc08146961 (diff)
downloadperl-d9f2b251b2a7966ba737c877bce9ffbe6120c836.tar.gz
Fix links to POD sections
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r--pod/perldebug.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index 7a9efa4064..28fc3ad398 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -1128,7 +1128,7 @@ 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">.
+L<perldebguts/"Debugging Regular Expressions">.
=head1 Debugging memory usage
X<memory usage>
@@ -1136,7 +1136,7 @@ X<memory usage>
Perl contains internal support for reporting its own memory usage,
but this is a fairly advanced concept that requires some understanding
of how memory allocation works.
-See L<perldebguts/"Debugging Perl memory usage"> for the details.
+See L<perldebguts/"Debugging Perl Memory Usage"> for the details.
=head1 SEE ALSO