default curl waits one second. This option accepts decimal values. When curl
stops waiting, it continues as if a response was received.
-The decimal value needs to provided using a dot (`.`) as decimal separator -
+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.
When asked to use HTTP/3, curl issues a separate attempt to use older HTTP
versions with a slight delay, so if the HTTP/3 transfer fails or is slow, curl
still tries to proceed with an older HTTP version. The fallback performs the
-regular negoatiaion between HTTP/1 and HTTP/2.
+regular negotiation between HTTP/1 and HTTP/2.
Use --http3-only for similar functionality *without* a fallback.
reset each time the transfer is retried. You can use --retry-max-time to limit
the retry time.
-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 decimal value needs to be provided using a dot (.) as decimal separator -
+not the local version even if it might be using another separator.