summaryrefslogtreecommitdiff
path: root/usr/src/man/man3m/ilogb.3m
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3m/ilogb.3m')
-rw-r--r--usr/src/man/man3m/ilogb.3m15
1 files changed, 10 insertions, 5 deletions
diff --git a/usr/src/man/man3m/ilogb.3m b/usr/src/man/man3m/ilogb.3m
index 71e96abaef..00577ea8b2 100644
--- a/usr/src/man/man3m/ilogb.3m
+++ b/usr/src/man/man3m/ilogb.3m
@@ -102,7 +102,7 @@ as a signed integer value. They are equivalent to calling the corresponding
.LP
If \fIx\fR is 0, the value \fBFP_ILOGB0\fR is returned. For SUSv3-conforming
applications compiled with the \fBc99\fR compiler driver (see
-\fBstandards\fR(5)), a domain error occurs.
+\fBstandards\fR(7)), a domain error occurs.
.sp
.LP
If \fIx\fR is \(+-Inf, the value \fBINT_MAX\fR is returned. For
@@ -134,7 +134,7 @@ non-zero, then the invalid floating-point exception is raised.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -153,6 +153,11 @@ MT-Level MT-Safe
.SH SEE ALSO
.sp
.LP
-\fBfeclearexcept\fR(3M), \fBfetestexcept\fR(3M), \fBlimits.h\fR(3HEAD),
-\fBlogb\fR(3M), \fBmath.h\fR(3HEAD), \fBscalb\fR(3M), \fBattributes\fR(5),
-\fBstandards\fR(5)
+.BR limits.h (3HEAD),
+.BR math.h (3HEAD),
+.BR feclearexcept (3M),
+.BR fetestexcept (3M),
+.BR logb (3M),
+.BR scalb (3M),
+.BR attributes (7),
+.BR standards (7)