aboutsummaryrefslogtreecommitdiffstats
path: root/man3/cacosh.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/cacosh.3')
-rw-r--r--man3/cacosh.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/cacosh.3 b/man3/cacosh.3
index 1f5d6f0050..3aa69baba5 100644
--- a/man3/cacosh.3
+++ b/man3/cacosh.3
@@ -34,8 +34,6 @@ One has:
.nf
cacosh(z) = 2 * clog(csqrt((z + 1) / 2) + csqrt((z \- 1) / 2))
.fi
-.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).
@@ -55,6 +53,8 @@ T} Thread safety MT-Safe
.hy
.ad
.sp 1
+.SH VERSIONS
+These functions were added in glibc 2.1.
.SH STANDARDS
C99, POSIX.1-2001, POSIX.1-2008.
.SH EXAMPLES