From: Vincent Pit Date: Wed, 3 Mar 2010 13:48:58 +0000 (+0100) Subject: Fix an example for LC_COLLATE in POSIX.pod that actually sets LC_ALL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=801ed997c7a7937af6eb7d7e84217db79179b4f4;p=p5sagit%2Fp5-mst-13.2.git Fix an example for LC_COLLATE in POSIX.pod that actually sets LC_ALL Spotted by Olivier Raginel. --- diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 5a2137c..64852e9 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1103,7 +1103,7 @@ Spanish. B: The naming and availability of locales depends on your operating system. Please consult L 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