mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +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
|
|
@ -37,6 +37,8 @@ received) the 'struct curl_slist *' is made a NULL pointer.
|
|||
Since 7.43.0 cookies that were imported in the Set-Cookie format without a
|
||||
domain name are not exported by this option.
|
||||
|
||||
# %PROTOCOLS%
|
||||
|
||||
# EXAMPLE
|
||||
|
||||
~~~c
|
||||
|
|
@ -72,6 +74,8 @@ int main(void)
|
|||
}
|
||||
~~~
|
||||
|
||||
# %AVAILABILITY%
|
||||
|
||||
# RETURN VALUE
|
||||
|
||||
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue