summaryrefslogtreecommitdiff
path: root/pod/perlunicode.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-08 22:14:21 -0600
committerKarl Williamson <khw@cpan.org>2015-05-08 22:18:35 -0600
commitf6cf462769452c3cb33bad43544b1e536d797585 (patch)
treea0279b1b51e1bc0975a61b48c539c4c7642b4ad5 /pod/perlunicode.pod
parent119bc988ad4d9a872b93f0d825bb62845c7eaf63 (diff)
downloadperl-f6cf462769452c3cb33bad43544b1e536d797585.tar.gz
perlunicode: Fix small misstatement
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r--pod/perlunicode.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 8edbaace85..edeb37dd30 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -291,9 +291,10 @@ Unicode.
=item * There are additional methods for regular expression patterns
-A pattern that is compiled with the L<C<E<sol>u>|perlre/E<sol>u> modifier is
-treated as Unicode. Under the C</d> modifier, there are several other
-indications of Unicode; see L<perlre/E<sol>d>.
+A pattern that is compiled with the C<< /u >> or C<< /a >> modifiers is
+treated as Unicode (though there are some restrictions with C<< /a >>).
+Under the C<< /d >> and C<< /l >> modifiers, there are several other
+indications for Unicode; see L<perlre/Character set modifiers>.
=back