From 2ec1ce92ffb035aad61731619ab590ec2bc39c26 Mon Sep 17 00:00:00 2001 From: kriztalz <181785897+kriztalz@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:34:47 +0100 Subject: [PATCH] docs: correct argument names & URL redirection Closes #16334 --- docs/CIPHERS.md | 2 +- docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CIPHERS.md b/docs/CIPHERS.md index 2ceae3b361..ba72326bbe 100644 --- a/docs/CIPHERS.md +++ b/docs/CIPHERS.md @@ -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 diff --git a/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md b/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md index f98b5cfc1e..e8a6649bfd 100644 --- a/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md +++ b/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md @@ -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% -- 2.47.3