summaryrefslogtreecommitdiffstats
path: root/man3/cimag.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/cimag.3')
-rw-r--r--man3/cimag.321
1 files changed, 10 insertions, 11 deletions
diff --git a/man3/cimag.3 b/man3/cimag.3
index 8b97af19b..4a9293e6c 100644
--- a/man3/cimag.3
+++ b/man3/cimag.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: GPL-1.0-or-later
.\"
-.TH cimag 3 2022-12-15 "Linux man-pages 6.03"
+.TH cimag 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
cimag, cimagf, cimagl \- get imaginary part of a complex number
.SH LIBRARY
@@ -28,32 +28,31 @@ One has:
z = creal(z) + I * cimag(z)
.EE
.in
-.SH VERSIONS
-These functions were added in glibc 2.1.
.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 cimag (),
.BR cimagf (),
.BR cimagl ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
-.SH STANDARDS
-C99, POSIX.1-2001, POSIX.1-2008.
-.SH NOTES
-gcc also supports __imag__.
+.SH VERSIONS
+GCC also supports __imag__.
That is a GNU extension.
+.SH STANDARDS
+C11, POSIX.1-2008.
+.SH HISTORY
+glibc 2.1.
+C99, POSIX.1-2001.
.SH SEE ALSO
.BR cabs (3),
.BR creal (3),