summaryrefslogtreecommitdiff
path: root/pod/perlretut.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlretut.pod')
-rw-r--r--pod/perlretut.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perlretut.pod b/pod/perlretut.pod
index 3e83c1305f..7f8e8f5430 100644
--- a/pod/perlretut.pod
+++ b/pod/perlretut.pod
@@ -1752,8 +1752,9 @@ character class of Unicode 'marks', for example accent marks.
For the full list see L<perlunicode>.
The Unicode has also been separated into blocks of charaters which you
-can test with C<\p{InBlock}> and C<\P{InBlock}>, for example C<\p{InGreek}>
-and C<\P{InKatakana}>. For the full list see L<perlunicode>.
+can test with C<\p{In...}> (in) and C<\P{In...}> (not in), for example
+C<\p{InLatin}, C<\p{InGreek}>, or C<\P{InKatakana}>. For the full list see
+L<perlunicode>.
For the the full and latest information see the latest Unicode standard.