summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_formfree.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_formfree.3')
-rw-r--r--docs/libcurl/curl_formfree.39
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/libcurl/curl_formfree.3 b/docs/libcurl/curl_formfree.3
index dbca1f325..28e6ba3ce 100644
--- a/docs/libcurl/curl_formfree.3
+++ b/docs/libcurl/curl_formfree.3
@@ -23,10 +23,11 @@
.SH NAME
curl_formfree - free a previously build multipart/formdata HTTP POST chain
.SH SYNOPSIS
-.B #include <curl/curl.h>
-.sp
-.BI "void curl_formfree(struct curl_httppost *" form);
-.ad
+.nf
+#include <curl/curl.h>
+
+void curl_formfree(struct curl_httppost *form);
+.fi
.SH DESCRIPTION
This function is deprecated. Do not use! See \fIcurl_mime_init(3)\fP instead!