summaryrefslogtreecommitdiff
path: root/pod/perlreguts.pod
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2016-06-11 12:40:42 +0200
committerLukas Mai <l.mai@web.de>2016-06-11 12:40:42 +0200
commit5a0de58193409bae1e4b2ebb59c6d1af2c9b4f00 (patch)
treef15321e436a9358bd44b7a16820fd6f13552e99a /pod/perlreguts.pod
parent016af03917eea80cc676de5e934ea517073e5976 (diff)
downloadperl-5a0de58193409bae1e4b2ebb59c6d1af2c9b4f00.tar.gz
pod/*: remove deprecated L<"section"> and L<section> syntax
Diffstat (limited to 'pod/perlreguts.pod')
-rw-r--r--pod/perlreguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod
index eac08f5d7a..0eac156cdb 100644
--- a/pod/perlreguts.pod
+++ b/pod/perlreguts.pod
@@ -693,7 +693,7 @@ simulated recursion.
C<re_intuit_start()> is responsible for handling start points and no-match
optimisations as determined by the results of the analysis done by
-C<study_chunk()> (and described in L<Peep-hole Optimisation and Analysis>).
+C<study_chunk()> (and described in L</Peep-hole Optimisation and Analysis>).
The basic structure of this routine is to try to find the start- and/or
end-points of where the pattern could match, and to ensure that the string