mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
libcurl docs: reduce 'since ...' in descriptions
Reduce mentions of libcurl versions like "since 7.xx ..." in option descriptions to reduce clutter and make the texts easier to read. Keep them in, or move them to, the HISTORY or DEPRECATED sections The last version 7 release (7.88.1) shipped on Februrary 20, 2023. Closes #20369
This commit is contained in:
parent
d7bbc78360
commit
2c6f13093e
16 changed files with 66 additions and 55 deletions
|
|
@ -34,8 +34,8 @@ curl_slist_free_all(3) on the list after it has been used. If there are no
|
|||
cookies (cookies for the handle have not been enabled or simply none have been
|
||||
received) the 'struct curl_slist *' is made a NULL pointer.
|
||||
|
||||
Since 7.43.0 cookies that were imported in the Set-Cookie format without a
|
||||
domain name are not exported by this option.
|
||||
Cookies that were imported in the Set-Cookie format without a domain name are
|
||||
not exported by this option.
|
||||
|
||||
# %PROTOCOLS%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue