aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc_stats.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc_stats.3')
-rw-r--r--man3/malloc_stats.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/malloc_stats.3 b/man3/malloc_stats.3
index afe8b9ccbd..4dd2d8ca79 100644
--- a/man3/malloc_stats.3
+++ b/man3/malloc_stats.3
@@ -35,8 +35,6 @@ the function prints the sum of these two statistics for all arenas,
and the maximum number of blocks and bytes that were ever simultaneously
allocated using
.BR mmap (2).
-.\" .SH VERSIONS
-.\" Available already in glibc 2.0, possibly earlier
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@@ -54,6 +52,8 @@ T} Thread safety MT-Safe
.hy
.ad
.sp 1
+.\" .SH VERSIONS
+.\" Available already in glibc 2.0, possibly earlier
.SH STANDARDS
This function is a GNU extension.
.SH NOTES