summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2014-12-29 19:21:39 -0500
committerMatthew Horsfall <wolfsage@gmail.com>2014-12-30 08:13:16 -0500
commit33be4c6111bea619c1662d201ad9e3914c2013e5 (patch)
treeb8cef87673636350254c6b6d375ded971d905e0c /pod/perllocale.pod
parent207807e13c0ffe818692b731054954db1a168e25 (diff)
downloadperl-33be4c6111bea619c1662d201ad9e3914c2013e5.tar.gz
Add documentation for /n (non-capture) regexp flag.
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index 3b2d79dcc8..a44ffbc948 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -239,7 +239,7 @@ is.
=item *
Regular expression patterns can be compiled using
-L<qrE<sol>E<sol>|perlop/qrE<sol>STRINGE<sol>msixpodual> with actual
+L<qrE<sol>E<sol>|perlop/qrE<sol>STRINGE<sol>msixpodualn> with actual
matching deferred to later. Again, it is whether or not the compilation
was done within the scope of C<use locale> that determines the match
behavior, not if the matches are done within such a scope or not.