]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix grammar in CURL_SSLVERSION_MAX_DEFAULT description
authorAlessandro Ghedini <alessandro@ghedini.me>
Sat, 12 Aug 2017 12:36:24 +0000 (13:36 +0100)
committerAlessandro Ghedini <alessandro@ghedini.me>
Sat, 12 Aug 2017 12:36:39 +0000 (13:36 +0100)
docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3
docs/libcurl/opts/CURLOPT_SSLVERSION.3

index 85ecdc41fa809e237045a7e7953d23528fa9cbef..6b9ff7deee0ae3ff7b632567f4d2074fb68244a8 100644 (file)
@@ -47,9 +47,9 @@ TLSv1.2
 .IP CURL_SSLVERSION_TLSv1_3
 TLSv1.3
 .IP CURL_SSLVERSION_MAX_DEFAULT
-The flag defines maximum supported TLS version as TLSv1.2 or default
-value from SSL library. Only library NSS currently allows to get
-maximum supported TLS version.
+The flag defines the maximum supported TLS version as TLSv1.2, or the default
+value from the SSL library. Only the NSS library currently allows one to get
+the maximum supported TLS version.
 (Added in 7.54.0)
 .IP CURL_SSLVERSION_MAX_TLSv1_0
 The flag defines maximum supported TLS version as TLSv1.0.
index f1443a10cc8ea55d082fe74f14201e8ec2696d36..5c447d8f330bed270f74a929b7d4bf69a6cb30f6 100644 (file)
@@ -51,9 +51,9 @@ TLSv1.2 (Added in 7.34.0)
 .IP CURL_SSLVERSION_TLSv1_3
 TLSv1.3 (Added in 7.52.0)
 .IP CURL_SSLVERSION_MAX_DEFAULT
-The flag defines maximum supported TLS version as TLSv1.2 or default
-value from SSL library. Only library NSS currently allows to get
-maximum supported TLS version.
+The flag defines the maximum supported TLS version as TLSv1.2, or the default
+value from the SSL library. Only the NSS library currently allows one to get
+the maximum supported TLS version.
 (Added in 7.54.0)
 .IP CURL_SSLVERSION_MAX_TLSv1_0
 The flag defines maximum supported TLS version as TLSv1.0.