summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-12-04 15:47:07 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-04 13:49:20 +0000
commitb62d2d15211eac1c5b0041f838bdf37abe63e1ac (patch)
treeb5be848cc8f2c1555216da001160b89b11f4471a /pod
parent0d6f9730baddfb08f2c71411aa0ce015938a40cf (diff)
downloadperl-b62d2d15211eac1c5b0041f838bdf37abe63e1ac.tar.gz
Minor pod nit in perlre.
Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com> p4raw-id: //depot/perl@29450
Diffstat (limited to 'pod')
-rw-r--r--pod/perlre.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index 556909fe66..a8762118b8 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -1315,8 +1315,6 @@ Once the 'aaab' at the start of the string has matched, and the C<(*SKIP)>
executed, the next startpoint will be where the cursor was when the
C<(*SKIP)> was executed.
-As a shortcut C<(*MARK:NAME)> can be written C<(*:NAME)>.
-
=item C<(*MARK:NAME)> C<(*:NAME)>
X<(*MARK)> C<(*MARK:NAME)> C<(*:NAME)>
@@ -1349,6 +1347,8 @@ C<(*MARK:NAME)>.
See C<(*SKIP)> for more details.
+As a shortcut C<(*MARK:NAME)> can be written C<(*:NAME)>.
+
=item C<(*THEN)> C<(*THEN:NAME)>
This is similar to the "cut group" operator C<::> from Perl6. Like