mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:33:34 +03:00
curldown: fixups
- make DEFAULT sections less repetitive - make historic mentions use HISTORY - generate the protocols section on `# %PROTOCOLS%` instead of guessing where to put it - generate the availability section on `# %AVAILABILITY%` instead of guessing where to put it - make the protocols section more verbose Closes #14227
This commit is contained in:
parent
126cf7eccb
commit
5a488251f7
488 changed files with 2095 additions and 119 deletions
|
|
@ -57,6 +57,8 @@ callback is far better than relying on polling the timeout value.
|
|||
Usage of curl_multi_socket(3) is deprecated, whereas the function is
|
||||
equivalent to curl_multi_socket_action(3) with **ev_bitmask** set to 0.
|
||||
|
||||
# %PROTOCOLS%
|
||||
|
||||
# EXAMPLE
|
||||
|
||||
~~~c
|
||||
|
|
@ -76,6 +78,8 @@ int main(void)
|
|||
|
||||
curl_multi_socket(3) is deprecated, use curl_multi_socket_action(3) instead!
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
# RETURN VALUE
|
||||
|
||||
CURLMcode type, general libcurl multi interface error code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue