OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / malloc_trim.3
index 6388a71..4c9bf48 100644 (file)
@@ -1,6 +1,7 @@
 '\" t
 .\" Copyright (c) 2012 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -20,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .TH MALLOC_TRIM 3  2012-03-29 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -69,8 +71,8 @@ in
 
 This function cannot release free memory located at places
 other than the top of the heap.
-.SH NOTES
-This function only releases memory in the main arena.
+
+This function releases only memory in the main arena.
 .\" malloc/malloc.c::mTRIm():
 .\"     return result | (av == &main_arena ? sYSTRIm (pad, av) : 0);
 .SH SEE ALSO