]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: correct argument names & URL redirection
authorkriztalz <181785897+kriztalz@users.noreply.github.com>
Fri, 14 Feb 2025 12:34:47 +0000 (13:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 Feb 2025 21:29:35 +0000 (22:29 +0100)
Closes #16334

docs/CIPHERS.md
docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md

index 2ceae3b36159c97236efd92b8641ca06199a23b0..ba72326bbebe41d0ddaf281bb37544cca157572c 100644 (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
 
index f98b5cfc1e2e53d19affb447c2aaa2d5fe66daed..e8a6649bfdbb70cc5e1c1625e7fdae62d287e7cf 100644 (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%