From: Mark Huang Date: Sun, 14 Jan 2024 08:56:00 +0000 (+0800) Subject: docs/cmdline: remove unnecessary line breaks X-Git-Tag: curl-8_6_0~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3167dab0d51d2596b14422f2a34d6b6cdea43ff3;p=thirdparty%2Fcurl.git docs/cmdline: remove unnecessary line breaks Closes #12696 --- diff --git a/docs/cmdline-opts/connect-to.d b/docs/cmdline-opts/connect-to.d index 95fab91121..f7da551592 100644 --- a/docs/cmdline-opts/connect-to.d +++ b/docs/cmdline-opts/connect-to.d @@ -9,7 +9,6 @@ Category: connection Example: --connect-to example.com:443:example.net:8443 $URL Multi: append --- - For a request to the given HOST1:PORT1 pair, connect to HOST2:PORT2 instead. This option is suitable to direct requests at a specific server, e.g. at a specific cluster node in a cluster of servers. This option is only used to diff --git a/docs/cmdline-opts/tcp-fastopen.d b/docs/cmdline-opts/tcp-fastopen.d index bcf1edbff5..d3aa8dca20 100644 --- a/docs/cmdline-opts/tcp-fastopen.d +++ b/docs/cmdline-opts/tcp-fastopen.d @@ -8,7 +8,6 @@ Example: --tcp-fastopen $URL See-also: false-start Multi: boolean --- - Enable use of TCP Fast Open (RFC 7413). TCP Fast Open is a TCP extension that allows data to get sent earlier over the connection (before the final handshake ACK) if the client and server have been connected previously.