mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
doc: fix deprecation versions inconsistencies
Ref: https://curl.se/mail/lib-2022-10/0026.html Closes #9711
This commit is contained in:
parent
57ba1dd519
commit
b0e4ebe960
18 changed files with 53 additions and 45 deletions
|
|
@ -42,8 +42,8 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROGRESSFUNCTION,
|
|||
Pass a pointer to your callback function, which should match the prototype
|
||||
shown above.
|
||||
|
||||
We encourage users to use the newer \fICURLOPT_XFERINFOFUNCTION(3)\fP instead,
|
||||
if you can.
|
||||
This option is deprecated and we encourage users to use the
|
||||
newer \fICURLOPT_XFERINFOFUNCTION(3)\fP instead, if you can.
|
||||
|
||||
This function gets called by libcurl instead of its internal equivalent with a
|
||||
frequent interval. While data is being transferred it will be called
|
||||
|
|
@ -110,7 +110,7 @@ All
|
|||
curl_easy_setopt(curl_handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
|
||||
.fi
|
||||
.SH AVAILABILITY
|
||||
Always
|
||||
Deprecated in 7.32.0.
|
||||
.SH RETURN VALUE
|
||||
Returns CURLE_OK.
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue