diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-12-03 14:56:34 -0500 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-12-03 22:38:46 +0100 |
commit | 8ef77547d089a1c59c50a2d9c0ea66005cba5ceb (patch) | |
tree | 7c91fad061ded1f1e925229ca5a227cc4bf4ee12 /docs | |
parent | fa437e14a412b2402de2081d7533fc2cea571a8a (diff) |
curl.1: fix trivial typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 20276a9d3..3d238e0e1 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -177,7 +177,7 @@ considered insecure. (SSL) Forces curl to use SSL version 3 when negotiating with a remote SSL server. Sometimes curl is built without SSLv3 support. .IP "-4, --ipv4" -Tis option tells curl to resolve names to IPv4 addresses only, and not for +This option tells curl to resolve names to IPv4 addresses only, and not for example try IPv6. .IP "-6, --ipv6" This option tells curl to resolve names to IPv6 addresses only, and not for |