summaryrefslogtreecommitdiff
path: root/ext/POSIX/lib
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-12-20 14:41:48 -0700
committerKarl Williamson <khw@cpan.org>2019-12-20 21:33:24 -0700
commit4e6effb786a6b2dd050299c31275ddd2b44d0f57 (patch)
tree25d97676aed4f3376f8bb5261b10103eacad569c /ext/POSIX/lib
parent06283613f8e6e81053444fea0cfc441db9c776a9 (diff)
downloadperl-4e6effb786a6b2dd050299c31275ddd2b44d0f57.tar.gz
POSIX.pod: Fix typo
Diffstat (limited to 'ext/POSIX/lib')
-rw-r--r--ext/POSIX/lib/POSIX.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/lib/POSIX.pod b/ext/POSIX/lib/POSIX.pod
index d0b7f5ade2..043902a2b5 100644
--- a/ext/POSIX/lib/POSIX.pod
+++ b/ext/POSIX/lib/POSIX.pod
@@ -1822,7 +1822,7 @@ POSIX-compliant systems set C<$!> (C<$ERRNO>) to indicate a translation
error, so clear C<$!> before calling C<strtod>. However, non-POSIX systems
may not check for overflow, and therefore will never set C<$!>.
-C<strtod> respects any POSIX C<setlocale()> C<LC_TIME> settings,
+C<strtod> respects any POSIX C<setlocale()> C<LC_NUMERIC> settings,
regardless of whether or not it is called from Perl code that is within
the scope of S<C<use locale>>. This means it should not be used in a
threaded application unless it's certain that the underlying locale is C