summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-11-15 14:13:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-11-15 14:13:46 +0000
commit3836a70f976e5024ddc3af6b66f167e730791c61 (patch)
tree2d70fad2a5aaea68ac6fe85a0a78c425535c6a5b
parente0ec9fa294691cf4f54314fe87931b5187a63c11 (diff)
downloadgnurl-3836a70f976e5024ddc3af6b66f167e730791c61.tar.gz
gnurl-3836a70f976e5024ddc3af6b66f167e730791c61.tar.bz2
gnurl-3836a70f976e5024ddc3af6b66f167e730791c61.zip
removed nroff mistake
-rw-r--r--docs/libcurl/curl_formadd.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_formadd.3 b/docs/libcurl/curl_formadd.3
index 7a4cb4484..8ede2bbb2 100644
--- a/docs/libcurl/curl_formadd.3
+++ b/docs/libcurl/curl_formadd.3
@@ -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.