summaryrefslogtreecommitdiffstats
path: root/man3/ilogb.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ilogb.3')
-rw-r--r--man3/ilogb.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/ilogb.3 b/man3/ilogb.3
index a825d5766..100b0c8cf 100644
--- a/man3/ilogb.3
+++ b/man3/ilogb.3
@@ -7,7 +7,7 @@
.\"
.\" Inspired by a page by Walter Harms created 2002-08-10
.\"
-.TH ilogb 3 2023-02-05 "Linux man-pages 6.03"
+.TH ilogb 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
ilogb, ilogbf, ilogbl \- get integer exponent of a floating-point value
.SH LIBRARY
@@ -111,26 +111,26 @@ is set to
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR ilogb (),
.BR ilogbf (),
.BR ilogbl ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-C99, POSIX.1-2001, POSIX.1-2008.
+C11, POSIX.1-2008.
+.SH HISTORY
+C99, POSIX.1-2001.
.SH BUGS
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6794
+.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6794
Before glibc 2.16, the following bugs existed in the
glibc implementation of these functions:
.IP \[bu] 3