aboutsummaryrefslogtreecommitdiffstats
path: root/man3/__setfpucw.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-07-23 02:57:20 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-07-23 02:57:20 +0000
commitc45bd688fd44d36732edbafe2f73f68c3a1566bc (patch)
tree3193595ecec38b6a54f6edd1d084eed2b67b6a58 /man3/__setfpucw.3
parent6457ee5a49b2d9e6b9c2cf0977a8d480ca2c7bd2 (diff)
downloadman-pages-c45bd688fd44d36732edbafe2f73f68c3a1566bc.tar.gz
s/floating point/floating-point/ when used attributively.
Diffstat (limited to 'man3/__setfpucw.3')
-rw-r--r--man3/__setfpucw.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/__setfpucw.3 b/man3/__setfpucw.3
index b631ff7e06..c4e015337b 100644
--- a/man3/__setfpucw.3
+++ b/man3/__setfpucw.3
@@ -13,9 +13,9 @@ __setfpucw \- set FPU control word on i386 architecture (obsolete)
.BR __setfpucw ()
transfers
.I control_word
-to the registers of the FPU (floating point unit) on the i386 architecture.
-This was used to control floating point precision,
-rounding and floating point exceptions.
+to the registers of the FPU (floating-point unit) on the i386 architecture.
+This was used to control floating-point precision,
+rounding and floating-point exceptions.
.SH CONFORMING TO
This function was a non-standard GNU extension.
.SH NOTES
@@ -25,7 +25,7 @@ There are new functions from C99, with prototypes in
to control FPU rounding modes, like
.IR fegetround ,
.IR fesetround ,
-and the floating point environment, like
+and the floating-point environment, like
.IR fegetenv ,
.IR feholdexcept ,
.IR fesetenv ,