diff --git a/man3/cfree.3 b/man3/cfree.3 index 5bbd233fa..2703551a2 100644 --- a/man3/cfree.3 +++ b/man3/cfree.3 @@ -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 ()