diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-01 09:24:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-01 09:24:01 +0000 |
commit | 66077ae48b163cb717dd1093708c79c0f21fc6aa (patch) | |
tree | 242ef74a3043a729a2dcf7948494882b9e3a1a71 | |
parent | 92637303db99a73f260413fdaf97da4e5c8f4a61 (diff) |
fix formatting flaw
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 165397641..5159953ed 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -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 |