diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-19 09:16:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-19 09:16:44 +0000 |
commit | b478f28d3c42f92a71da0b37f44cc5e7d70574a6 (patch) | |
tree | 9bee68709ea9216264bfcc0f4deba68d9f32a806 /pod/perllocale.pod | |
parent | 45615152ed19be6495955de9737d8317123b0512 (diff) | |
download | perl-b478f28d3c42f92a71da0b37f44cc5e7d70574a6.tar.gz |
Mention /usr/share/locale.
p4raw-id: //depot/cfgperl@2648
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r-- | pod/perllocale.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod index 95aa6af167..76f9713b04 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -215,6 +215,8 @@ I<SEE ALSO> section). If that fails, try the following command lines: ls /usr/lib/nls + ls /usr/share/locale + and see whether they list something resembling these en_US.ISO8859-1 de_DE.ISO8859-1 ru_RU.ISO8859-5 |