diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/POSIX/POSIX.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 5a2137cfb0..64852e94b6 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1103,7 +1103,7 @@ Spanish. B<NOTE>: The naming and availability of locales depends on your operating system. Please consult L<perllocale> for how to find out which locales are available in your system. - $loc = setlocale( LC_ALL, "es_AR.ISO8859-1" ); + $loc = setlocale( LC_COLLATE, "es_AR.ISO8859-1" ); =item setpgid |