From: Daniel Stenberg Date: Thu, 15 Dec 2022 11:57:48 +0000 (+0100) Subject: curl_url_get.3: remove spurious backtick X-Git-Tag: curl-7_87_0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f40703ba0ae708fbd1bfe7c9354ffd41d80d7c5;p=thirdparty%2Fcurl.git curl_url_get.3: remove spurious backtick Put there by mistake. Follow-up from 9a8564a92 Closes #10101 --- 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.