or higher -> or greater 11 docs

This commit is contained in:
Viktor Szakats 2026-05-26 18:56:20 +02:00
parent b912cb8c75
commit 5df6c95d1b
No known key found for this signature in database
8 changed files with 23 additions and 23 deletions

View file

@ -136,7 +136,7 @@ set to identify the IP address and port number of the DNS server to use.
host information
- curl built to use `getaddrinfo()` for resolving *and* is built with c-ares
1.26.0 or higher, gets a special workaround. In such builds, when the
1.26.0 or greater, gets a special workaround. In such builds, when the
environment variable is set, curl instead invokes a getaddrinfo wrapper
that emulates the function and acknowledges the DNS server environment
variable. This way, the getaddrinfo-using code paths in curl are verified,