]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/cfree.3
getent.1, intro.1, time.1, _exit.2, alloc_hugepages.2, arch_prctl.2, clock_getres...
[thirdparty/man-pages.git] / man3 / cfree.3
index 896636a126ee76ab624d2eac7bb272dd0b158c56..5bbd233fab62de3e88bf5e73b0cf39b7aae2ecb4 100644 (file)
@@ -64,7 +64,7 @@ In glibc, the function
 is a synonym for
 .BR free (3),
 "added for compatibility with SunOS".
-.LP
+.PP
 Other systems have other functions with this name.
 The declaration is sometimes in
 .I <stdlib.h>
@@ -75,7 +75,7 @@ Some SCO and Solaris versions have malloc libraries with a 3-argument
 .BR cfree (),
 apparently as an analog to
 .BR calloc (3).
-.LP
+.PP
 If you need it while porting something, add
 .PP
 .in +4n
@@ -85,7 +85,7 @@ If you need it while porting something, add
 .in
 .PP
 to your file.
-.LP
+.PP
 A frequently asked question is "Can I use
 .BR free (3)
 to free memory allocated with
@@ -94,7 +94,7 @@ or do I need
 .BR cfree ()?"
 Answer: use
 .BR free (3).
-.LP
+.PP
 An SCO manual writes: "The cfree routine is provided for compliance
 to the iBCSe2 standard and simply calls free.
 The num and size