In perl.git, the branch smoke-me/jkeenan/134272-posix has been updated <https://perl5.git.perl.org/perl.git/commitdiff/6d914bd3f7956cb5b987fbfcfe53e05198b2ca62?hp=dc65f37092690cb834e2b1030cd905ed0a0066dd>
- Log ----------------------------------------------------------------- commit 6d914bd3f7956cb5b987fbfcfe53e05198b2ca62 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
