diff options
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r-- | pod/perllocale.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod index 918abfc0d5..0dbabe7d40 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -434,7 +434,7 @@ parameters as integers correctly formatted in the current locale: =head2 I18N::Langinfo Another interface for querying locale-dependent information is the -I18N::Langinfo::langinfo() function, available at least in UNIX-like +I18N::Langinfo::langinfo() function, available at least in Unix-like systems and VMS. The following example will import the langinfo() function itself and @@ -861,7 +861,7 @@ set, it overrides all the rest of the locale environment variables. B<NOTE>: C<LANGUAGE> is a GNU extension, it affects you only if you are using the GNU libc. This is the case if you are using e.g. Linux. -If you are using "commercial" UNIXes you are most probably I<not> +If you are using "commercial" Unixes you are most probably I<not> using GNU libc and you can ignore C<LANGUAGE>. However, in the case you are using C<LANGUAGE>: it affects the |