summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-04-12 13:51:48 -0600
committerKarl Williamson <khw@cpan.org>2016-05-24 10:28:37 -0600
commitff52fcf1dae90deb49f680d7cdbf78a04458ac47 (patch)
tree97a629b5670e20acf367ff1e6b79b7524bda4fa8 /pod/perllocale.pod
parent79f120c89a6e123770f65fd49893ef0b379cd922 (diff)
downloadperl-ff52fcf1dae90deb49f680d7cdbf78a04458ac47.tar.gz
perllocale: Change headings so two aren't identical
Two html anchors in this pod were identical, which isn't a problem unless you try to link to one of them, as the next commit does
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index ddb60f2280..b6778604e3 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -768,7 +768,7 @@ The following subsections describe basic locale categories. Beyond these,
some combination categories allow manipulation of more than one
basic category at a time. See L<"ENVIRONMENT"> for a discussion of these.
-=head2 Category C<LC_COLLATE>: Collation
+=head2 Category C<LC_COLLATE>: Collation: Text Comparisons and Sorting
In the scope of a S<C<use locale>> form that includes collation, Perl
looks to the C<LC_COLLATE>
@@ -975,7 +975,7 @@ to crack.
See also L<I18N::Langinfo> and C<CRNCYSTR>.
-=head2 C<LC_TIME>
+=head2 Category C<LC_TIME>: Respresentation of time
Output produced by C<POSIX::strftime()>, which builds a formatted
human-readable date/time string, is affected by the current C<LC_TIME>