summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-01 20:01:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-01 20:01:22 +0000
commit0ea6b70f2b30a0342fca7b9c4257f1f6bc20e6e6 (patch)
tree14dda541d738dcf0ea6c12449a2e601a13f13429 /pod
parentb368a11e550966bf0db2a4cf4c43e69abbcbd3e2 (diff)
downloadperl-0ea6b70f2b30a0342fca7b9c4257f1f6bc20e6e6.tar.gz
Locale warning explanation tweak.
p4raw-id: //depot/perl@7519
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod15
1 files changed, 8 insertions, 7 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 3994531000..1be2bc5c06 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2567,13 +2567,14 @@ C<sh>-shell in. See "PERL_SH_DIR" in L<perlos2>.
Exactly what were the failed locale settings varies. In the above the
settings were that the LC_ALL was "En_US" and the LANG had no value.
-This error means that Perl detected that you and/or your system
-administrator have set up the so-called variable system but Perl could
-not use those settings. This was not dead serious, fortunately: there
-is a "default locale" called "C" that Perl can and will use, the script
-will be run. Before you really fix the problem, however, you will get
-the same error message each time you run Perl. How to really fix the
-problem can be found in L<perllocale> section B<LOCALE PROBLEMS>.
+This error means that Perl detected that you and/or your operating
+system supplier and/or system administrator have set up the so-called
+locale system but Perl could not use those settings. This was not
+dead serious, fortunately: there is a "default locale" called "C" that
+Perl can and will use, the script will be run. Before you really fix
+the problem, however, you will get the same error message each time
+you run Perl. How to really fix the problem can be found in
+L<perllocale> section B<LOCALE PROBLEMS>.
=item Permission denied