From: dwickr <71142931+dwickr@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:22:54 +0000 (-0600) Subject: CURLOPT_RESOLVE.md: fix wording X-Git-Tag: curl-8_12_0~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5052a01874bc2a40336a692fa66f4bb15124a56;p=thirdparty%2Fcurl.git CURLOPT_RESOLVE.md: fix wording (`*`) It's an asterisk, not an ampersand. Closes https://github.com/curl/curl/pull/15770 --- 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.