cfree.3: Fix misordering of sections

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-06 18:07:04 +02:00
parent e5efbe9106
commit a2d7a55eca
1 changed files with 6 additions and 6 deletions

View File

@ -115,6 +115,12 @@ was not a pointer to a block previously allocated by
one of the routines in the
.BR malloc (3)
family.
.SH VERSIONS
The
.BR cfree ()
function was removed
.\" commit 025b33ae84bb8f15b2748a1d8605dca453fce112
from glibc in version 2.26.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@ -127,12 +133,6 @@ T{
.BR cfree ()
T} Thread safety MT-Safe /* In glibc */
.TE
.SH VERSIONS
The
.BR cfree ()
function was removed
.\" commit 025b33ae84bb8f15b2748a1d8605dca453fce112
from glibc in version 2.26.
.SH CONFORMING TO
The 3-argument version of
.BR cfree ()