mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:03:31 +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,11 +12,11 @@ Multi: single
|
|||
---
|
||||
Maximum time in seconds that you allow curl's connection to take. This only
|
||||
limits the connection phase, so if curl connects within the given period it
|
||||
will continue - if not it will exit. Since version 7.32.0, this option
|
||||
accepts decimal values.
|
||||
will continue - if not it will exit.
|
||||
|
||||
The "connection phase" is considered complete when the DNS lookup and
|
||||
requested TCP, TLS or QUIC handshakes are done.
|
||||
This option accepts decimal values (added in 7.32.0). The decimal value needs
|
||||
to be provided using a dot (.) as decimal separator - not the local version
|
||||
even if it might be using another separator.
|
||||
|
||||
The decimal value needs to provided using a dot (.) as decimal separator - not
|
||||
the local version even if it might be using another separator.
|
||||
The connection phase is considered complete when the DNS lookup and requested
|
||||
TCP, TLS or QUIC handshakes are done.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue