From 42be71e3edbc721713fd8bfb8c0701fa4b544819 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 19 Jan 2024 16:37:14 +0100 Subject: [PATCH] cmdline-opts/write-out.d: remove spurious double quotes --- docs/cmdline-opts/write-out.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmdline-opts/write-out.d b/docs/cmdline-opts/write-out.d index 5975c8e2d5..4b0d7c8ca9 100644 --- a/docs/cmdline-opts/write-out.d +++ b/docs/cmdline-opts/write-out.d @@ -121,7 +121,7 @@ Number of redirects that were followed in the request. (Added in 7.12.3) The rest of the output is only shown if the transfer returned a non-zero error. (Added in 7.75.0) -## "proxy_ssl_verify_result" +## proxy_ssl_verify_result The result of the HTTPS proxy's SSL peer certificate verification that was requested. 0 means the verification was successful. (Added in 7.52.0)