summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Vromans <jvromans@squirrel.nl>2011-05-23 06:20:21 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-05-23 06:22:49 -0700
commitb16db30f69d860cfe703e1f0630cf18ee6024d72 (patch)
tree3467aae01d149deb77479d481356a5ad823459f4
parent2b2b6d6da41759580414af44e02f63b753aa6869 (diff)
downloadperl-b16db30f69d860cfe703e1f0630cf18ee6024d72.tar.gz
Incorrect heading and index entries for (*MARK) in 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 7ae12bf8ed..7b60a82023 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -1710,7 +1710,7 @@ executed, the next starting point will be where the cursor was when the
C<(*SKIP)> was executed.
=item C<(*MARK:NAME)> C<(*:NAME)>
-X<(*MARK)> C<(*MARK:NAME)> C<(*:NAME)>
+X<(*MARK)> X<(*MARK:NAME)> X<(*:NAME)>
This zero-width pattern can be used to mark the point reached in a string
when a certain part of the pattern has been successfully matched. This