summaryrefslogtreecommitdiff
path: root/usr/src/man/man3m
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2017-08-25 11:47:18 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2017-08-25 11:47:18 +0000
commit7ea43bde3158af4cd2e4bf46023f931bf0f29b4d (patch)
tree7a66e47a5e0b1cb7521344945666b1eda68f0f7b /usr/src/man/man3m
parent959bbe4636373bd4e9a18ac470476803cc2087d0 (diff)
parentb31ca922c7346747131aed07c0c171ec2f573aac (diff)
downloadillumos-joyent-7ea43bde3158af4cd2e4bf46023f931bf0f29b4d.tar.gz
[illumos-gate merge]
commit b31ca922c7346747131aed07c0c171ec2f573aac 8566 Man pages contain cross-reference errata
Diffstat (limited to 'usr/src/man/man3m')
-rw-r--r--usr/src/man/man3m/Makefile13
-rw-r--r--usr/src/man/man3m/copysign.3m2
-rw-r--r--usr/src/man/man3m/pow.3m2
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.