removed nroff mistake
authorDaniel Stenberg <daniel@haxx.se>
Fri, 15 Nov 2002 14:13:46 +0000 (14:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Nov 2002 14:13:46 +0000 (14:13 +0000)
docs/libcurl/curl_formadd.3

index 7a4cb44..8ede2bb 100644 (file)
@@ -49,7 +49,7 @@ length of the name with \fBCURLFORM_NAMELENGTH\fP.
 .B CURLFORM_COPYCONTENTS
 followed by a string is used for the contents of this part, the actual data to
 send away. libcurl copies the given data, so your application doesn't need to
-keep it around after this function call (\f). If the data isn't zero terminated
+keep it around after this function call. If the data isn't zero terminated
 properly, or if you'd like it to contain zero bytes, you need to set the
 length of the name with \fBCURLFORM_CONTENTSLENGTH\fP.