aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_WRITEDATA.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-06-17 10:02:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-06-17 10:02:14 +0200
commit89a2178bc9958bb7bc676819ec0d4311aa6ab9cd (patch)
treeb27d8ea4c0687756745730513c0fc2747331abb9 /docs/libcurl/opts/CURLOPT_WRITEDATA.3
parent5d746fc98c171ece8b794490c64febc4417f95d1 (diff)
CURLOPT_WRITEDATA.3: move version info to AVAILABILITY
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_WRITEDATA.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_WRITEDATA.36
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/libcurl/opts/CURLOPT_WRITEDATA.3 b/docs/libcurl/opts/CURLOPT_WRITEDATA.3
index 8ac355302..e9c2ee4c6 100644
--- a/docs/libcurl/opts/CURLOPT_WRITEDATA.3
+++ b/docs/libcurl/opts/CURLOPT_WRITEDATA.3
@@ -40,9 +40,6 @@ given with this option, or to stdout if this option hasn't been set.
If you're using libcurl as a win32 DLL, you \fBMUST\fP use the
\fICURLOPT_WRITEFUNCTION\fP if you set this option or you will experience
crashes.
-
-This option is also known with the older name \fICURLOPT_FILE\fP, the name
-\fICURLOPT_WRITEDATA\fP was introduced in 7.9.7.
.SH DEFAULT
By default, this is a FILE * to stdout.
.SH PROTOCOLS
@@ -53,7 +50,8 @@ into a dynamically growing allocated buffer, and then this CURLOPT_WRITEDATA
is used to point to a struct or the buffer to store data in. Like in the
getinmemory example: http://curl.haxx.se/libcurl/c/getinmemory.html
.SH AVAILABILITY
-Available in all libcurl versions
+Available in all libcurl versions. This option was formerly known as
+\fICURLOPT_FILE\fP, the name \fICURLOPT_WRITEDATA\fP was introduced in 7.9.7.
.SH RETURN VALUE
This will return CURLE_OK.
.SH "SEE ALSO"