diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-03-17 15:00:52 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-03-17 22:11:09 +0100 |
| commit | 196224f70f7dc4931afe6119f9667ca635e10d7e (patch) | |
| tree | a5b798418cec992d74dc350eaea1c4103b5b591e /man3/clog.3 | |
| parent | 78e49fe92e4a91362ea16cb9fa44a7bc00b0e50f (diff) | |
| download | man-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.3 | 4 |
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 |
