From 2e4074c953e96cadc3182454fd437f9a348e37ce Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 4 Sep 2017 09:20:24 +0200 Subject: docs: curl_mime_*.3 man page formatting edits --- docs/libcurl/curl_mime_free.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/libcurl/curl_mime_free.3') diff --git a/docs/libcurl/curl_mime_free.3 b/docs/libcurl/curl_mime_free.3 index 87fea127b..9394b5748 100644 --- a/docs/libcurl/curl_mime_free.3 +++ b/docs/libcurl/curl_mime_free.3 @@ -28,10 +28,10 @@ curl_mime_free - free a previously built mime structure .BI "void curl_mime_free(curl_mime *" mime); .ad .SH DESCRIPTION -curl_mime_free() is used to clean up data previously built/appended with -\fIcurl_mime_addpart(3)\fP and other mime-handling functions. -This must be called when the data has been used, which -typically means after \fIcurl_easy_perform(3)\fP has been called. +\fIcurl_mime_free(3)\fP is used to clean up data previously built/appended +with \fIcurl_mime_addpart(3)\fP and other mime-handling functions. This must +be called when the data has been used, which typically means after +\fIcurl_easy_perform(3)\fP has been called. The handle to free is the one you passed to the \fICURLOPT_MIMEPOST(3)\fP option: attached subparts mime structures must -- cgit v1.2.3