--- curl_formadd.3-unpatched 2013-05-28 07:09:56.633966577 -0400
+++ curl_formadd.3 2013-05-28 07:10:11.089966307 -0400
@@ -42,7 +42,7 @@
The pointers \fIfirstitem\fP and \fIlastitem\fP should both be pointing to
NULL in the first call to this function. All list-data will be allocated by
the function itself. You must call \fIcurl_formfree(3)\fP on the
-\fIfirstitem\P after the form post has been done to free the resources.
+\fIfirstitem\fP after the form post has been done to free the resources.
Using POST with HTTP 1.1 implies the use of a "Expect: 100-continue" header.
You can disable this header with \fICURLOPT_HTTPHEADER\fP as usual.
Thanks, merged and pushed as commit 9986c6cb2b0.