docs: correct argument names & URL redirection

Closes #16334
This commit is contained in:
kriztalz 2025-02-14 13:34:47 +01:00 committed by Daniel Stenberg
parent 63197b7ff2
commit 2ec1ce92ff
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ for a list of these algorithms. Also, (since curl 7.77.0)
[documentation for the Windows version in
use](https://learn.microsoft.com/en-us/windows/win32/secauthn/cipher-suites-in-schannel)
to see how that affects the cipher suite selection. When not specifying the
`--chiphers` and `--tl13-ciphers` options curl passes this flag by default.
`--ciphers` and `--tls13-ciphers` options curl passes this flag by default.
## Examples

View File

@ -28,7 +28,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSL_ENABLE_NPN, long npn);
# DESCRIPTION
Deprecated since 7.86.0. Setting this option has no function.
Deprecated since 7.86.0 Setting this option has no function.
Pass a long as parameter, 0 or 1 where 1 is for enable and 0 for disable. This
option enables/disables NPN in the SSL handshake (if the SSL backend libcurl
@ -58,7 +58,7 @@ int main(void)
# DEPRECATED
Deprecated since 7.86.0.
Deprecated since 7.86.0
# %AVAILABILITY%