From 3167dab0d51d2596b14422f2a34d6b6cdea43ff3 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Sun, 14 Jan 2024 16:56:00 +0800 Subject: [PATCH] docs/cmdline: remove unnecessary line breaks Closes #12696 --- docs/cmdline-opts/connect-to.d | 1 - docs/cmdline-opts/tcp-fastopen.d | 1 - 2 files changed, 2 deletions(-) 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. -- 2.47.3