aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_mime_type.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_mime_type.3')
-rw-r--r--docs/libcurl/curl_mime_type.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_mime_type.3 b/docs/libcurl/curl_mime_type.3
index 4882ceec2..59841d5bd 100644
--- a/docs/libcurl/curl_mime_type.3
+++ b/docs/libcurl/curl_mime_type.3
@@ -75,9 +75,9 @@ CURLE_OK or a CURL error code upon failure.
curl_mime_type(part, "image/png");
/* set name */
- curl_mime_name(part, "image", CURL_ZERO_TERMINATED);
+ curl_mime_name(part, "image");
.fi
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3)"
-.BR curl_mime_name "(3)"
+.BR curl_mime_addpart "(3),"
+.BR curl_mime_name "(3),"
.BR curl_mime_data "(3)"