From: kriztalz <181785897+kriztalz@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:34:47 +0000 (+0100) Subject: docs: correct argument names & URL redirection X-Git-Tag: curl-8_13_0~470 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ec1ce92ffb035aad61731619ab590ec2bc39c26;p=thirdparty%2Fcurl.git docs: correct argument names & URL redirection Closes #16334 --- 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%