diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-08-11 10:12:09 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-08-11 10:12:09 +0200 |
commit | 16f9c96e32a2993f6c09172b392d7c7d45344c33 (patch) | |
tree | da35d20b7001be6c220804c2b0066542ebd532e6 | |
parent | d67647f5f40a7e78bffc92ff8600c67f95d3d7b0 (diff) | |
download | perl-16f9c96e32a2993f6c09172b392d7c7d45344c33.tar.gz |
Revert "perlunicode.pod: Elaborate unicode bug for POSIX"
This reverts commit d67647f5f40a7e78bffc92ff8600c67f95d3d7b0.
-rw-r--r-- | pod/perlunicode.pod | 3 |
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 * |