summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-12 09:05:38 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-12 09:05:38 +0000
commit6fcf14956bf66ed1321d73bace823568885030ac (patch)
treea7a86289f1425f0d03f2c086e62d91e6158ddcbe /pod/perlop.pod
parentd51f686b46b5437978651ed599a739a0c8106034 (diff)
downloadperl-6fcf14956bf66ed1321d73bace823568885030ac.tar.gz
Document that m//k works, by Ævar Arnfjörð Bjarmason
p4raw-id: //depot/perl@30220
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r--pod/perlop.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index f4ee795eba..18851f04da 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -1070,7 +1070,7 @@ This usage is vaguely deprecated, which means it just might possibly
be removed in some distant future version of Perl, perhaps somewhere
around the year 2168.
-=item m/PATTERN/cgimosx
+=item m/PATTERN/cgimosxk
X<m> X<operator, match>
X<regexp, options> X<regexp> X<regex, options> X<regex>
X</c> X</i> X</m> X</o> X</s> X</x>