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:
Daniel Stenberg 2024-07-19 01:06:06 +02:00
parent 126cf7eccb
commit 5a488251f7
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
488 changed files with 2095 additions and 119 deletions

View file

@ -73,6 +73,8 @@ You need to override these definitions if they are different on your system.
NULL
# %PROTOCOLS%
# EXAMPLE
~~~c
@ -108,6 +110,8 @@ Not available and deprecated since 7.82.0.
Available only if **CURL_DOES_CONVERSIONS** was defined when libcurl was
built.
# %AVAILABILITY%
# RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.