... which for example means they do not have --no-* versions.
Reported-by: Harry Sintonen
Fixes #11085
Closes #11086
Help: Resolve names to IPv4 addresses
Category: connection dns
Example: --ipv4 $URL
-Multi: boolean
+Multi: mutex
---
-This option tells curl to use IPv4 addresses only, and not for example try
-IPv6.
+This option tells curl to use IPv4 addresses only when resolving host names,
+and not for example try IPv6.
Help: Resolve names to IPv6 addresses
Category: connection dns
Example: --ipv6 $URL
-Multi: boolean
+Multi: mutex
---
-This option tells curl to use IPv6 addresses only, and not for example try
-IPv4.
+This option tells curl to use IPv6 addresses only when resolving host names,
+and not for example try IPv4.