diff options
author | Daniel Stenberg <daniel@haxx.se> | 2024-07-18 00:51:50 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2024-07-18 18:04:09 +0200 |
commit | 8c1d9378ac1bcefc865701fd8ed1d46804c40047 (patch) | |
tree | 71018027bbdbfb283da638cdc9d60020325aeaad /docs/libcurl/libcurl-errors.md | |
parent | d8696dc8c0a8879e2673870d09adc5fa9ab1af22 (diff) |
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
Diffstat (limited to 'docs/libcurl/libcurl-errors.md')
-rw-r--r-- | docs/libcurl/libcurl-errors.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-errors.md b/docs/libcurl/libcurl-errors.md index ef31b2fc9..e994bd497 100644 --- a/docs/libcurl/libcurl-errors.md +++ b/docs/libcurl/libcurl-errors.md @@ -14,6 +14,7 @@ See-also: - curl_url_strerror (3) Protocol: - All +Added-in: n/a --- # NAME |