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_filename.3 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'docs/libcurl/curl_mime_filename.3') diff --git a/docs/libcurl/curl_mime_filename.3 b/docs/libcurl/curl_mime_filename.3 index 4c09402aa..db4482cdd 100644 --- a/docs/libcurl/curl_mime_filename.3 +++ b/docs/libcurl/curl_mime_filename.3 @@ -29,10 +29,10 @@ curl_mime_filename - set a mime part's remote file name .BI "const char * " filename ");" .ad .SH DESCRIPTION -curl_mime_filename() sets a mime part's remote file name. When remote file -name is set, content data is processed as a file, whatever is the part's -content source. A part's remote file name is transmitted to the server in -the associated Content-Disposition generated header. +\fIcurl_mime_filename(3)\fP sets a mime part's remote file name. When remote +file name is set, content data is processed as a file, whatever is the part's +content source. A part's remote file name is transmitted to the server in the +associated Content-Disposition generated header. \fIpart\fP is the part's handle to assign the remote file name to. \fIfilename\fP points to the nul-terminated file name string; it may be set to @@ -41,11 +41,10 @@ NULL to remove a previously attached remote file name. The remote file name string is copied into the part, thus the associated storage may safely be released or reused after call. Setting a part's file name twice is valid: only the value set by the last call is retained. - .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_addpart "(3) " +.BR curl_mime_filedata "(3) " -- cgit v1.2.3