Minor pod nit in perlre.
authorYves Orton <demerphq@gmail.com>
Mon, 4 Dec 2006 14:47:07 +0000 (15:47 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 4 Dec 2006 13:49:20 +0000 (13:49 +0000)
Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com>

p4raw-id: //depot/perl@29450

pod/perlre.pod

index 556909f..a876211 100644 (file)
@@ -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