ipv4/6.d: clarify that they are about using IP addresses

... they may still *resolve* other families, but not use those
addresses.

Ref: #8530
Closes #8543
This commit is contained in:
Daniel Stenberg 2022-03-05 17:24:02 +01:00
parent a9a8bad3ed
commit 3beb82b850
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 4 additions and 4 deletions

View File

@ -10,5 +10,5 @@ Help: Resolve names to IPv4 addresses
Category: connection dns
Example: --ipv4 $URL
---
This option tells curl to resolve names to IPv4 addresses only, and not for
example try IPv6.
This option tells curl to use IPv4 addresses only, and not for example try
IPv6.

View File

@ -10,5 +10,5 @@ Help: Resolve names to IPv6 addresses
Category: connection dns
Example: --ipv6 $URL
---
This option tells curl to resolve names to IPv6 addresses only, and not for
example try IPv4.
This option tells curl to use IPv6 addresses only, and not for example try
IPv4.