]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline: remove unnecessary line breaks
authorMark Huang <huangyuxi99@gmail.com>
Sun, 14 Jan 2024 08:56:00 +0000 (16:56 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 Jan 2024 13:45:23 +0000 (14:45 +0100)
Closes #12696

docs/cmdline-opts/connect-to.d
docs/cmdline-opts/tcp-fastopen.d

index 95fab91121b9c07c0afedaeeb5266c1a02422cde..f7da551592d93af72f2029a1497be8e6d6b430b4 100644 (file)
@@ -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
index bcf1edbff500ff071cf1608b07f26b0aee12efeb..d3aa8dca20b8a88e113f0ab98b3b46ea87f5fcd0 100644 (file)
@@ -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.