summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-04-18 15:26:04 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-04-18 15:26:04 +0000
commit122c7b7de0fe31478bfa3a2a1ca3718c938c2998 (patch)
treed830f2a4a4a06bd58a0635a59209eebcd43f6d18
parent038c245ee56ceadec972a89e825941ced563a652 (diff)
downloadperl-122c7b7de0fe31478bfa3a2a1ca3718c938c2998.tar.gz
pod/perldelta.pod: POSIX should be in all-caps (not "Posix")
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7b262d7acd..da5b3545e8 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -185,7 +185,7 @@ C<use feature "unicode_strings"> pragmas that are in effect at the time
of compiling the regular expression.
The C</a> regular expression modifier restricts C<\s>, C<\d> and C<\w> and
-the Posix (C<[[:posix:]]>) character classes to the ASCII range. Their
+the POSIX (C<[[:posix:]]>) character classes to the ASCII range. Their
complements and C<\b> and C<\B> are correspondingly
affected. Otherwise, C</a> behaves like the C</u> modifier, in that
case-insensitive matching uses Unicode semantics.