aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc_trim.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/malloc_trim.3')
-rw-r--r--man3/malloc_trim.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/malloc_trim.3 b/man3/malloc_trim.3
index 4ae3cac17c..b94fcb5a2e 100644
--- a/man3/malloc_trim.3
+++ b/man3/malloc_trim.3
@@ -42,8 +42,6 @@ function returns 1 if memory was actually released back to the system,
or 0 if it was not possible to release any memory.
.SH ERRORS
No errors are defined.
-.\" .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).
@@ -61,6 +59,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