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_addpart.3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'docs/libcurl/curl_mime_addpart.3') diff --git a/docs/libcurl/curl_mime_addpart.3 b/docs/libcurl/curl_mime_addpart.3 index 4a86f3813..7bdd43d72 100644 --- a/docs/libcurl/curl_mime_addpart.3 +++ b/docs/libcurl/curl_mime_addpart.3 @@ -28,18 +28,16 @@ curl_mime_addpart - append a new empty part to a mime structure .BI "curl_mimepart * curl_mime_addpart(curl_mime * " mime ");" .ad .SH DESCRIPTION -curl_mime_addpart() appends a new empty part to the given mime structure and -returns a handle to it. -The returned part can be subsequently filled using functions from the mime API. +\fIcurl_mime_addpart(3)\fP creates and appends a new empty part to the given +mime structure and returns a handle to it. The returned part handle can +subsequently be populated using functions from the mime API. \fImime\fP is the handle of the mime structure in which the new part must be appended. - .SH AVAILABILITY As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0. .SH RETURN VALUE A mime part structure handle, or NULL upon failure. - .SH "SEE ALSO" .BR curl_mime_init "(3)," .BR curl_mime_name "(3)," -- cgit v1.2.3