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/opts | |
parent | d24c05b9081f7bf38f04f50f10c557eefee40f04 (diff) |
docs: curl_mime_*.3 man page formatting edits
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_MIMEPOST.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/opts/CURLOPT_MIMEPOST.3 b/docs/libcurl/opts/CURLOPT_MIMEPOST.3 index a3a964f7f..dd64c4b17 100644 --- a/docs/libcurl/opts/CURLOPT_MIMEPOST.3 +++ b/docs/libcurl/opts/CURLOPT_MIMEPOST.3 @@ -31,13 +31,13 @@ curl_mime *mime; CURLcode curl_easy_setopt(CURL *handle, CURLOPT_MIMEPOST, mime); .SH DESCRIPTION -Pass a mime handle previously obtained from \fIcurl_mime_init()\fP. +Pass a mime handle previously obtained from \fIcurl_mime_init(3)\fP. This setting is supported by the HTTP protocol to post forms and by the SMTP and IMAP protocols to provide the e-mail data to send/upload. -This option is the preferred way of posting an HTTP form, replacing -and extending the deprecated \fICURLOPT_HTTPPOST\fP option. +This option is the preferred way of posting an HTTP form, replacing and +extending the deprecated \fICURLOPT_HTTPPOST(3)\fP option. .SH PROTOCOLS HTTP, SMTP, IMAP. .SH AVAILABILITY |