diff options
Diffstat (limited to 'usr/src/man/man3m')
| -rw-r--r-- | usr/src/man/man3m/Makefile | 13 | ||||
| -rw-r--r-- | usr/src/man/man3m/copysign.3m | 2 | ||||
| -rw-r--r-- | usr/src/man/man3m/pow.3m | 2 |
3 files changed, 14 insertions, 3 deletions
diff --git a/usr/src/man/man3m/Makefile b/usr/src/man/man3m/Makefile index 32343dddf7..f245da0479 100644 --- a/usr/src/man/man3m/Makefile +++ b/usr/src/man/man3m/Makefile @@ -10,6 +10,7 @@ # # Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com> +# Copyright (c) 2017, Chris Fraire <cfraire@me.com>. include ../../Makefile.master @@ -123,8 +124,18 @@ MANFILES = acos.3m \ trunc.3m \ y0.3m +MANLINKS= fesetenv.3m \ + fesetexceptflag.3m \ + fesetround.3m + +fesetenv.3m := LINKSRC = fegetenv.3m + +fesetexceptflag.3m := LINKSRC = fegetexceptflag.3m + +fesetround.3m := LINKSRC = fegetround.3m + .KEEP_STATE: include ../Makefile.man -install: $(ROOTMANFILES) +install: $(ROOTMANFILES) $(ROOTMANLINKS) diff --git a/usr/src/man/man3m/copysign.3m b/usr/src/man/man3m/copysign.3m index 017b9f9088..0f101f665a 100644 --- a/usr/src/man/man3m/copysign.3m +++ b/usr/src/man/man3m/copysign.3m @@ -67,4 +67,4 @@ MT-LevelMT-Safe .SH SEE ALSO .sp .LP -\fBmath.h\fR(3HEAD), \fBsignbit\fR(3M),\fBattributes\fR(5), \fBstandards\fR(5) +\fBmath.h\fR(3HEAD), \fBsignbit\fR(3M), \fBattributes\fR(5), \fBstandards\fR(5) diff --git a/usr/src/man/man3m/pow.3m b/usr/src/man/man3m/pow.3m index 78f49df142..f33fb1387c 100644 --- a/usr/src/man/man3m/pow.3m +++ b/usr/src/man/man3m/pow.3m @@ -98,7 +98,7 @@ For \fIy\fR > 0 and not an odd integer, if \fIx\fR is \(+-0, +0 is returned. If \fIx\fR is \(+-1 and \fIy\fR is \(+-Inf, and the application was compiled with the \fBcc\fR compiler driver, NaN is returned. If, however, the application was compiled with the \fBc99\fR compiler driver and is therefore -SUSv3-conforming (see\fBstandards\fR(5)), 1.0 is returned. +SUSv3-conforming (see \fBstandards\fR(5)), 1.0 is returned. .sp .LP For |\fIx\fR| < 1, if \fIy\fR is \(miInf, +Inf is returned. |
