mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
docs: make each libcurl man specify protocol(s)
The mandatory header now has a mandatory list of protocols for which the manpage is relevant. Most man pages already has a "PROTOCOLS" section, but this introduces a stricter way to specify the relevant protocols. cd2nroff verifies that at least one protocol is mentioned (which can be `*`). This information is not used just yet, but A) the PROTOCOLS section can now instead get generated and get a unified wording across all manpages and B) this allows us to more reliably filter/search for protocol specific manpages/options. Closes #13166
This commit is contained in:
parent
98f67a6145
commit
b935fd4a07
498 changed files with 1117 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ See-also:
|
|||
- CURLOPT_REDIR_PROTOCOLS_STR (3)
|
||||
- CURLOPT_URL (3)
|
||||
- curl_version_info (3)
|
||||
Protocol:
|
||||
- *
|
||||
---
|
||||
|
||||
# NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue