diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-09-04 09:20:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-09-04 09:20:24 +0200 |
commit | 2e4074c953e96cadc3182454fd437f9a348e37ce (patch) | |
tree | 7a4ed2cd14735c44bd62b41f95f864c36ec5e3c0 /docs/libcurl/curl_mime_filename.3 | |
parent | d24c05b9081f7bf38f04f50f10c557eefee40f04 (diff) | |
download | curl-2e4074c953e96cadc3182454fd437f9a348e37ce.tar.gz |
docs: curl_mime_*.3 man page formatting edits
Diffstat (limited to 'docs/libcurl/curl_mime_filename.3')
-rw-r--r-- | docs/libcurl/curl_mime_filename.3 | 13 |
1 files changed, 6 insertions, 7 deletions
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) " |