From 6f40703ba0ae708fbd1bfe7c9354ffd41d80d7c5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 15 Dec 2022 12:57:48 +0100 Subject: [PATCH] curl_url_get.3: remove spurious backtick Put there by mistake. Follow-up from 9a8564a92 Closes #10101 --- docs/libcurl/curl_url_get.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/curl_url_get.3 b/docs/libcurl/curl_url_get.3 index 815134ba79..d86d937541 100644 --- a/docs/libcurl/curl_url_get.3 +++ b/docs/libcurl/curl_url_get.3 @@ -58,7 +58,7 @@ default port for the scheme. .IP CURLU_URLDECODE Asks \fIcurl_url_get(3)\fP to URL decode the contents before returning it. It will not attempt to decode the scheme, the port number or the full URL. -ยด + The query component will also get plus-to-space conversion as a bonus when this bit is set.