This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct typo in POSIX.pod
authorJames E Keenan <jkeenan@cpan.org>
Wed, 10 Jul 2019 02:33:42 +0000 (22:33 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 10 Jul 2019 12:15:05 +0000 (08:15 -0400)
For RT #134272, as suggested by Paul Townsend.

ext/POSIX/lib/POSIX.pod

index e4f9a3d..cab1501 100644 (file)
@@ -468,7 +468,7 @@ integer value less than or equal to the numerical argument.
 
 Returns the current floating point rounding mode, one of
 
-  FE_TONEAREST FE_TOWARDZERO FE_UPWARD FE_UPWARD
+  FE_TONEAREST FE_TOWARDZERO FE_UPWARD FE_DOWNWARD
 
 C<FE_TONEAREST> is like L</round>, C<FE_TOWARDZERO> is like L</trunc> [C99].