]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_RESOLVE.md: fix wording
authordwickr <71142931+dwickr@users.noreply.github.com>
Tue, 17 Dec 2024 23:22:54 +0000 (17:22 -0600)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 18 Dec 2024 04:14:12 +0000 (23:14 -0500)
(`*`) It's an asterisk, not an ampersand.

Closes https://github.com/curl/curl/pull/15770

docs/libcurl/opts/CURLOPT_RESOLVE.md

index a6db5b4281ff9b85f32191200ef88c2599a1e1c3..91ee696dfe743aa28bb1e196b5386184cfbfe853 100644 (file)
@@ -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.