aboutsummaryrefslogtreecommitdiffstats
path: root/man3/clog.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-03-17 15:00:52 +0100
committerAlejandro Colomar <alx@kernel.org>2023-03-17 22:11:09 +0100
commit196224f70f7dc4931afe6119f9667ca635e10d7e (patch)
treea5b798418cec992d74dc350eaea1c4103b5b591e /man3/clog.3
parent78e49fe92e4a91362ea16cb9fa44a7bc00b0e50f (diff)
downloadman-pages-196224f70f7dc4931afe6119f9667ca635e10d7e.tar.gz
man2/, man3/, man-pages.7: Move VERSIONS next to STANDARDS
VERSIONS and STANDARDS are closely related (and often the distinction is not so clear). Now that we're going to add another section, HISTORY, that is related to both, it makes sense to have the three together. As a curiosity, the list in man-pages(7) that detailed what each section should contain had them by accident(?) in the order that we're moving to, instead of the order that was used elsewhere. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3/clog.3')
-rw-r--r--man3/clog.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/clog.3 b/man3/clog.3
index d64f1f071c..3eba791c70 100644
--- a/man3/clog.3
+++ b/man3/clog.3
@@ -42,8 +42,6 @@ clog(z) = log(cabs(z)) + I * carg(z)
Note that
.I z
close to zero will cause an overflow.
-.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).
@@ -63,6 +61,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 SEE ALSO