From: Daniel Stenberg Date: Sat, 5 Mar 2022 16:24:02 +0000 (+0100) Subject: ipv4/6.d: clarify that they are about using IP addresses X-Git-Tag: curl-7_83_0~180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3beb82b850af0285bf46655f7fec7783d585e670;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/cmdline-opts/ipv4.d b/docs/cmdline-opts/ipv4.d index a5cae4eb4b..356d6e8269 100644 --- a/docs/cmdline-opts/ipv4.d +++ b/docs/cmdline-opts/ipv4.d @@ -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. diff --git a/docs/cmdline-opts/ipv6.d b/docs/cmdline-opts/ipv6.d index 869c668960..3a5b286bb8 100644 --- a/docs/cmdline-opts/ipv6.d +++ b/docs/cmdline-opts/ipv6.d @@ -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.