mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +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
|
|
@ -47,6 +47,8 @@ libcurl keeps the connection alive in the connection pool associated with the
|
|||
multi handle, ready to get reused for a future transfer using this multi
|
||||
handle.
|
||||
|
||||
# %PROTOCOLS%
|
||||
|
||||
# EXAMPLE
|
||||
|
||||
~~~c
|
||||
|
|
@ -67,6 +69,8 @@ int main(void)
|
|||
}
|
||||
~~~
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
# RETURN VALUE
|
||||
|
||||
CURLMcode type, general libcurl multi interface error code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue