summaryrefslogtreecommitdiff
path: root/pod/perlsub.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-26 09:55:43 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:04 -0600
commit9688be67a232cede76811f0da99955b48dfe2a0b (patch)
treed952d574de9d35e005501db0bfc824d563b43e1a /pod/perlsub.pod
parentd3a43cd856925f6b6f39779a9547932994682bc4 (diff)
downloadperl-9688be67a232cede76811f0da99955b48dfe2a0b.tar.gz
perlsub.pod: Fix broken link
Diffstat (limited to 'pod/perlsub.pod')
-rw-r--r--pod/perlsub.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsub.pod b/pod/perlsub.pod
index ea5fa207cc..7a14f76d0b 100644
--- a/pod/perlsub.pod
+++ b/pod/perlsub.pod
@@ -217,7 +217,7 @@ X<recursion>
Not only does the C<&> form make the argument list optional, it also
disables any prototype checking on arguments you do provide. This
is partly for historical reasons, and partly for having a convenient way
-to cheat if you know what you're doing. See L<Prototypes> below.
+to cheat if you know what you're doing. See L</Prototypes> below.
X<&>
Subroutines whose names are in all upper case are reserved to the Perl