summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-08-11 10:12:09 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2010-08-11 10:12:09 +0200
commit16f9c96e32a2993f6c09172b392d7c7d45344c33 (patch)
treeda35d20b7001be6c220804c2b0066542ebd532e6
parentd67647f5f40a7e78bffc92ff8600c67f95d3d7b0 (diff)
downloadperl-16f9c96e32a2993f6c09172b392d7c7d45344c33.tar.gz
Revert "perlunicode.pod: Elaborate unicode bug for POSIX"
This reverts commit d67647f5f40a7e78bffc92ff8600c67f95d3d7b0.
-rw-r--r--pod/perlunicode.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index d895357fdd..bbe2e1a936 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -1407,8 +1407,7 @@ Using caseless (C</i>) regular expression matching
=item *
-Matching a number of properties in regular expressions, namely C<\s>, C<\w>,
-and all the Posix character classes I<except> C<[[:ascii:]]>.
+Matching a number of properties in regular expressions, such as C<\w>
=item *