diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-22 14:42:10 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-23 18:27:40 -0700 |
commit | 3f7bac22cc5a95125087775838d75501643ff1d0 (patch) | |
tree | 9085e138c736c616cbfb344f222a669208b8717c /pod | |
parent | 2b60d3358e6c7e5359b5f9d58b5174366b20e93a (diff) | |
download | perl-3f7bac22cc5a95125087775838d75501643ff1d0.tar.gz |
perllocale: Nit.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perllocale.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod index 5efc7549c3..6f94381c51 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -182,7 +182,8 @@ hasn't yet been called in the course of the program's execution, the current locale is that which was determined by the L</"ENVIRONMENT"> in effect at the start of the program, except that C<L<LC_NUMERIC|/Category LC_NUMERIC: Numeric Formatting>> is always -initialized to the C locale (mentioned under L<Finding locales>). +initialized to the C locale (the C locale is mentioned under L<Finding +locales>). If there is no valid environment, the current locale is whatever the system default has been set to. It is likely, but not necessarily, the "C" locale. |