mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
cmdline-docs: make sure to phrase it as "added in ...."
References to things that were added or changed in a specific version
should be specified as "(added in [version]) for two reasons:
1 - consistency
2 - to allow gen.pl to strip them out if deemed referring to too old
versions
Closes #11821
This commit is contained in:
parent
fa7df3070a
commit
bfb48e33fb
32 changed files with 107 additions and 112 deletions
|
|
@ -12,9 +12,9 @@ Multi: boolean
|
|||
Require SSL/TLS for the connection. Terminates the connection if the transfer
|
||||
cannot be upgraded to use SSL/TLS.
|
||||
|
||||
This option is handled in LDAP since version 7.81.0. It is fully supported
|
||||
by the OpenLDAP backend and rejected by the generic ldap backend if explicit
|
||||
TLS is required.
|
||||
This option is handled in LDAP (added in 7.81.0). It is fully supported by the
|
||||
OpenLDAP backend and rejected by the generic ldap backend if explicit TLS is
|
||||
required.
|
||||
|
||||
This option is unnecessary if you use a URL scheme that in itself implies
|
||||
immediate and implicit use of TLS, like for FTPS, IMAPS, POP3S, SMTPS and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue