]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fix formatting flaw
authorDaniel Stenberg <daniel@haxx.se>
Wed, 1 Sep 2004 09:24:01 +0000 (09:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Sep 2004 09:24:01 +0000 (09:24 +0000)
docs/libcurl/curl_easy_setopt.3

index 1653976414e135ffe6bf2641b19e7c504eae584e..5159953edb8f1a5ec1113d73c6728eaa119aa7b4 100644 (file)
@@ -480,7 +480,7 @@ used POST method).
 
 Use the \fICURLOPT_POSTFIELDS\fP option to specify what data to post and
 \fICURLOPT_POSTFIELDSIZE\fP to set the data size. Optionally, you can provide
-data to POST using the \fICURLOPT_READFUNCTION\FP and \fICURLOPT_READDATA\fP
+data to POST using the \fICURLOPT_READFUNCTION\fP and \fICURLOPT_READDATA\fP
 options.
 
 You can override the default POST Content-Type: header by setting your own