From c5052a01874bc2a40336a692fa66f4bb15124a56 Mon Sep 17 00:00:00 2001 From: dwickr <71142931+dwickr@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:22:54 -0600 Subject: [PATCH] CURLOPT_RESOLVE.md: fix wording (`*`) It's an asterisk, not an ampersand. Closes https://github.com/curl/curl/pull/15770 --- docs/libcurl/opts/CURLOPT_RESOLVE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/opts/CURLOPT_RESOLVE.md b/docs/libcurl/opts/CURLOPT_RESOLVE.md index a6db5b4281..91ee696dfe 100644 --- a/docs/libcurl/opts/CURLOPT_RESOLVE.md +++ b/docs/libcurl/opts/CURLOPT_RESOLVE.md @@ -47,7 +47,7 @@ numerical IP addresses. If you specify multiple IP addresses they need to be separated by comma. If libcurl is built to support IPv6, each of the ADDRESS entries can of course be either IPv4 or IPv6 style addressing. -Specify the host as a single ampersand (`*`) to match all names. This wildcard +Specify the host as a single asterisk (`*`) to match all names. This wildcard is resolved last so any resolve with a specific host and port number is given priority. -- 2.47.3