curldown: make 'added-in:' a mandatory header field

- generate AVAILABILITY manpage sections automatically - for consistent
  wording

- allows us to double-check against other documumentation (symbols-in-versions
  etc)

- enables proper automation/scripting based on this data

- lots of them were wrong or missing in the manpages

- several of them repeated (sometimes mismatching) backend support info

Add test 1488 to verify "added-in" version numbers against
symbols-in-versions.

Closes #14217
This commit is contained in:
Daniel Stenberg 2024-07-18 00:51:50 +02:00
parent d8696dc8c0
commit 8c1d9378ac
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
508 changed files with 875 additions and 1883 deletions

View file

@ -10,6 +10,7 @@ See-also:
- curl_multi_init (3)
Protocol:
- All
Added-in: 7.9.6
---
# NAME
@ -66,10 +67,6 @@ int main(void)
}
~~~
# AVAILABILITY
Added in 7.9.6
# RETURN VALUE
CURLMcode type, general libcurl multi interface error code.