In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/387e2cd4d0d0ac027048044a6c2f046eb1be946f?hp=28eabf1185634216ca335b3a24e1131b0f392ca1>
- Log ----------------------------------------------------------------- commit 387e2cd4d0d0ac027048044a6c2f046eb1be946f Author: James E Keenan <[email protected]> Date: Tue Jul 9 22:33:42 2019 -0400 Correct typo in POSIX.pod For RT #134272, as suggested by Paul Townsend. ----------------------------------------------------------------------- Summary of changes: ext/POSIX/lib/POSIX.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/POSIX/lib/POSIX.pod b/ext/POSIX/lib/POSIX.pod index e4f9a3d18f..cab1501dab 100644 --- a/ext/POSIX/lib/POSIX.pod +++ b/ext/POSIX/lib/POSIX.pod @@ -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]. -- Perl5 Master Repository
