From 3beb82b850af0285bf46655f7fec7783d585e670 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 5 Mar 2022 17:24:02 +0100 Subject: [PATCH] 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 --- docs/cmdline-opts/ipv4.d | 4 ++-- docs/cmdline-opts/ipv6.d | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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. -- 2.47.3