diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-12-09 12:03:35 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-12-09 23:16:46 +0100 |
commit | e30b2064b7d3a11439230bf49a424779e7d837ad (patch) | |
tree | 85ce558ebe505b340bd3b39cd99abf4ee6ade37d /docs/cmdline-opts/tlsv1.2.d | |
parent | 5a3775fadf5d4f5ab1133d565c34e93a013791a2 (diff) | |
download | curl-e30b2064b7d3a11439230bf49a424779e7d837ad.tar.gz |
docs: fix proselint nits
- remove a lot of exclamation marks
- use consistent spaces (1, not 2)
- use better words at some places
Closes #8123
Diffstat (limited to 'docs/cmdline-opts/tlsv1.2.d')
-rw-r--r-- | docs/cmdline-opts/tlsv1.2.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/tlsv1.2.d b/docs/cmdline-opts/tlsv1.2.d index 1f6551ab7..67376ee81 100644 --- a/docs/cmdline-opts/tlsv1.2.d +++ b/docs/cmdline-opts/tlsv1.2.d @@ -8,6 +8,6 @@ See-also: tlsv1.3 --- Forces curl to use TLS version 1.2 or later when connecting to a remote TLS server. -In old versions of curl this option was documented to allow _only_ TLS 1.2, -but behavior was inconsistent depending on the TLS library. Use --tls-max if +In old versions of curl this option was documented to allow _only_ TLS 1.2. +That behavior was inconsistent depending on the TLS library. Use --tls-max if you want to set a maximum TLS version. |