summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorSHIRAKATA Kentaro <argrath@ub32.org>2015-04-18 13:46:39 -0400
committerJames E Keenan <jkeenan@cpan.org>2015-04-18 13:46:39 -0400
commit3ee1a09cee3f9a1b093b52ce2069c1d1c9b35637 (patch)
treef4b19ca978cd40e3b4cd0a762777ee453cc29c2d /pod/perllocale.pod
parent3916408ad57e7e4163e718920fc76f876294c442 (diff)
downloadperl-3ee1a09cee3f9a1b093b52ce2069c1d1c9b35637.tar.gz
Small typographical corrections to documentation.
Commit modifies 4 of 5 files in patch submitted by author in RT #124335.
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 5482888593..701b4228f5 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -1251,7 +1251,7 @@ priority than C<LC_ALL>. Moreover, it's not a single value but
instead a "path" (":"-separated list) of I<languages> (not locales).
See the GNU C<gettext> library documentation for more information.
-=item C<LC_CTYPE>.
+=item C<LC_CTYPE>
In the absence of C<LC_ALL>, C<LC_CTYPE> chooses the character type
locale. In the absence of both C<LC_ALL> and C<LC_CTYPE>, C<LANG>
@@ -1285,7 +1285,7 @@ C<LANG> chooses the date and time formatting locale.
C<LANG> is the "catch-all" locale environment variable. If it is set, it
is used as the last resort after the overall C<LC_ALL> and the
-category-specific C<LC_I<foo>>
+category-specific C<LC_I<foo>>.
=back