]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/cfree.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / cfree.3
index 7b137cc505a83e38deb2e4008395c3e91686bccc..ee468316ed2c8d50ed3b1905d890a7052e6534f5 100644 (file)
@@ -41,7 +41,8 @@ cfree \- free allocated memory
 .BI "void cfree(void *" ptr ", size_t " nelem ", size_t " elsize );
 .fi
 .SH DESCRIPTION
-This function should never be used. Use
+This function should never be used.
+Use
 .BR free (3)
 instead.
 .SS "1-arg cfree"
@@ -80,7 +81,8 @@ Answer: use
 .BR free ().
 .LP
 An SCO manual writes: "The cfree routine is provided for compliance
-to the iBCSe2 standard and simply calls free. The num and size
+to the iBCSe2 standard and simply calls free.
+The num and size
 arguments to cfree are not used."
 .SH "RETURN VALUE"
 The SunOS version of
@@ -93,7 +95,7 @@ In case of error,
 is set to EINVAL: the value of
 .I ptr
 was not a pointer to a block previously allocated by
-one of the routines in the 
+one of the routines in the
 .BR malloc (3)
 family.
 .SH "CONFORMING TO"