]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ipv4/6.d: clarify that they are about using IP addresses
authorDaniel Stenberg <daniel@haxx.se>
Sat, 5 Mar 2022 16:24:02 +0000 (17:24 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 6 Mar 2022 22:32:40 +0000 (23:32 +0100)
... they may still *resolve* other families, but not use those
addresses.

Ref: #8530
Closes #8543

docs/cmdline-opts/ipv4.d
docs/cmdline-opts/ipv6.d

index a5cae4eb4bb8911ee773fd6a159cea3194c1c747..356d6e8269d6a1f65c17c6310c2a69c7109f340d 100644 (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.
index 869c66896029f06dc5e1b1c8304ea4ad3adfd783..3a5b286bb8d45dbc79072344b6ede116ec604b6c 100644 (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.