diff options
Diffstat (limited to 'docs/libcurl/curl_mime_data.3')
| -rw-r--r-- | docs/libcurl/curl_mime_data.3 | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libcurl/curl_mime_data.3 b/docs/libcurl/curl_mime_data.3 index 85aee65e4..c458f2d38 100644 --- a/docs/libcurl/curl_mime_data.3 +++ b/docs/libcurl/curl_mime_data.3 @@ -29,7 +29,7 @@ curl_mime_data - set a mime part's body data from memory  .BI ", size_t " datasize ");"  .ad  .SH DESCRIPTION -curl_mime_data() sets a mime part's body content from memory data. +\fIcurl_mime_data(3)\fP sets a mime part's body content from memory data.  \fIdata\fP points to the data bytes: those are copied to the part and their  storage may safely be reused after call. @@ -43,13 +43,13 @@ is retained. It is possible to unassign part's contents by setting  \fIdata\fP to NULL.  Setting very large data is memory consuming: one might consider using -\fIcurl_mime_data_cb\fP() in such a case. - +\fIcurl_mime_data_cb(3)\fP in such a case.  .SH AVAILABILITY  As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.  .SH RETURN VALUE  CURLE_OK or a CURL error code upon failure. -  .SH "SEE ALSO"  .BR curl_mime_addpart "(3),"  .BR curl_mime_data_cb "(3)" +.BR curl_mime_name "(3)" +.BR curl_mime_type "(3)"  | 
