From c0d05b299041a577b3f49dc9d99a57f78e79d3c8 Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Tue, 18 Jul 2023 17:39:08 -0400 Subject: [PATCH] ciphers.d: put URL in first column This makes the URL turn into a link properly when "webified". Fixes https://github.com/curl/curl-www/issues/270 Closes #11464 --- docs/cmdline-opts/ciphers.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/ciphers.d b/docs/cmdline-opts/ciphers.d index 56bd204496..9350702c7c 100644 --- a/docs/cmdline-opts/ciphers.d +++ b/docs/cmdline-opts/ciphers.d @@ -13,4 +13,4 @@ Multi: single Specifies which ciphers to use in the connection. The list of ciphers must specify valid ciphers. Read up on SSL cipher list details on this URL: - https://curl.se/docs/ssl-ciphers.html +https://curl.se/docs/ssl-ciphers.html