mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +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
|
|
@ -27,7 +27,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SOCKS5_GSSAPI_SERVICE,
|
|||
|
||||
# DESCRIPTION
|
||||
|
||||
Deprecated since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME(3) instead.
|
||||
Deprecated. Use CURLOPT_PROXY_SERVICE_NAME(3) instead.
|
||||
|
||||
Pass a char pointer as parameter to a string holding the *name* of the
|
||||
service. The default service name for a SOCKS5 server is *rcmd*. This option
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue