]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_formfree.3: mention argument may be NULL
authorDaniel Stenberg <daniel@haxx.se>
Sat, 30 Apr 2011 16:49:35 +0000 (18:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 30 Apr 2011 16:49:35 +0000 (18:49 +0200)
As the code already checks for it we can just as well make it official!

docs/libcurl/curl_formfree.3

index 7c825c980debe179c3244b1c47119889c42cf193..9944666ccc09a2393488e0eb2795ced99af9fe27 100644 (file)
@@ -31,6 +31,9 @@ curl_formfree - free a previously build multipart/formdata HTTP POST chain
 curl_formfree() is used to clean up data previously built/appended with
 \fIcurl_formadd(3)\fP. This must be called when the data has been used, which
 typically means after \fIcurl_easy_perform(3)\fP has been called.
+
+\fBform\fP is the pointer as returned from a previous call to
+\fIcurl_formadd(3)\fP and may be NULL.
 .SH RETURN VALUE
 None
 .SH "SEE ALSO"