diff options
author | Alexey Eremikhin <alexxz@alexxz.ru> | 2018-10-25 17:02:59 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-10-26 08:45:08 +0200 |
commit | bbce45fb00f26c92213fd0182f3416b48034bac2 (patch) | |
tree | e9abfef55e9c263c70854133544c99fd0b14e46f | |
parent | ae925ddcc3df8a6b490430a89c12f98a94a25fc0 (diff) | |
download | curl-bbce45fb00f26c92213fd0182f3416b48034bac2.tar.gz |
curl.1: --ipv6 mutexes ipv4 (fixed typo)
Fixes #3171
Closes #3172
-rw-r--r-- | docs/cmdline-opts/ipv6.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/ipv6.d b/docs/cmdline-opts/ipv6.d index c2392e771..6eef6dd03 100644 --- a/docs/cmdline-opts/ipv6.d +++ b/docs/cmdline-opts/ipv6.d @@ -3,7 +3,7 @@ Long: ipv6 Tags: Versions Protocols: Added: -Mutexed: ipv6 +Mutexed: ipv4 Requires: See-also: http1.1 http2 Help: Resolve names to IPv6 addresses |