mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +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
|
|
@ -4,6 +4,8 @@ SPDX-License-Identifier: curl
|
|||
Title: CURLOPT_GSSAPI_DELEGATION
|
||||
Section: 3
|
||||
Source: libcurl
|
||||
Protocol:
|
||||
- HTTP
|
||||
See-also:
|
||||
- CURLOPT_HTTPAUTH (3)
|
||||
- CURLOPT_PROXYAUTH (3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue