diff options
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/fpgetround.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3 index 33c94b7..73fc1a0 100644 --- a/share/man/man3/fpgetround.3 +++ b/share/man/man3/fpgetround.3 @@ -170,10 +170,10 @@ At present, they are implemented only on the i386 and amd64 platforms. .Sh SEE ALSO .Xr fenv 3 , .Xr isnan 3 +.Sh HISTORY +These routines are based on SysV/386 routines of the same name. .Sh CAVEATS After a floating point exception and before a mask is set, the sticky flags must be reset. If another exception occurs before the sticky flags are reset, then a wrong exception type may be signaled. -.Sh HISTORY -These routines are based on SysV/386 routines of the same name. |