summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-05-28 16:04:03 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-28 19:00:04 -0600
commit42ac7c822a13890a980bfef2be5b764fc4ac6932 (patch)
tree52d63b0c47c95670518605b8bb49451bb6599bfd /pod/perlre.pod
parent370155bea3cddf3590eaab74c59702a9b22f5d0b (diff)
downloadperl-42ac7c822a13890a980bfef2be5b764fc4ac6932.tar.gz
perlre: Change C<> to L<>
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index 7b60a82023..2af5779f16 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -1738,7 +1738,7 @@ failing the match and has provided its own name to use, the C<$REGERROR>
variable will be set to the name of the most recently executed
C<(*MARK:NAME)>.
-See C<(*SKIP)> for more details.
+See L</(*SKIP)> for more details.
As a shortcut C<(*MARK:NAME)> can be written C<(*:NAME)>.